Spaces:
Running
on
Zero
Running
on
Zero
Update pipeline_stable_diffusion_xl_instantid_full.py
Browse files
pipeline_stable_diffusion_xl_instantid_full.py
CHANGED
|
@@ -836,20 +836,20 @@ class StableDiffusionXLInstantIDPipeline(StableDiffusionXLControlNetPipeline):
|
|
| 836 |
|
| 837 |
# 1. Check inputs. Raise error if not correct
|
| 838 |
self.check_inputs(
|
| 839 |
-
prompt,
|
| 840 |
-
prompt_2,
|
| 841 |
-
image,
|
| 842 |
-
callback_steps,
|
| 843 |
-
negative_prompt,
|
| 844 |
-
negative_prompt_2,
|
| 845 |
-
prompt_embeds,
|
| 846 |
-
negative_prompt_embeds,
|
| 847 |
-
pooled_prompt_embeds,
|
| 848 |
-
negative_pooled_prompt_embeds,
|
| 849 |
-
controlnet_conditioning_scale,
|
| 850 |
-
control_guidance_start,
|
| 851 |
-
control_guidance_end,
|
| 852 |
-
callback_on_step_end_tensor_inputs,
|
| 853 |
)
|
| 854 |
|
| 855 |
self._guidance_scale = guidance_scale
|
|
|
|
| 836 |
|
| 837 |
# 1. Check inputs. Raise error if not correct
|
| 838 |
self.check_inputs(
|
| 839 |
+
prompt=prompt,
|
| 840 |
+
prompt_2=prompt_2,
|
| 841 |
+
image=image,
|
| 842 |
+
callback_steps=callback_steps,
|
| 843 |
+
negative_prompt=negative_prompt,
|
| 844 |
+
negative_prompt_2=negative_prompt_2,
|
| 845 |
+
prompt_embeds=prompt_embeds,
|
| 846 |
+
negative_prompt_embeds=negative_prompt_embeds,
|
| 847 |
+
pooled_prompt_embeds=pooled_prompt_embeds,
|
| 848 |
+
negative_pooled_prompt_embeds=negative_pooled_prompt_embeds,
|
| 849 |
+
controlnet_conditioning_scale=controlnet_conditioning_scale,
|
| 850 |
+
control_guidance_start=control_guidance_start,
|
| 851 |
+
control_guidance_end=control_guidance_end,
|
| 852 |
+
callback_on_step_end_tensor_inputs=callback_on_step_end_tensor_inputs,
|
| 853 |
)
|
| 854 |
|
| 855 |
self._guidance_scale = guidance_scale
|