Thank you for your excellent work. I notice that after image generation, my activity monitor shows that ComfyUI is still holding the model in memory (approx 28GB). Is there any way to clear the memory other than stopping and restarting ComfyUI? I have read here that you can make an API POST request to send { "unload_models": true, "free_memory": true } to http://127.0.0.1:8188/free but it does not seem to do anything when I am using your nodes. Do you have any advice how to free memory please?