metadata
license: apache-2.0
language:
- en
tags:
- cogvideox
- video-generation
- image-to-video
- diffusers
cogvideox-2b-img2vid
ComfyUI Example
ComfyUI custom node can be found here.
How to
Clone repo
git clone https://github.com/Nim-Video/cogvideox-2b-img2vid.git
cd cogvideox-2b-img2vid
Create venv
python -m venv venv
source venv/bin/activate
Install requirements
pip install -r requirements.txt
Simple examples
Inference with cli
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
Inference with Gradio
python -m inference.gradio_web_demo \
--model_path NimVideo/cogvideox-2b-img2vid
Acknowledgements
Original code and models CogVideoX.