# ControlNetUnion ControlNetUnionModel is an implementation of ControlNet for Stable Diffusion XL. The ControlNet model was introduced in [ControlNetPlus](https://github.com/xinsir6/ControlNetPlus) by xinsir6. It supports multiple conditioning inputs without increasing computation. *We design a new architecture that can support 10+ control types in condition text-to-image generation and can generate high resolution images visually comparable with midjourney. The network is based on the original ControlNet architecture, we propose two new modules to: 1 Extend the original ControlNet to support different image conditions using the same network parameter. 2 Support multiple conditions input without increasing computation offload, which is especially important for designers who want to edit image in detail, different conditions use the same condition encoder, without adding extra computations or parameters.* ## StableDiffusionXLControlNetUnionPipeline [[autodoc]] StableDiffusionXLControlNetUnionPipeline - all - __call__ ## StableDiffusionXLControlNetUnionImg2ImgPipeline [[autodoc]] StableDiffusionXLControlNetUnionImg2ImgPipeline - all - __call__ ## StableDiffusionXLControlNetUnionInpaintPipeline [[autodoc]] StableDiffusionXLControlNetUnionInpaintPipeline - all - __call__