Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add CogVideoX text-to-video generation model #9082
Add CogVideoX text-to-video generation model #9082
Changes from all commits
c8e5491
c341786
bd6efd5
bb91775
59e6669
45cb1f9
84ff56e
a3d827f
dc7e6e8
aff72ec
cb5348a
e982881
d963b1a
1696758
21a0fc1
d83c1f8
dfeb329
71bcb1e
0980f4d
ee40f0e
8fe54bc
1c661ce
73b041e
b305280
6bcafcb
ec9508c
3ae9413
2be7469
9f9d0cb
c43a8f5
5f183bf
470815c
e67cc5a
d45d199
73469f9
45f7127
a449ceb
4498cfc
2956866
bb4740c
e05f834
03c28ee
712ddbe
03ee7cd
a31db5f
351d1f0
d0b8db2
fe6f5d6
4c2e887
41da084
77558f3
e12458e
c33dd02
71e7c82
ec53a30
551c884
3def905
65f6211
21509aa
b42b079
477e12b
fd0831c
d99528b
c7ee165
61c6da0
fa7fa9c
6988cc3
ba4223a
312f7dc
1b1b26b
ba1855c
7360ea1
2f1b787
90aa8be
5781e01
92c8c00
fd11c0f
03580c0
01c2dff
311845f
1b1b737
2d9602c
fb6130f
511c9ef
123ecef
cf7369d
9c6b889
22dcceb
e4d65cc
6f4e60b
70a54a8
b3428ad
9a0b906
32da2e7
878f609
de9e0b2
9c086f5
62d94aa
5e4dd15
884ddd0
d1c575a
11224d9
70cea91
cbc4d32
14698d0
8be845d
827a70a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to include this code block to demonstrate torch.compile, or is it to show inference time without torch.compile? If it's not necessary, I'm more in favor of just showing the below to keep it simpler.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can also include a tip section like we have in Flux:
https://huggingface.co/docs/diffusers/main/en/api/pipelines/flux
This way users are aware of the optimizations that are possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably also mention that users can benefit from context-parallel caching.