Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,9 @@ CONTROLNET_MODELS = {
|
|
44 |
}
|
45 |
|
46 |
DIFFUSION_MODELS = {
|
47 |
-
"Stable Diffusion v1.5": "
|
48 |
"GhostMix v1.2": "digiplay/GhostMixV1.2VAE",
|
|
|
49 |
# Add more diffusion models here
|
50 |
}
|
51 |
|
|
|
44 |
}
|
45 |
|
46 |
DIFFUSION_MODELS = {
|
47 |
+
"Stable Diffusion v1.5": "ckpt/sd15",
|
48 |
"GhostMix v1.2": "digiplay/GhostMixV1.2VAE",
|
49 |
+
"Real-Dream": "luisrguerra/sd-1.5-real-dream",
|
50 |
# Add more diffusion models here
|
51 |
}
|
52 |
|