Kosinkadink / ComfyUI-AnimateDiff-Evolved

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

incompatibility between SamplerCustomAdvanced and AnimateDiff Loader Expected all tensors to be on the same device #373

Open oO0 opened 4 months ago

oO0 commented 4 months ago

tested 512x512, 24GB VRAM,

Kosinkadink commented 4 months ago

SamplerCustomAdvanced is not officially supported for AnimateDiffEvolved at this time. I need enough free time to dedicate to plan out how I'll decide to support it.

Unlike normal KSampler and Custom KSampler, each guider that can plug into SamplerCustomAdvanced doesn't need to follow the typical comfy code paths, which means I can't easily inject my code into its execution. Hopefully by the end of May I'll be able to have adequate time to add support one way or another, whether that be needing to write my own guiders that plug into it (meaning you cannot use any vanilla guiders to get access to AnimateDiff-Evolved features), or something else.