Skip to content

Conversation

Aminsed
Copy link

@Aminsed Aminsed commented Sep 27, 2025

SD3 ControlNet Inpainting: MultiControlNet support

  • Enable SD3MultiControlNetModel in StableDiffusion3ControlNetInpaintingPipeline.
  • Normalize inputs for multi-control (lists for control_image, control_mask, schedules, scales).
  • Prepare per-control inpaint conditioning via existing preprocessing; aggregate ControlNet residuals.
  • Broadcast scalar controlnet_conditioning_scale to per-control list when needed.
  • Add a focused multi-control inpainting smoke test.
  • Resolves MultiControlNetModel is not supported for SD3ControlNetInpaintingPipeline #11208.

…npaint cond; broadcast scales; add multi-control smoke test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MultiControlNetModel is not supported for SD3ControlNetInpaintingPipeline
1 participant