Severian commited on
Commit
0cd1675
·
verified ·
1 Parent(s): 88b43f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ controlnet = ControlNetModel.from_pretrained(
39
  ).to("cuda")
40
 
41
  pipe = StableDiffusionControlNetImg2ImgPipeline.from_pretrained(
42
- #"digiplay/GhostMixV1.2VAE",
43
- "benjamin-paine/stable-diffusion-v1-5",
44
  controlnet = controlnet,
45
  torch_dtype = torch.float16,
46
  safety_checker = None,
 
39
  ).to("cuda")
40
 
41
  pipe = StableDiffusionControlNetImg2ImgPipeline.from_pretrained(
42
+ "digiplay/GhostMixV1.2VAE",
43
+ #"benjamin-paine/stable-diffusion-v1-5",
44
  controlnet = controlnet,
45
  torch_dtype = torch.float16,
46
  safety_checker = None,