Severian commited on
Commit
2c97c97
·
verified ·
1 Parent(s): 6ca2d36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,8 +44,9 @@ CONTROLNET_MODELS = {
44
  }
45
 
46
  DIFFUSION_MODELS = {
47
- "Stable Diffusion v1.5": "runwayml/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