Severian commited on
Commit
03202bb
·
verified ·
1 Parent(s): b219766

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ controlnet = ControlNetModel.from_pretrained(
32
  "DionTimmer/controlnet_qrcode-control_v1p_sd15", torch_dtype=torch.float16
33
  ).to("cuda")
34
 
35
- pipe = StableDiffusionControlNetPipeline.from_pretrained(
36
  # "runwayml/stable-diffusion-v1-5",
37
  "digiplay/GhostMixV1.2VAE",
38
  controlnet = controlnet,
 
32
  "DionTimmer/controlnet_qrcode-control_v1p_sd15", torch_dtype=torch.float16
33
  ).to("cuda")
34
 
35
+ pipe = StableDiffusionControlNetImg2ImgPipeline.from_pretrained(
36
  # "runwayml/stable-diffusion-v1-5",
37
  "digiplay/GhostMixV1.2VAE",
38
  controlnet = controlnet,