stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

add/fix infotext loading for builtin extensions

Open DenOfEquity opened this issue 1 year ago • 1 comments

some simple changes, just busy-work really

for eight builtin extensions:

  • save settings from process() not process_before_every_sampling() so they are written to params.txt too

for seven builtin extensions (latent modifier not changed):

  • add/fix infotext loading (can't use .update with Gradio 4, this method works with v4 and v3)

for freeu:

  • dropdown for presets for various sd versions, taken from /ChenyangSi/FreeU
  • minor UI tweak, placed pairs of sliders into rows to use less space

DenOfEquity avatar Aug 16 '24 17:08 DenOfEquity

i will wait several days before merge this and hope that someone can test if this break things

lllyasviel avatar Aug 17 '24 03:08 lllyasviel

I'll redo these individually, so it's not one big pile of changes.

DenOfEquity avatar Aug 28 '24 11:08 DenOfEquity