|
92 | 92 | "CogView3PlusTransformer2DModel", |
93 | 93 | "ConsistencyDecoderVAE", |
94 | 94 | "ControlNetModel", |
| 95 | + "ControlNetUnionModel", |
95 | 96 | "ControlNetXSAdapter", |
96 | 97 | "DiTTransformer2DModel", |
97 | 98 | "FluxControlNetModel", |
|
378 | 379 | "StableDiffusionXLControlNetPAGImg2ImgPipeline", |
379 | 380 | "StableDiffusionXLControlNetPAGPipeline", |
380 | 381 | "StableDiffusionXLControlNetPipeline", |
| 382 | + "StableDiffusionXLControlNetUnionImg2ImgPipeline", |
| 383 | + "StableDiffusionXLControlNetUnionInpaintPipeline", |
| 384 | + "StableDiffusionXLControlNetUnionPipeline", |
381 | 385 | "StableDiffusionXLControlNetXSPipeline", |
382 | 386 | "StableDiffusionXLImg2ImgPipeline", |
383 | 387 | "StableDiffusionXLInpaintPipeline", |
|
586 | 590 | CogView3PlusTransformer2DModel, |
587 | 591 | ConsistencyDecoderVAE, |
588 | 592 | ControlNetModel, |
| 593 | + ControlNetUnionModel, |
589 | 594 | ControlNetXSAdapter, |
590 | 595 | DiTTransformer2DModel, |
591 | 596 | FluxControlNetModel, |
|
850 | 855 | StableDiffusionXLControlNetPAGImg2ImgPipeline, |
851 | 856 | StableDiffusionXLControlNetPAGPipeline, |
852 | 857 | StableDiffusionXLControlNetPipeline, |
| 858 | + StableDiffusionXLControlNetUnionImg2ImgPipeline, |
| 859 | + StableDiffusionXLControlNetUnionInpaintPipeline, |
| 860 | + StableDiffusionXLControlNetUnionPipeline, |
853 | 861 | StableDiffusionXLControlNetXSPipeline, |
854 | 862 | StableDiffusionXLImg2ImgPipeline, |
855 | 863 | StableDiffusionXLInpaintPipeline, |
|
0 commit comments