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] - Separate Sampler and Scheuler from SD Parameter Extractor #83

Open imHugoLeandro opened 3 months ago

imHugoLeandro commented 3 months ago

Summary

Screenshot_1896

I dont know if this feature is possible to do right now, or if it could be done. I would like to import all data from image including scheduler and sampler. And I see in the extractor scheduler and sampler are together. Would be possible to separate this information?

Thank you!

Basic Example

Screenshot_1897

Reference Issues.

No response

receyuki commented 3 months ago

That's a really good question. Firstly, I didn't separate the Sampler and Scheduler as individual outputs because different tools support different Samplers and Schedulers. Connecting the output Sampler directly to other nodes is likely to cause issues (and different tools even have different names for the same Sampler sometimes). If separating the Sampler and Scheduler would significantly benefit your workflow, I can try to add a similar feature to the Extractor. One possible approach is to match against a known list of Schedulers, but the downside is that I might not be able to update that list immediately when new Schedulers show up in the community. Additionally, since I've been quite busy recently, I don't think I'll be able to update the repo within the next few weeks.