We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b722e commit df4ef65Copy full SHA for df4ef65
src/diffusers/pipelines/flux/pipeline_flux_controlnet_inpainting.py
@@ -930,7 +930,7 @@ def __call__(
930
)
931
height, width = control_image.shape[-2:]
932
933
- # xlab controlnet has a input_hint_block and instantx controlnet does not
+ # xlab controlnet has a input_hint_block and instantx controlnet does not
934
controlnet_blocks_repeat = False if self.controlnet.input_hint_block is None else True
935
if self.controlnet.input_hint_block is None:
936
# vae encode
0 commit comments