Severian commited on
Commit
fb53f82
·
verified ·
1 Parent(s): 05785e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ CONTROLNET_MODELS = {
46
  }
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
  }
 
46
  }
47
 
48
  DIFFUSION_MODELS = {
49
+ "GhostMix": "digiplay/GhostMixV1.2VAE",
50
  "Stable v1.5": "Jiali/stable-diffusion-1.5",
51
  # Add more diffusion models here
52
  }