Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,7 @@ CONTROLNET_MODELS = {
|
|
47 |
|
48 |
DIFFUSION_MODELS = {
|
49 |
"GhostMix": "sinkinai/GhostMix-V2-BakedVae",
|
|
|
50 |
# Add more diffusion models here
|
51 |
}
|
52 |
|
|
|
47 |
|
48 |
DIFFUSION_MODELS = {
|
49 |
"GhostMix": "sinkinai/GhostMix-V2-BakedVae",
|
50 |
+
"Stable v1.5": "Jiali/stable-diffusion-1.5",
|
51 |
# Add more diffusion models here
|
52 |
}
|
53 |
|