cogvideox controlnets
Collection
Collection of controlnet extentions for cogvideox models.
•
4 items
•
Updated
ComfyUI-CogVideoXWrapper supports controlnet pipeline. See an example file.
Clone repo
git clone https://github.com/TheDenk/cogvideox-controlnet.git
cd cogvideox-controlnet
Create venv
python -m venv venv
source venv/bin/activate
Install requirements
pip install -r requirements.txt
python -m inference.cli_demo \
--video_path "resources/car.mp4" \
--prompt "car is moving among mountains" \
--controlnet_type "hed" \
--base_model_path THUDM/CogVideoX-2b \
--controlnet_model_path TheDenk/cogvideox-2b-controlnet-hed-v1
python -m inference.gradio_web_demo \
--controlnet_type "hed" \
--base_model_path THUDM/CogVideoX-2b \
--controlnet_model_path TheDenk/cogvideox-2b-controlnet-hed-v1
Original code and models CogVideoX.
Issues should be raised directly in the repository. For professional support and recommendations please [email protected].