Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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",
|