Kosinkadink / ComfyUI-AnimateDiff-Evolved

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

Model location suggestions #370

Open zpengcom opened 1 month ago

zpengcom commented 1 month ago

In order for the model to be called by more plugins it is recommended that the

ComfyUI/models/animatediff_models
Change to ComfyUI/models/checkpoints/animatediff_models

ComfyUI/models/animatediff_motion_lora
Change to ComfyUI/models/loras/animatediff_motion_lora

Kosinkadink commented 1 month ago

For what purpose would it be desirable for AnimateDiff-only models to be available to other plugins from the checkpoints directory? Also, this would make it so that the AD models and AD loras would be selectable via Load Checkpoint and Load Lora Nodes, which seems like it would only cause more confusion.

The animatediff_models and animatediff_motion_lora directories are already compatible with other plugins too, so long as those plugins specifically search for those directories.