Tamas Hortobagyi
Tamas Hortobagyi
> > how did you fix? > > Without looking at your code, I can't tell you how to fix it. > > Just a note, I use Linux running...
> > Sequential CPU offload removes the model from VRAM, so after each generated image the model would have to be reloaded from disk. I don't know if this is...
> > This PR solves it for me: [ZHO-ZHO-ZHO/ComfyUI-InstantID#87](https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID/pull/87) That is why I added it to ZHO's unofficial solution which level_2 optimisation/offloading works on 12GB. > > Also, we should...
Rarely, it can run on an RTX 4070 with 12 GB.
> > Rarely, it can run on an RTX 4070 with 12 GB. > > How? I have a 12gb 4070ti and it does not run. Even with everything closed,...
Make ControlNet loader optional if no image or controlnet_conditioning_scale is 0 - it can save VRAM
> Actually, I can run with 3060 12gb but not always. It is not stable Yes, same here with 4070. Let me add "stable" to my first comment.
Make ControlNet loader optional if no image or controlnet_conditioning_scale is 0 - it can save VRAM
I have a solution for memory optimisation. Actually, I have 2 levels. My hunch is that they are not entirely stable. Eg. you can't switch from one to another or...
Make ControlNet loader optional if no image or controlnet_conditioning_scale is 0 - it can save VRAM
PR is here: https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID/pull/87
Is it possible to use pruned models for controlnet and IP-Adapter to reduce memory usage?
Is ControlNet mandatory or it is only for the optional pose image? If it is not mandatory, could it save VRAM if ControlNet model is not loaded and applied?