-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] - Extractor for most additional options and new nodes #24
Comments
Firstly, thank you for your suggestions. I will explain them one by one.
Based on the above discussion, within these parameters, the only feasible one is the sampler (for unsupported samplers, I can prompt an error). |
Thank you for the detailed response in points, and I understand your thought process. At the moment, I haven't created my own nodes, and I'm not aware of their limitations. However, I'll take the opportunity to explain in this discussion why both the outputs and the new nodes I've written make sense and what potential solutions there might be for the text's missing options. Overall, I would like to transfer most of the metadata from a1111 to comfyui to automate the loading of images created using various models and load these options into the appropriate nodes in comfyui.
If you're concerned that there might potentially be too much error handling resulting in frequent errors, this could be addressed using a node. For instance, if there's an error on the first line, send a preset sampler/model/vae using this node. |
Instead of discussing whether or not to add these outputs, I have a new idea. I can write a separate node specifically for reading all the parameters in the image. The advantage is you can read any options, and I can keep the Reader clean.
Connect the
It’s technically very simple, perhaps I’m just too lazy to write a manual lol. I’ll consider it, though.
I guess I would prefer to keep the error messages rather than having the user load the pre-set content without being aware of it. |
Please try the |
Summary
Extractor for most additional options and new nodes:
Name String: Sampler
Name String: VAE
Int: Clip skip
Boolean: Pad conds
Basic Example
I would like to thank you for your work, and I have a few suggestions for additions.
Extractor for Additional Options:
Of course, the names of VAEs and models can sometimes be unhelpful if they are, for example, in folders. Therefore, I would suggest creating a new node that searches the folders with the given name and, if found, automatically returns the entire path to that model, for example, "Anime/anime_v10.safetensor" and pass to Checkpoint Selector.
Similarly, for the names of samplers, there should be an additional node that extracts the sampler_name from the string and pass to Sampler Selector as well as the scheduler and pass to Scheduler Selector.
If you think that dealing with names and their additional node converters would be too much work, I would mainly request the output for Clip skip and Pad conds.
Reference Issues.
No response
The text was updated successfully, but these errors were encountered: