Tamas Hortobagyi

Results 16 comments of 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,...

> 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.

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...

PR is here: https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID/pull/87

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?