Severian commited on
Commit
f01b7b9
·
verified ·
1 Parent(s): 55ed066

Update app.py

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