TMElyralab / Comfyui-MusePose

Other
302 stars 31 forks source link

how can i change the path of "pretrained_weights" #54

Open luoxr18 opened 1 week ago

luoxr18 commented 1 week ago

i run my comfyui on a cloud server,and the system disk memery is very small. so i have to move those big pretrained weights files to another disk, which means i have to change the reference path. how can i do it?

jhj0517 commented 1 week ago

If you inference with test_stage_2.py, you can change model paths in https://github.com/TMElyralab/Comfyui-MusePose/blob/main/configs/test_stage_2.yaml

*Edit It seems it uses test_stage_2.yaml as config file by default so it should work when you change the model paths in the file.