receyuki / comfyui-prompt-reader-node

The ultimate solution for managing image metadata and multi-tool compatibility. ComfyUI node version of the SD Prompt Reader
MIT License
289 stars 22 forks source link

[FEATURE REQUEST] - VAE selector for SD Parameter Generator #15

Closed alessandroperilli closed 12 months ago

alessandroperilli commented 1 year ago

Summary

Right now theSD Parameter Generator node exports a VAE. Great, but it doesn't allow to define which one. Usually, this is a task for the Checkpoint Loader, as in the following case, with the Efficient Loader node:

Screenshot 2023-10-31 at 10 32 25

but, given that the use already has to define the type of model (SD1, SD2, SDXL), it would be convenient to have the VAE selector (mainly useful for SD1.5) baked into the Parameter Generator.

Basic Example

Just like the dropdown in my screenshot above.

Reference Issues.

No response

receyuki commented 1 year ago

I have read the source code of Efficient Loader. I should be deploying this feature (along with a few other new features) in version 1.1.0, while version 1.0.1 will primarily fix existing bugs.

alessandroperilli commented 12 months ago

The new version of the node is fantastic. Thank you.