Spaces:
Paused
Paused
Update diffusion_webui/diffusion_models/controlnet/controlnet_mlsd.py
Browse files
diffusion_webui/diffusion_models/controlnet/controlnet_mlsd.py
CHANGED
@@ -172,6 +172,7 @@ class StableDiffusionControlNetMLSDGenerator:
|
|
172 |
inputs=[
|
173 |
controlnet_mlsd_image_file,
|
174 |
controlnet_mlsd_model_id,
|
|
|
175 |
controlnet_mlsd_prompt,
|
176 |
controlnet_mlsd_negative_prompt,
|
177 |
controlnet_mlsd_num_images_per_prompt,
|
|
|
172 |
inputs=[
|
173 |
controlnet_mlsd_image_file,
|
174 |
controlnet_mlsd_model_id,
|
175 |
+
controlnet_mlsd_controlnet_model_id,
|
176 |
controlnet_mlsd_prompt,
|
177 |
controlnet_mlsd_negative_prompt,
|
178 |
controlnet_mlsd_num_images_per_prompt,
|