Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
53bd367b
Unverified
Commit
53bd367b
authored
May 07, 2025
by
YiYi Xu
Committed by
GitHub
May 07, 2025
Browse files
clean up the __Init__ for stable_diffusion (#11500)
up
parent
7b904941
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
src/diffusers/pipelines/stable_diffusion/__init__.py
src/diffusers/pipelines/stable_diffusion/__init__.py
+0
-7
No files found.
src/diffusers/pipelines/stable_diffusion/__init__.py
View file @
53bd367b
...
@@ -30,18 +30,11 @@ except OptionalDependencyNotAvailable:
...
@@ -30,18 +30,11 @@ except OptionalDependencyNotAvailable:
_dummy_objects
.
update
(
get_objects_from_module
(
dummy_torch_and_transformers_objects
))
_dummy_objects
.
update
(
get_objects_from_module
(
dummy_torch_and_transformers_objects
))
else
:
else
:
_import_structure
[
"clip_image_project_model"
]
=
[
"CLIPImageProjection"
]
_import_structure
[
"clip_image_project_model"
]
=
[
"CLIPImageProjection"
]
_import_structure
[
"pipeline_cycle_diffusion"
]
=
[
"CycleDiffusionPipeline"
]
_import_structure
[
"pipeline_stable_diffusion"
]
=
[
"StableDiffusionPipeline"
]
_import_structure
[
"pipeline_stable_diffusion"
]
=
[
"StableDiffusionPipeline"
]
_import_structure
[
"pipeline_stable_diffusion_attend_and_excite"
]
=
[
"StableDiffusionAttendAndExcitePipeline"
]
_import_structure
[
"pipeline_stable_diffusion_gligen"
]
=
[
"StableDiffusionGLIGENPipeline"
]
_import_structure
[
"pipeline_stable_diffusion_gligen_text_image"
]
=
[
"StableDiffusionGLIGENTextImagePipeline"
]
_import_structure
[
"pipeline_stable_diffusion_img2img"
]
=
[
"StableDiffusionImg2ImgPipeline"
]
_import_structure
[
"pipeline_stable_diffusion_img2img"
]
=
[
"StableDiffusionImg2ImgPipeline"
]
_import_structure
[
"pipeline_stable_diffusion_inpaint"
]
=
[
"StableDiffusionInpaintPipeline"
]
_import_structure
[
"pipeline_stable_diffusion_inpaint"
]
=
[
"StableDiffusionInpaintPipeline"
]
_import_structure
[
"pipeline_stable_diffusion_inpaint_legacy"
]
=
[
"StableDiffusionInpaintPipelineLegacy"
]
_import_structure
[
"pipeline_stable_diffusion_instruct_pix2pix"
]
=
[
"StableDiffusionInstructPix2PixPipeline"
]
_import_structure
[
"pipeline_stable_diffusion_instruct_pix2pix"
]
=
[
"StableDiffusionInstructPix2PixPipeline"
]
_import_structure
[
"pipeline_stable_diffusion_latent_upscale"
]
=
[
"StableDiffusionLatentUpscalePipeline"
]
_import_structure
[
"pipeline_stable_diffusion_latent_upscale"
]
=
[
"StableDiffusionLatentUpscalePipeline"
]
_import_structure
[
"pipeline_stable_diffusion_model_editing"
]
=
[
"StableDiffusionModelEditingPipeline"
]
_import_structure
[
"pipeline_stable_diffusion_paradigms"
]
=
[
"StableDiffusionParadigmsPipeline"
]
_import_structure
[
"pipeline_stable_diffusion_upscale"
]
=
[
"StableDiffusionUpscalePipeline"
]
_import_structure
[
"pipeline_stable_diffusion_upscale"
]
=
[
"StableDiffusionUpscalePipeline"
]
_import_structure
[
"pipeline_stable_unclip"
]
=
[
"StableUnCLIPPipeline"
]
_import_structure
[
"pipeline_stable_unclip"
]
=
[
"StableUnCLIPPipeline"
]
_import_structure
[
"pipeline_stable_unclip_img2img"
]
=
[
"StableUnCLIPImg2ImgPipeline"
]
_import_structure
[
"pipeline_stable_unclip_img2img"
]
=
[
"StableUnCLIPImg2ImgPipeline"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment