TencentARC / MotionCtrl

MotionCtrl: A Unified and Flexible Motion Controller for Video Generation
https://wzhouxiff.github.io/projects/MotionCtrl/
Apache License 2.0
1.15k stars 66 forks source link

bad cuda config in run.sh #4

Open ryanmafrty opened 6 months ago

ryanmafrty commented 6 months ago

in demo script configs/inference/run.sh, CUDA_VISIBLE_DEVICES=7 was used causing "No CUDA GPUs are available" for those who doesn't have 8 or more gpus, please consider to remove it.

wzhouxiff commented 6 months ago

Thanks for your reminder. It has been revised.