Rhys Yang
Rhys Yang
Firstly, thank you for your suggestions. I will explain them one by one. 1. You might have noticed that in ComfyUI, a sampler name is composed of two parts: `sampler_name`...
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....
Please try the `Parameter Extractor` and model matching feature in the new version.
@alexopus In fact, I've created my own version of Saver based on the concept of this node and have added numerous new features. https://github.com/receyuki/comfyui-prompt-reader-node I believe you will be interested...
@alexopus In fact, I am planning to add this feature in the next release, but the implementation will be somewhat different from your approach.
A primitive node can only connect to one input at a time, so you can't connect it to both positive and t5xxl simultaneously. Maybe you should using a different text...
LGTM! Thank you for your contribution.
Could you take a screenshot of what the server terminal is showing? There could be many reasons causing this.
What node do you usually connect it to? As far as I know, some built-in nodes use 1 as the step, but most use 8 as the step, like EmptyLatentImage....
I just realised what the problem is. I set the minimum value to 1, so when the step size is 8, the next number is 9, and then 17, which...