TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
397 stars 45 forks source link

Feature Request: Add a "none" option for the refiner in pipeLoaderSDXL node. #52

Closed GalaxyTimeMachine closed 5 months ago

GalaxyTimeMachine commented 1 year ago

Not all models play well with a refiner, so being able to disable the refiner stages in some way, and not have to waste time and space loading a refiner model would be good.

GalaxyTimeMachine commented 1 year ago

The pipeKSamplerSDXL node would also need to be able to accept 0 for the refiner steps.

TinyTerra commented 1 year ago

In cases where you only need a single model you should be able to use the regular pipeLoader and pipeKSampler. Let me know if it's not working as expected

GalaxyTimeMachine commented 1 year ago

I just didn't want to have to create another workflow, just to avoid loading a model. Can't it work the same way as the Lora options, where "none" can be selected?

TinyTerra commented 1 year ago

Added this functionality in bdaf6f23d94ec78da98ce0f7101b2f81eb0fa608 - haven't had a chance to extensively test it though so please let me know if you come across any issues

GalaxyTimeMachine commented 1 year ago

Thanks! It does work, but I don't think it unloads the refiner if it was used before and then "none" is selected. The VRAM usage seems to be just as high without the refiner, but I don't know for sure if that's because it isn't unloading it.