"...text-generation-inference.git" did not exist on "0c9b6cdd768558652afdf5e5053aeb49bf4bc21f"
Unverified Commit 19df9f3e authored by Nikita's avatar Nikita Committed by GitHub
Browse files

Update pipeline_controlnet_inpaint_sd_xl.py (#7983)

parent d6ca1209
...@@ -227,7 +227,7 @@ class StableDiffusionXLControlNetInpaintPipeline( ...@@ -227,7 +227,7 @@ class StableDiffusionXLControlNetInpaintPipeline(
tokenizer: CLIPTokenizer, tokenizer: CLIPTokenizer,
tokenizer_2: CLIPTokenizer, tokenizer_2: CLIPTokenizer,
unet: UNet2DConditionModel, unet: UNet2DConditionModel,
controlnet: ControlNetModel, controlnet: Union[ControlNetModel, List[ControlNetModel], Tuple[ControlNetModel], MultiControlNetModel],
scheduler: KarrasDiffusionSchedulers, scheduler: KarrasDiffusionSchedulers,
requires_aesthetics_score: bool = False, requires_aesthetics_score: bool = False,
force_zeros_for_empty_prompt: bool = True, force_zeros_for_empty_prompt: bool = True,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment