Spaces:
Runtime error
Runtime error
Commit
•
7763499
1
Parent(s):
d9b3c3b
New SD1.5 URL (#2)
Browse files- New SD1.5 URL (688a7a0839d7aa49f09e2cb029d8e6c9405b4600)
Co-authored-by: Pascal Geltz <6Morpheus6@users.noreply.huggingface.co>
app.py
CHANGED
@@ -45,7 +45,7 @@ app = FaceAnalysis(name='antelopev2', root='./', providers=['CPUExecutionProvide
|
|
45 |
app.prepare(ctx_id=0, det_size=(640, 640))
|
46 |
|
47 |
# Load pipeline
|
48 |
-
base_model = '
|
49 |
encoder = CLIPTextModelWrapper.from_pretrained(
|
50 |
'models', subfolder="encoder", torch_dtype=dtype
|
51 |
)
|
|
|
45 |
app.prepare(ctx_id=0, det_size=(640, 640))
|
46 |
|
47 |
# Load pipeline
|
48 |
+
base_model = 'cocktailpeanut/stable-diffusion-v1-5'
|
49 |
encoder = CLIPTextModelWrapper.from_pretrained(
|
50 |
'models', subfolder="encoder", torch_dtype=dtype
|
51 |
)
|