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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def load_models_on_launch():
70
  torch_dtype=torch.float16
71
  ).to("cuda")
72
 
73
- diffusion_path = snapshot_download(DIFFUSION_MODELS["GhostMix", "Stable v1.5"])
74
  loaded_pipe = StableDiffusionControlNetImg2ImgPipeline.from_pretrained(
75
  diffusion_path,
76
  controlnet=loaded_controlnet,
 
70
  torch_dtype=torch.float16
71
  ).to("cuda")
72
 
73
+ diffusion_path = snapshot_download(DIFFUSION_MODELS["GhostMix"])
74
  loaded_pipe = StableDiffusionControlNetImg2ImgPipeline.from_pretrained(
75
  diffusion_path,
76
  controlnet=loaded_controlnet,