Spaces:
Running
on
Zero
Running
on
Zero
zhiweili
commited on
Commit
•
df86983
1
Parent(s):
88b6d97
change base model
Browse files- app_jugger.py +1 -1
app_jugger.py
CHANGED
@@ -12,7 +12,7 @@ from diffusers import (
|
|
12 |
StableDiffusionXLImg2ImgPipeline
|
13 |
)
|
14 |
|
15 |
-
BASE_MODEL = "RunDiffusion/Juggernaut-
|
16 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
17 |
|
18 |
DEFAULT_EDIT_PROMPT = "a woman with blue hair"
|
|
|
12 |
StableDiffusionXLImg2ImgPipeline
|
13 |
)
|
14 |
|
15 |
+
BASE_MODEL = "RunDiffusion/Juggernaut-XL-v9"
|
16 |
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
|
17 |
|
18 |
DEFAULT_EDIT_PROMPT = "a woman with blue hair"
|