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
ec068f9b
Unverified
Commit
ec068f9b
authored
Jun 12, 2024
by
Sayak Paul
Committed by
GitHub
Jun 12, 2024
Browse files
fix dual transformer2d import (#8491)
fix
parent
0240d419
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/models/__init__.py
src/diffusers/models/__init__.py
+1
-1
No files found.
src/diffusers/models/__init__.py
View file @
ec068f9b
...
...
@@ -34,10 +34,10 @@ if is_torch_available():
_import_structure
[
"autoencoders.vq_model"
]
=
[
"VQModel"
]
_import_structure
[
"controlnet"
]
=
[
"ControlNetModel"
]
_import_structure
[
"controlnet_xs"
]
=
[
"ControlNetXSAdapter"
,
"UNetControlNetXSModel"
]
_import_structure
[
"dual_transformer_2d"
]
=
[
"DualTransformer2DModel"
]
_import_structure
[
"embeddings"
]
=
[
"ImageProjection"
]
_import_structure
[
"modeling_utils"
]
=
[
"ModelMixin"
]
_import_structure
[
"transformers.dit_transformer_2d"
]
=
[
"DiTTransformer2DModel"
]
_import_structure
[
"transformers.dual_transformer_2d"
]
=
[
"DualTransformer2DModel"
]
_import_structure
[
"transformers.hunyuan_transformer_2d"
]
=
[
"HunyuanDiT2DModel"
]
_import_structure
[
"transformers.pixart_transformer_2d"
]
=
[
"PixArtTransformer2DModel"
]
_import_structure
[
"transformers.prior_transformer"
]
=
[
"PriorTransformer"
]
...
...
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