kijai / ComfyUI-DynamiCrafterWrapper

Wrapper to use DynamiCrafter models in ComfyUI
Other
489 stars 15 forks source link

Unable to export videos of larger size #54

Closed idesign2018 closed 3 weeks ago

idesign2018 commented 4 weeks ago

I found the following error during use. The following error occurs when using dynamicrafter_1024_v1_bf16 model image

The following error occurs when using dynamicrafter_512_interp_v1_bf16 model image

When I want to export videos of larger and higher resolution, none of these three models dynamicrafter_1024_v1_bf16, dynamicrafter_512_interp_v1_bf16, dynamicrafter_512_interp-fp16 work and errors appear image

idesign2018 commented 4 weeks ago

It seems that only 512*512px videos can be generated image

kijai commented 4 weeks ago

This is still without xformers? Sadly it does use a lot more VRAM if xformers is not used.

idesign2018 commented 4 weeks ago

This is still without xformers? Sadly it does use a lot more VRAM if xformers is not used.这还是没有xformers吗?遗憾的是,如果不使用 xformers,它会使用更多的 VRAM。

xformers has been installed correctly and is running properly

After testing yesterday, you only need to change it to non-automatic to run it image