Spaces:
Runtime error
Runtime error
Commit
β’
ed65289
1
Parent(s):
438c1f2
Update app.py (#4)
Browse files- Update app.py (f855e2fc1aa414d7469e4936deb13c0dadbce0ba)
Co-authored-by: oat <[email protected]>
app.py
CHANGED
@@ -11,7 +11,7 @@ from diffusers import StableDiffusionImg2ImgPipeline
|
|
11 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
12 |
|
13 |
device = "cuda"
|
14 |
-
MODEL_ID = "spaceinvader/
|
15 |
pipe = StableDiffusionPipeline.from_pretrained(MODEL_ID, torch_dtype=torch.float16)
|
16 |
pipe = pipe.to(device)
|
17 |
pipe2 = StableDiffusionImg2ImgPipeline.from_pretrained(MODEL_ID, torch_dtype=torch.float16)
|
|
|
11 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
12 |
|
13 |
device = "cuda"
|
14 |
+
MODEL_ID = "spaceinvader/fb"
|
15 |
pipe = StableDiffusionPipeline.from_pretrained(MODEL_ID, torch_dtype=torch.float16)
|
16 |
pipe = pipe.to(device)
|
17 |
pipe2 = StableDiffusionImg2ImgPipeline.from_pretrained(MODEL_ID, torch_dtype=torch.float16)
|