-
Notifications
You must be signed in to change notification settings - Fork 6k
Latte: Latent Diffusion Transformer for Video Generation #8404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 59 commits
73f42b7
d19cb1d
cab96fd
7051b29
a9f4158
cda00ac
4131d80
e1800ca
4c69b5d
5d470ea
241f1c1
464f36d
aa83959
78dc60e
da5767f
f05b329
443a1da
b11424e
5c34446
8535e55
5c62255
8afed27
0eed6df
e25a8ad
26faa51
dc27f80
014d848
c07ae15
0a76232
e3fff64
278a993
1583b5d
f69064c
5508be1
2c58134
de3fa71
38191c8
ba031e6
0e0ab56
61ecb4e
cd23ece
82fde6a
413b2bd
001b8d0
81a3388
7c44a73
870c04f
6c788ae
8457e8b
79b4b75
4703233
aebb542
cf0ce36
a131b83
ab050a1
a0b1778
0dd25f3
85fadf4
180b9d0
250c6c6
78e1d57
0acce55
4f12b4b
83ed40b
d504add
3eb11f1
9790fcd
3477028
d8e8750
6028ca9
76e4f1d
c85deea
fcb8f21
53d721f
29968ff
2ea37c9
260bb5c
6ffc968
1f09a16
034bcdc
521ed5c
7988119
12c71bd
5455ea9
e54faa4
e76f5ab
95dc0d1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,4 +175,4 @@ tags | |
.ruff_cache | ||
|
||
# wandb | ||
wandb | ||
wandb | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!--Copyright 2024 The HuggingFace Team. All rights reserved. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on | ||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations under the License. | ||
--> | ||
|
||
## LatteTransformer3DModel | ||
|
||
A Diffusion Transformer model for 3D data from [Latte](https://github.com/Vchitect/Latte). | ||
|
||
## LatteTransformer3DModel | ||
|
||
[[autodoc]] LatteTransformer3DModel | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
from .dit_transformer_2d import DiTTransformer2DModel | ||
from .dual_transformer_2d import DualTransformer2DModel | ||
from .hunyuan_transformer_2d import HunyuanDiT2DModel | ||
from .latte_transformer_3d import LatteTransformer3DModel | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Feel free to add a little doc page for it. Example: https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/models/hunyuan_transformer2d.md. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks. I have added a doc page for Latte (https://github.com/huggingface/diffusers/pull/8404/files#diff-ee575db2ddbf4bd7ba04af4be8f54868d206d06bca5a38fbacccb5bfd06280a6). |
||
from .lumina_nextdit2d import LuminaNextDiT2DModel | ||
from .pixart_transformer_2d import PixArtTransformer2DModel | ||
from .prior_transformer import PriorTransformer | ||
|
Uh oh!
There was an error while loading. Please reload this page.