Skip to content
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-2b-img2vid CogVideoXModelLoader support #311

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

glide-the
Copy link
Contributor

@glide-the glide-the commented Dec 6, 2024

Add cogvideox-2b-img2vid CogVideoXModelLoader support

Base Model Extended Model Extension Method Capability Link
NimVideo/cogvideox-2b-img2vid Modified Model Modified patch_embed shape [1 920, 32, 2, 2] , with trains 2b image gen video Link

fix for transformer model patch_embed.pos_embedding dtype
or at add line ComfyUI-CogVideoXWrapper/embeddings.py:129 code
pos_embedding = pos_embedding.to(embeds.device, dtype=embeds.dtype)

fix for transformer model patch_embed.pos_embedding dtype
or at add line ComfyUI-CogVideoXWrapper/embeddings.py:129 code
pos_embedding = pos_embedding.to(embeds.device, dtype=embeds.dtype)
@glide-the
Copy link
Contributor Author

hi @kijai, preview this?

@kijai kijai merged commit 795f8b0 into kijai:main Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants