Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,7 @@ DIFFUSION_MODELS = {
|
|
48 |
"Stable Diffusion v1.5": "ckpt/sd15",
|
49 |
"GhostMix": "sinkinai/GhostMix-V2-BakedVae",
|
50 |
"Real-Dream": "stablediffusionapi/edge-of-realism",
|
|
|
51 |
# Add more diffusion models here
|
52 |
}
|
53 |
|
|
|
48 |
"Stable Diffusion v1.5": "ckpt/sd15",
|
49 |
"GhostMix": "sinkinai/GhostMix-V2-BakedVae",
|
50 |
"Real-Dream": "stablediffusionapi/edge-of-realism",
|
51 |
+
"Real-Dream": "stablediffusionapi/edge-of-realism",
|
52 |
# Add more diffusion models here
|
53 |
}
|
54 |
|