Spaces:
Running
on
Zero
Running
on
Zero
zhiweili
commited on
Commit
•
cd21710
1
Parent(s):
80b4f1b
change to sd_15
Browse files
app_haircolor_inpaint_15.py
CHANGED
@@ -15,7 +15,7 @@ from diffusers import (
|
|
15 |
DDIMScheduler,
|
16 |
)
|
17 |
|
18 |
-
BASE_MODEL = "stable-diffusion-v1-5/stable-diffusion-
|
19 |
|
20 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
21 |
|
|
|
15 |
DDIMScheduler,
|
16 |
)
|
17 |
|
18 |
+
BASE_MODEL = "stable-diffusion-v1-5/stable-diffusion-v1-5"
|
19 |
|
20 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
21 |
|