fffiloni commited on
Commit
1f92b86
·
verified ·
1 Parent(s): d243a94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ def infer(use_custom_model, model_name, weight_name, custom_lora_weight, image_i
148
 
149
  pipe = StableDiffusionXLControlNetPipeline.from_pretrained(
150
  "stabilityai/stable-diffusion-xl-base-1.0",
151
- controlnet=controlnet_lineart,
152
  vae=vae,
153
  torch_dtype=torch.float16,
154
  variant="fp16",
 
148
 
149
  pipe = StableDiffusionXLControlNetPipeline.from_pretrained(
150
  "stabilityai/stable-diffusion-xl-base-1.0",
151
+ controlnet=controlnet,
152
  vae=vae,
153
  torch_dtype=torch.float16,
154
  variant="fp16",