File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/diffusers/pipelines/stable_diffusion Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 30
30
_dummy_objects .update (get_objects_from_module (dummy_torch_and_transformers_objects ))
31
31
else :
32
32
_import_structure ["clip_image_project_model" ] = ["CLIPImageProjection" ]
33
- _import_structure ["pipeline_cycle_diffusion" ] = ["CycleDiffusionPipeline" ]
34
33
_import_structure ["pipeline_stable_diffusion" ] = ["StableDiffusionPipeline" ]
35
- _import_structure ["pipeline_stable_diffusion_attend_and_excite" ] = ["StableDiffusionAttendAndExcitePipeline" ]
36
- _import_structure ["pipeline_stable_diffusion_gligen" ] = ["StableDiffusionGLIGENPipeline" ]
37
- _import_structure ["pipeline_stable_diffusion_gligen_text_image" ] = ["StableDiffusionGLIGENTextImagePipeline" ]
38
34
_import_structure ["pipeline_stable_diffusion_img2img" ] = ["StableDiffusionImg2ImgPipeline" ]
39
35
_import_structure ["pipeline_stable_diffusion_inpaint" ] = ["StableDiffusionInpaintPipeline" ]
40
- _import_structure ["pipeline_stable_diffusion_inpaint_legacy" ] = ["StableDiffusionInpaintPipelineLegacy" ]
41
36
_import_structure ["pipeline_stable_diffusion_instruct_pix2pix" ] = ["StableDiffusionInstructPix2PixPipeline" ]
42
37
_import_structure ["pipeline_stable_diffusion_latent_upscale" ] = ["StableDiffusionLatentUpscalePipeline" ]
43
- _import_structure ["pipeline_stable_diffusion_model_editing" ] = ["StableDiffusionModelEditingPipeline" ]
44
- _import_structure ["pipeline_stable_diffusion_paradigms" ] = ["StableDiffusionParadigmsPipeline" ]
45
38
_import_structure ["pipeline_stable_diffusion_upscale" ] = ["StableDiffusionUpscalePipeline" ]
46
39
_import_structure ["pipeline_stable_unclip" ] = ["StableUnCLIPPipeline" ]
47
40
_import_structure ["pipeline_stable_unclip_img2img" ] = ["StableUnCLIPImg2ImgPipeline" ]
You can’t perform that action at this time.
0 commit comments