Gerschel / sd_web_ui_preset_utils

Preset Manager moved private
252 stars 20 forks source link

Selecting a preset don't change Hires fix toggle #34

Open Woisek opened 1 year ago

Woisek commented 1 year ago

When I select a preset that involves the Hires fix options and the options where previously hidden, the selection of the preset doesn't unhide them. The checkbox is selected though, but the options remain hidden. Only an uncheck/check can solve this and unhide it. Please provide a fix for this.

Gerschel commented 1 year ago

This one, I can probably squeeze in really soon. It'll be quick to implement.

Woisek commented 1 year ago

Great! Looking foreward to it. :) Thanks!

Gerschel commented 1 year ago

I have a conundrum.

A1111 and vladmandic have different implementations of hires fix and hires steps.
I can code for both, I can add conditionals for one scenario then default to the other, but I sense that we will have further diversions.

So I need to come up with a way to test for which version is being used.

Gerschel commented 1 year ago

I added the check for vlads shared.url I put in some handling for hires fix between the two versions.