Hi
There's an issue with comfyui that eats up ram very quickly and causing crashes.
I think the main reason is because when it cleans up a model from vram it moves it to ram.
And as stated in this issue I have a loop that goes through wan, qwen, flux klien along with vae, clip for each one and some loras. When the model is not used going to system ram eventually causes system OOM. So can I use this node unload unused model from both vram and ram and when the processing loop needs a model again it gets loads from disk not memory?
Thanks for advance.
Hi
There's an issue with comfyui that eats up ram very quickly and causing crashes.
I think the main reason is because when it cleans up a model from vram it moves it to ram.
And as stated in this issue I have a loop that goes through wan, qwen, flux klien along with vae, clip for each one and some loras. When the model is not used going to system ram eventually causes system OOM. So can I use this node unload unused model from both vram and ram and when the processing loop needs a model again it gets loads from disk not memory?
Thanks for advance.