Skip to content

Commit 6b72bdc

Browse files
authored
fix: purge a few remaining runway model references (#3480)
purge a few remaining runway model references Signed-off-by: Dave Lee <[email protected]>
1 parent f336c1a commit 6b72bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aio/intel/image-gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stablediffusion
22
parameters:
3-
model: runwayml/stable-diffusion-v1-5
3+
model: Lykon/dreamshaper-8
44
backend: diffusers
55
step: 25
66
f16: true

backend/python/diffusers/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def LoadModel(self, request, context):
168168
if request.CFGScale != 0:
169169
self.cfg_scale = request.CFGScale
170170

171-
clipmodel = "runwayml/stable-diffusion-v1-5"
171+
clipmodel = "Lykon/dreamshaper-8"
172172
if request.CLIPModel != "":
173173
clipmodel = request.CLIPModel
174174
clipsubfolder = "text_encoder"

0 commit comments

Comments
 (0)