NimVideo/cogvideox-2b-img2vid
80383
๐ฅ CogVideoX-2B-Img2Vid ๐
Fine-tuned on 10 million videos for high-quality generation at SBS levels comparable to CogVideoX-5B! ๐
Model Highlights ๐
- Fine-tuned on 10 million videos for exceptional image-to-video generation quality.
- Performance benchmarked to match SBS standards at CogVideoX-5B i2v level.
Usage Examples ๐ฅ
Try it for free on nim.video
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63fde49f6315a264aba6a7ed/8vOYgS-Wm51BgOKv4Jnpp.mp4"></video>
CLI Inference ๐
python -m inference.cli_demo \
--video_path "resources/truck.jpg" \
--prompt "A truck is driving through a dirt road, showcasing its capability for off-roading." \
--model_path NimVideo/cogvideox-2b-img2vid
Gradio Inference with Web Demo ๐ฅ๏ธ
python -m inference.gradio_web_demo \
--model_path NimVideo/cogvideox-2b-img2vidComfyUI Example ๐ก
<p align="center"> <img src="cogvideox-2b-img2vid-workflow.png" width="800" height="400" alt="Workflow Preview" title="Workflow Example Preview"/> </p> <p align="center"> <a href="cogvideox-2b-img2vid-workflow.json">๐ JSON Workflow Example</a> </p>
๐ง Find the custom ComfyUI node here.
Quick Start ๐
1๏ธโฃ Clone the Repository
git clone https://github.com/Nim-Video/cogvideox-2b-img2vid.git
cd cogvideox-2b-img2vid2๏ธโฃ Set up a Virtual Environment
python -m venv venv
source venv/bin/activate3๏ธโฃ Install Requirements
pip install -r requirements.txtAcknowledgements ๐
This project builds on the foundational work of CogVideoX.
