Last active
January 3, 2025 03:02
-
-
Save a-r-r-o-w/2c0de4593123342f0a1f1612c64d74db to your computer and use it in GitHub Desktop.
Revisions
-
a-r-r-o-w revised this gist
Oct 16, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Colab notebook examples: - CogStudio: https://github.com/pinokiofactory/cogstudio - CogVideoX finetune for interior design: https://huggingface.co/bertjiazheng/KoolCogVideoX-5b - Disney finetuning dataset: https://huggingface.co/datasets/Wild-Heart/Disney-VideoGeneration-Dataset - CogVideoX Factory: https://github.com/a-r-r-ro-w/cogvideox-factory Other usage examples: - Llama 3 + Flux + CogVideoX-I2V: https://gist.github.com/a-r-r-o-w/d070cce059ab4ceab3a9f289ff83c69c -
a-r-r-o-w revised this gist
Sep 20, 2024 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,4 +21,8 @@ Colab notebook examples: - CogVideoX-Fun: https://github.com/aigc-apps/CogVideoX-Fun - CogStudio: https://github.com/pinokiofactory/cogstudio - CogVideoX finetune for interior design: https://huggingface.co/bertjiazheng/KoolCogVideoX-5b - Disney finetuning dataset: https://huggingface.co/datasets/Wild-Heart/Disney-VideoGeneration-Dataset Other usage examples: - Llama 3 + Flux + CogVideoX-I2V: https://gist.github.com/a-r-r-o-w/d070cce059ab4ceab3a9f289ff83c69c - Naive video captioning for training with MiniCPM-V-2.6 + Llama 3: https://gist.github.com/a-r-r-o-w/4dee20250e82f4e44690a02351324a4a -
a-r-r-o-w revised this gist
Sep 20, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,5 +19,6 @@ Colab notebook examples: - ComfyUI: https://github.com/kijai/ComfyUI-CogVideoXWrapper - Pallaidium: https://github.com/tin2tin/Pallaidium - CogVideoX-Fun: https://github.com/aigc-apps/CogVideoX-Fun - CogStudio: https://github.com/pinokiofactory/cogstudio - CogVideoX finetune for interior design: https://huggingface.co/bertjiazheng/KoolCogVideoX-5b - Disney finetuning dataset: https://huggingface.co/datasets/Wild-Heart/Disney-VideoGeneration-Dataset -
a-r-r-o-w revised this gist
Sep 20, 2024 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,11 @@ - Diffusers-Quanto example: https://gist.github.com/a-r-r-o-w/31be62828b00a9292821b85c1017effa - HF CogVideoX Space: https://huggingface.co/spaces/THUDM/CogVideoX-5B-Space Colab notebook examples: - T2V: https://colab.research.google.com/drive/1pCe5s0bC_xuXbBlpvIH1z0kfdTLQPzCS?usp=sharing - I2V: https://colab.research.google.com/drive/17CqYCqSwz39nZAX2YyonDxosVKUZGzcX?usp=sharing - V2V: https://colab.research.google.com/drive/1comfGAUJnChl5NwPuO8Ox5_6WCy4kbNN?usp=sharing ## CogVideoX Community - ComfyUI: https://github.com/kijai/ComfyUI-CogVideoXWrapper -
a-r-r-o-w created this gist
Sep 20, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ ## CogVideoX Official - Text/Video-to-Video 2B: https://huggingface.co/THUDM/CogVideoX-2b - Text/Video-to-Video 5B: https://huggingface.co/THUDM/CogVideoX-5b - Image-to-Video 5B: https://huggingface.co/THUDM/CogVideoX-5b-I2V - Original Repository: https://github.com/THUDM/CogVideo - Diffusers documentation: https://huggingface.co/docs/diffusers/en/api/pipelines/cogvideox - Diffusers-TorchAO quantization benchmarks: https://github.com/sayakpaul/diffusers-torchao/ - Diffusers-Quanto example: https://gist.github.com/a-r-r-o-w/31be62828b00a9292821b85c1017effa - HF CogVideoX Space: https://huggingface.co/spaces/THUDM/CogVideoX-5B-Space ## CogVideoX Community - ComfyUI: https://github.com/kijai/ComfyUI-CogVideoXWrapper - Pallaidium: https://github.com/tin2tin/Pallaidium - CogVideoX-Fun: https://github.com/aigc-apps/CogVideoX-Fun - CogVideoX finetune for interior design: https://huggingface.co/bertjiazheng/KoolCogVideoX-5b - Disney finetuning dataset: https://huggingface.co/datasets/Wild-Heart/Disney-VideoGeneration-Dataset