Spaces:
Runtime error
Runtime error
update
Browse files
diffusion_webui/diffusion_models/controlnet/controlnet_inpaint/controlnet_inpaint_pose.py
CHANGED
|
@@ -93,7 +93,7 @@ class StableDiffusionControlNetInpaintPoseGenerator:
|
|
| 93 |
prompt=prompt,
|
| 94 |
image=normal_image,
|
| 95 |
mask_image=mask_image,
|
| 96 |
-
|
| 97 |
negative_prompt=negative_prompt,
|
| 98 |
num_images_per_prompt=num_images_per_prompt,
|
| 99 |
num_inference_steps=num_inference_step,
|
|
|
|
| 93 |
prompt=prompt,
|
| 94 |
image=normal_image,
|
| 95 |
mask_image=mask_image,
|
| 96 |
+
control_image=controlnet_image,
|
| 97 |
negative_prompt=negative_prompt,
|
| 98 |
num_images_per_prompt=num_images_per_prompt,
|
| 99 |
num_inference_steps=num_inference_step,
|
diffusion_webui/diffusion_models/controlnet/controlnet_inpaint/controlnet_inpaint_scribble.py
CHANGED
|
@@ -92,7 +92,7 @@ class StableDiffusionControlNetInpaintScribbleGenerator:
|
|
| 92 |
prompt=prompt,
|
| 93 |
image=normal_image,
|
| 94 |
mask_image=mask_image,
|
| 95 |
-
|
| 96 |
negative_prompt=negative_prompt,
|
| 97 |
num_images_per_prompt=num_images_per_prompt,
|
| 98 |
num_inference_steps=num_inference_step,
|
|
|
|
| 92 |
prompt=prompt,
|
| 93 |
image=normal_image,
|
| 94 |
mask_image=mask_image,
|
| 95 |
+
control_image=controlnet_image,
|
| 96 |
negative_prompt=negative_prompt,
|
| 97 |
num_images_per_prompt=num_images_per_prompt,
|
| 98 |
num_inference_steps=num_inference_step,
|
diffusion_webui/diffusion_models/controlnet/controlnet_inpaint/controlnet_inpaint_seg.py
CHANGED
|
@@ -274,7 +274,7 @@ class StableDiffusionControlNetInpaintSegGenerator:
|
|
| 274 |
prompt=prompt,
|
| 275 |
image=normal_image,
|
| 276 |
mask_image=mask_image,
|
| 277 |
-
|
| 278 |
negative_prompt=negative_prompt,
|
| 279 |
num_images_per_prompt=num_images_per_prompt,
|
| 280 |
num_inference_steps=num_inference_step,
|
|
|
|
| 274 |
prompt=prompt,
|
| 275 |
image=normal_image,
|
| 276 |
mask_image=mask_image,
|
| 277 |
+
control_image=controlnet_image,
|
| 278 |
negative_prompt=negative_prompt,
|
| 279 |
num_images_per_prompt=num_images_per_prompt,
|
| 280 |
num_inference_steps=num_inference_step,
|