DenOfEquity

Results 13 issues of DenOfEquity

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...

* adds one line to include distilled_cfg_scale in the parameters that invalidate the cond cache * two single character changes for step size for distilled CFG and normal CFG, from...

1. Send to Extras buttons work as far as sending the image, but do not switch to the Extras tab since the addition of Spaces. Single character change to correct...

https://github.com/lllyasviel/stable-diffusion-webui-forge/discussions/1184 https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1357 The Gallery object changed with gradio update, old code broken, now more simple - no need to mess around with fake_image. also added check for attempt to upscale...

I've prevented overrides for checkpoint and vae, guessing that was why this was originally removed (testing suggests that checkpoint/vae overrides are currently not set from infotext anyway). Also noted that...

restore `autocrop.py`, unchanged from old Forge restore the script itself, with one line added to convert the input image to RGB. https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1491

also tweaked description for clip location argument, for clarity used same method as --vae-dir

as discussed in #1535 Note that the Size recorded in geninfo is the size of the input image, so from iteration 2 it will increase. This means using geninfo from...

Ideally there would be an 'is_flux' bool to check; using `is not shared.sd_model.is_webui_legacy_model():` instead. More eyes checking this would be good. Enabled taesd in live previews, model downloaded on demand.

* restore settings from infotext * bypass if model is Flux (would error during generation) * bypass if CFG == 1 (would error during generation) * add control of blur...