Deadmon commited on
Commit
b2bfcff
·
verified ·
1 Parent(s): edb75fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -136,11 +136,11 @@ eulera_scheduler = EulerAncestralDiscreteScheduler.from_pretrained("stabilityai/
136
 
137
 
138
  controlnet = ControlNetModel.from_pretrained(
139
- "xinsir/controlnet-scribble-sdxl-1.0",
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.
 
136
 
137
 
138
  controlnet = ControlNetModel.from_pretrained(
139
+ "xinsir/controlnet-union-sdxl-1.0",
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.