mcmonkeyprojects / SwarmUI

SwarmUI (formerly StableSwarmUI), A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility.
MIT License
1.24k stars 90 forks source link

Comfy Math SDXL Resolution Dropdown node #335

Open boricuapab opened 1 day ago

boricuapab commented 1 day ago

Your question

I was looking for a way to expose the comfy math sdxl resolutions drop down selection into the Generation/Simple tabs using the swarm input dropdown node, but am not sure how to set this up.

Logs

No response

Other

No response

mcmonkey4eva commented 9 hours ago

Er... what node?

Generally what you do for dropdowns is just convert Widget to Input, connect a SwarmInputDropdown, and empty out the values field (if the dropdown values are empty, it will autopopulate based on what you connect it to). Note that there's two outputs from SwarmInputDropdown, the magic empty one is able to connect anywhere when the normal one won't connect.