|
79 | 79 | "ORTStableDiffusionInpaintPipeline",
|
80 | 80 | "ORTStableDiffusionXLPipeline",
|
81 | 81 | "ORTStableDiffusionXLImg2ImgPipeline",
|
| 82 | + "ORTStableDiffusionXLInpaintPipeline", |
82 | 83 | "ORTLatentConsistencyModelPipeline",
|
| 84 | + "ORTLatentConsistencyModelImg2ImgPipeline", |
83 | 85 | "ORTPipelineForImage2Image",
|
84 | 86 | "ORTPipelineForInpainting",
|
85 | 87 | "ORTPipelineForText2Image",
|
|
92 | 94 | "ORTStableDiffusionInpaintPipeline",
|
93 | 95 | "ORTStableDiffusionXLPipeline",
|
94 | 96 | "ORTStableDiffusionXLImg2ImgPipeline",
|
| 97 | + "ORTStableDiffusionXLInpaintPipeline", |
| 98 | + "ORTLatentConsistencyModelImg2ImgPipeline", |
95 | 99 | "ORTLatentConsistencyModelPipeline",
|
96 | 100 | "ORTPipelineForImage2Image",
|
97 | 101 | "ORTPipelineForInpainting",
|
|
148 | 152 | except OptionalDependencyNotAvailable:
|
149 | 153 | from ..utils.dummy_diffusers_objects import (
|
150 | 154 | ORTDiffusionPipeline,
|
| 155 | + ORTLatentConsistencyModelImg2ImgPipeline, |
151 | 156 | ORTLatentConsistencyModelPipeline,
|
152 | 157 | ORTPipelineForImage2Image,
|
153 | 158 | ORTPipelineForInpainting,
|
|
156 | 161 | ORTStableDiffusionInpaintPipeline,
|
157 | 162 | ORTStableDiffusionPipeline,
|
158 | 163 | ORTStableDiffusionXLImg2ImgPipeline,
|
| 164 | + ORTStableDiffusionXLInpaintPipeline, |
159 | 165 | ORTStableDiffusionXLPipeline,
|
160 | 166 | )
|
161 | 167 | else:
|
162 | 168 | from .modeling_diffusion import (
|
163 | 169 | ORTDiffusionPipeline,
|
| 170 | + ORTLatentConsistencyModelImg2ImgPipeline, |
164 | 171 | ORTLatentConsistencyModelPipeline,
|
165 | 172 | ORTPipelineForImage2Image,
|
166 | 173 | ORTPipelineForInpainting,
|
|
169 | 176 | ORTStableDiffusionInpaintPipeline,
|
170 | 177 | ORTStableDiffusionPipeline,
|
171 | 178 | ORTStableDiffusionXLImg2ImgPipeline,
|
| 179 | + ORTStableDiffusionXLInpaintPipeline, |
172 | 180 | ORTStableDiffusionXLPipeline,
|
173 | 181 | )
|
174 | 182 | else:
|
|
0 commit comments