LucianoCirino/efficiency-nodes-comfyui

animatediff failing

Closed this issue · 3 comments

running the default animatediff script - getting this weird render. updated to today on custom nodes.
other AnimateDiff nodes work fine. when i try the Efficiency Nodes.... this is what comes out
image

also i should note, the logs aren't showing any errors

got prompt
KSampler(Efficient) Warning: Live preview disabled for animatediff generations.
[AnimateDiffEvo] - STATUS - Loading motion module animatediffMotion_v15V2.ckpt
[AnimateDiffEvo] - STATUS - Using fp16, converting motion module to fp16
[AnimateDiffEvo] - STATUS - Regular AnimateDiff activated - latents passed in (1) less or equal to context_length None.
[AnimateDiffEvo] - STATUS - Injecting motion module animatediffMotion_v15V2.ckpt version v2.
Requested to load BaseModel
Loading 1 new model
100%|██████████████████████████████████████████████████████████████████████████████████| 12/12 [00:07<00:00,  1.53it/s]
[AnimateDiffEvo] - STATUS - Ejecting motion module animatediffMotion_v15V2.ckpt version v2.
[AnimateDiffEvo] - STATUS - Cleaning motion module from unet.
[AnimateDiffEvo] - STATUS - Removing motion module animatediffMotion_v15V2.ckpt from cache
Prompt executed in 11.73 seconds

Increase the batchsize on the Efficient Loader

that worked! thanks!