Kosinkadink / ComfyUI-AnimateDiff-Evolved

Improved AnimateDiff for ComfyUI and Advanced Sampling Support
Apache License 2.0
2.65k stars 196 forks source link

FR Model management / downloading / storage #213

Closed halr9000 closed 1 month ago

halr9000 commented 10 months ago

Would be easier to manage models if we had ability to

Model inside custom node folder is pretty awkward, esp if I wanted to reinstall.

Kosinkadink commented 8 months ago

As of the latest update about 30 minute ago, you can now store models in ComfyUI/models/animatediff_models and ComfyUI/models/animatediff_motion_lora directories (they will be created automatically upon launching comfy with the updated AnimateDiff-Evolved).

You can also now use external directories via the ComfyUI extra_model_paths.yaml file. The keys for the two folders would be animatediff_models and animatediff_motion_lora (also documented in the new README).

As for model downloading, I'm going to think about it, but I want to limit the amount of things that can go wrong - recently, a lot of plugins that download models automatically have issues with the download getting interrupted for one reason or another/getting corrupted, spawning a lot of duplicate issue reports for those plugins.

halr9000 commented 8 months ago

As of the latest update about 30 minute ago, you can now store models in ComfyUI/models/animatediff_models and ComfyUI/models/animatediff_motion_lora directories (they will be created automatically upon launching comfy with the updated AnimateDiff-Evolved).

You can also now use external directories via the ComfyUI extra_model_paths.yaml file. The keys for the two folders would be animatediff_models and animatediff_motion_lora (also documented in the new README).

Awesome changes, thanks