ndahlquist / stable-horde-flutter

An Android+iOS app for the Stable Horde
https://stablehorde.net
GNU General Public License v3.0
53 stars 20 forks source link

There is no option to disable ControlNet #123

Closed evguu closed 1 year ago

evguu commented 1 year ago

"Normal' ControlNet is not the same as 'No ControlNet'. It increases kudos cost by the factor of three even when ControlNet is not necessary. This effectively disables img2img for everyone who doesn't have that much Kudos.

evguu commented 1 year ago

Proposed solution: add 'None' option to ControlNet dropdown, which removes "control_type" field from GET request entirely.

evguu commented 1 year ago

I'll see if I'm able to do this myself, but I've no experience with Flutter, so we'll see if I succeed.