Inference fails
#1
by
dollarpound
- opened
System
- Ubuntu 22/RTX 3060/12GB VRAM/32GB RAM
Status
- Everything installed as per README
Error
cogvideox-controlnet on ξ main via π v3.11.0 (venv) took 6s
β python -m inference.cli_demo \
--video_path "resources/plane.mp4" \
--prompt "a fighter plane is moving over mountains" \
--controlnet_type "canny" \
--base_model_path THUDM/CogVideoX-2b \
--controlnet_model_path TheDenk/cogvideox-2b-controlnet-canny-v1
/home/glasscube/Projects/outside_projects/cogvideox-controlnet/venv/lib/python3.11/site-packages/controlnet_aux/mediapipe_face/mediapipe_face_common.py:7: UserWarning: The module 'mediapipe' is not installed. The package will have limited functionality. Please install it using the command: pip install 'mediapipe'
warnings.warn(
Downloading shards: 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 2/2 [00:00<00:00, 4854.52it/s]
Loading checkpoint shards: 100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 2/2 [00:05<00:00, 2.78s/it]
zsh: killed python3 -m inference.cli_demo --video_path "resources/plane.mp4" --prompt
And there is no file in the resources folder.
Gradio Mode
β python -m inference.gradio_web_demo \
--controlnet_type "canny" \
--base_model_path THUDM/CogVideoX-2b \
--controlnet_model_path TheDenk/cogvideox-2b-controlnet-canny-v1
Downloading shards: 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 2/2 [00:00<00:00, 4006.02it/s]
Loading checkpoint shards: 100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 2/2 [00:05<00:00, 2.87s/it]
zsh: killed python3 -m inference.gradio_web_demo --controlnet_type "canny"
@dollarpound Hey :)
- By default cli script saves out file in the root folder, not in the resources. Also you can override --output_path argument to define output file path.
- If you want to save output from gradio you have to use 'save' button (under output canvas) in the user interface.
@TheDenk thanks buddy! I trust you have seen my system config & think this can be run on it?
I didn't dig deeper assuming it was something to do with my system. I will try again.