kijai / ComfyUI-CogVideoXWrapper

500 stars 28 forks source link

Save the model file to another location #131

Open toyxyz opened 4 hours ago

toyxyz commented 4 hours ago

Thanks for the great work as always!

The Cogvideo model is too large and I want to move it to HDD instead of SSD, is it possible to download or save the model file in a different path? Modifying the extra_model_paths.yaml didn't work.

cheezecrisp commented 3 hours ago

mklink(for windows) / ln(for linux) will help

pondloso commented 3 hours ago

For me it take forever to load Cog model if it not on ssd. my ssd always had like 10-20 gb left i need to move in model in and out to swap instead.

kijai commented 2 hours ago

I usually just symlink, but yeah would be good to have it in extra_model_paths too, I think it should work now, this worked after my latest update (excuse the inconsistent folder naming, don't really want to change it at this point): image