kijai / ComfyUI-DynamiCrafterWrapper

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

How to use your updated bf16 pruned models? #25

Open luke-evans-liu opened 3 months ago

luke-evans-liu commented 3 months ago

How to use your updated bf16 pruned models? But from my experience, it causes a significant increase in GPU memory usage and extremely slow speed. Is there any trick to use it more efficiently? Or do I need to modify the code? Thanks.

kijai commented 3 months ago

Use them with these nodes? Only time I had those issues was when running without xformers, it seems to be required.

luke-evans-liu commented 3 months ago

But I have already installed xformers

luke-evans-liu commented 3 months ago

Additionally, how can I enable the bf16 format to take effect? Because I am not sure whether the bf16 format is currently in effect.