Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ controlnet = ControlNetModel.from_pretrained(
|
|
140 |
torch_dtype=torch.float16
|
141 |
)
|
142 |
controlnet_canny = ControlNetModel.from_pretrained(
|
143 |
-
"xinsir/controlnet-
|
144 |
torch_dtype=torch.float16
|
145 |
)
|
146 |
# when test with other base model, you need to change the vae also.
|
|
|
140 |
torch_dtype=torch.float16
|
141 |
)
|
142 |
controlnet_canny = ControlNetModel.from_pretrained(
|
143 |
+
"xinsir/controlnet-union-sdxl-1.0",
|
144 |
torch_dtype=torch.float16
|
145 |
)
|
146 |
# when test with other base model, you need to change the vae also.
|