NULL

Results 73 comments of NULL

启动的时候加上这俩参数试试,`--always-low-vram --always-offload-from-vram`

Sorry. I did more testing based on the information you provided, although not very sure, but I think it may have been due to insufficient available GPU memory. Due to...

> Can you clarify what you mean by exclusive GPUs? It means do not run any other programs that occupy GPU memory。

> Okay so as far as i understand it, when patching the model for inpainting, it creates a clone. Clones are always unloaded afterwards. Even if i remove the code...

> I dont have a solution yet, maybe mrhan has one I am trying, but not solve yet

I carefully tracked the whole generation process, and I'm not sure if this is the cause of the problem. That is, the SDXL model is always unloaded and then reloaded,...

One likely pessimistic expectation is that this may not be a BUG. During the processing of Inipaint, information is added to the SDXL model, that is, the `model_ options` attribute,...

@user425846 Try this in `fooocusapi/worker.py`, I will be confirm later

> Just tried it out, setting `use_synthetic_refiner = False` in `fooocusapi/worker.py`, Line 432 did not fix the reloading. It correctly logs `Refiner unloaded.`, like it happens in the clean Fooocus...