Kosinkadink / ComfyUI-AnimateDiff-Evolved

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

How can I get motion models that include an image encoder? #414

Open Akatsuki6435 opened 6 days ago

Akatsuki6435 commented 6 days ago

I'd like to use "Inject I2V into AnimateDiff Model" with some motion models you recommend ,but every time I get an error which says there is no img encoder. Could you tell me how I can download them?

Kosinkadink commented 4 days ago

Inject I2V into AnimateDiff Model is NOT the way AnimateLCM-I2V is intended to be used. It is an experimental node that mostly does nothing, which is why I have it in the experimental submenu of AnimateLCM-I2V and a test tube in the name.

The only model that has an image encoder is AnimateLCM-I2V, and you can load it through the normal Load AnimateDiff Model node. The link to the model and some extra info is in the readme in the features section: https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved?tab=readme-ov-file#features

Akatsuki6435 commented 3 days ago

Totally understand. Thank you for your kindness!