Severian commited on
Commit
2060e43
·
verified ·
1 Parent(s): dc2f2e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ controlnet = ControlNetModel.from_pretrained(
34
  ).to("cuda")
35
 
36
  pipe = StableDiffusionControlNetPipeline.from_pretrained(
37
- "digiplay/GhostMixV1.2VAE",
38
- #"CompVis/stable-diffusion-v1-4",
39
  controlnet = controlnet,
40
  torch_dtype = torch.float16,
41
  safety_checker = None,
 
34
  ).to("cuda")
35
 
36
  pipe = StableDiffusionControlNetPipeline.from_pretrained(
37
+ #"digiplay/GhostMixV1.2VAE",
38
+ "benjamin-paine/stable-diffusion-v1-5",
39
  controlnet = controlnet,
40
  torch_dtype = torch.float16,
41
  safety_checker = None,