Deadmon commited on
Commit
aa11150
1 Parent(s): ac2b227

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-canny-sdxl-1.0",
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.