Skip to content

Commit

Permalink
fix: purge a few remaining runway model references (#3480)
Browse files Browse the repository at this point in the history
purge a few remaining runway model references

Signed-off-by: Dave Lee <[email protected]>
  • Loading branch information
dave-gray101 committed Sep 4, 2024
1 parent f336c1a commit 6b72bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aio/intel/image-gen.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stablediffusion
parameters:
model: runwayml/stable-diffusion-v1-5
model: Lykon/dreamshaper-8
backend: diffusers
step: 25
f16: true
Expand Down
2 changes: 1 addition & 1 deletion backend/python/diffusers/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def LoadModel(self, request, context):
if request.CFGScale != 0:
self.cfg_scale = request.CFGScale

clipmodel = "runwayml/stable-diffusion-v1-5"
clipmodel = "Lykon/dreamshaper-8"
if request.CLIPModel != "":
clipmodel = request.CLIPModel
clipsubfolder = "text_encoder"
Expand Down

0 comments on commit 6b72bdc

Please sign in to comment.