kijai / ComfyUI-DynamiCrafterWrapper

Wrapper to use DynamiCrafter models in ComfyUI
Other
500 stars 16 forks source link

Looping condition #14

Closed edwinzeng2005 closed 3 months ago

edwinzeng2005 commented 3 months ago

Is there a boolean condition to enable/disable looping?

kijai commented 3 months ago

Is there a boolean condition to enable/disable looping?

The looping feature is realized simply by using the interpolation model and inputting same image to image1 and image2.

edwinzeng2005 commented 3 months ago

I see. The basic non-looping process works by setting only 1 image as the input.