Severian commited on
Commit
51a2ebd
·
verified ·
1 Parent(s): 3d2e95a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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