aboutsummaryrefslogtreecommitdiff
path: root/modules/generation_parameters_copypaste.py
AgeCommit message (Collapse)Author
2023-08-10put infotext label for setting into OptionInfo definition rather than in a ↵AUTOMATIC1111
separate list
2023-08-10add VAE to infotextAUTOMATIC1111
2023-08-10face restoration and tiling moved to settings - use "Options in main UI" ↵AUTOMATIC1111
setting if you want them back
2023-08-09split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC1111
import errors related to shared.py
2023-08-07Options in main UI updateAUTOMATIC1111
- correctly read values from pasted infotext - setting for column count - infotext paste: do not add a field to override settings if some other component is already handling it
2023-08-05Add sigma params to infotextcatboxanon
2023-08-05Merge branch 'dev' into efficient-vae-methodsKohaku-Blueleaf
2023-08-05add infotextKohaku-Blueleaf
2023-07-30hires fix checkpoint selectionAUTOMATIC1111
2023-06-27Merge pull request #11046 from akx/ded-codeAUTOMATIC1111
Remove a bunch of unused/vestigial code
2023-06-27add missing infotext entry for the pad cond/uncond optionAUTOMATIC
2023-06-06print error and continuew-e-w
print error and continue
2023-06-05Remove a bunch of unused/vestigial codeAarni Koskela
As found by Vulture and some eyes
2023-06-05Merge pull request #10956 from akx/lenAUTOMATIC1111
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
2023-06-04infer styles from prompts, and an option to control the behaviorAUTOMATIC
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela
2023-05-28add quoting for infotext values that have a colon in themAUTOMATIC
2023-05-27updates for the noise schedule settingsAUTOMATIC
2023-05-24use Schedule instead of SchedKohaku-Blueleaf
2023-05-24improvementsKohaku-Blueleaf
See: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723
2023-05-23Use type to determine if it is enableKohaku-Blueleaf
2023-05-23Use settings instead of main interfaceKohaku-Blueleaf
2023-05-18rework hires prompts/sampler code to among other things support different ↵AUTOMATIC
extra networks in first/second pass rework quoting for infotext items that have commas in them to use json (should be backwards compatible except for cases where it didn't work previously) add some locals from processing function into the Processing class as fields
2023-05-18Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ↵AUTOMATIC
hires-fix-ext
2023-05-14updates for #9256AUTOMATIC
2023-05-13heavily simplifypapuSpartan
2023-05-11Merge branch 'dev' of ↵papuSpartan
https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd
2023-05-10fixes for B007AUTOMATIC
2023-05-10ruff manual fixesAUTOMATIC
2023-05-10imports cleanup for ruffAUTOMATIC
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela
2023-05-08Merge pull request #9760 from Sakura-Luna/refreshAUTOMATIC1111
Fix gallery not being refreshed correctly
2023-05-08disable useless progress display when pasting infotext using the blur buttonAUTOMATIC
2023-05-05Reopen image fixSakura-Luna
2023-05-03fix maximum downsampling optionpapuSpartan
2023-05-03resolve merge conflicts and swap to dev branch for nowpapuSpartan
2023-04-29rework Negative Guidance minimum sigma to work with AND, add infotext and ↵AUTOMATIC
copypaste parameters support
2023-04-29rename CPU RNG to RNG source in settings, add infotext and parameters ↵AUTOMATIC
copypaste support to RNG source
2023-04-10Update generation_parameters_copypaste.pypapuSpartan
2023-04-10add token merging options to infotext when necessary. Bump tomesdpapuSpartan
version
2023-03-28Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC
This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
2023-03-25Add upscaler to img2imgspace-nuko
2023-03-25Add upscale slider to img2imgspace-nuko
2023-03-25bump gradio to 3.23AUTOMATIC
fix broken image dragging
2023-03-14Merge branch 'master' into improved-hr-conflict-testInvincibleDude
2023-03-11Merge pull request #7818 from space-nuko/extension-paste-field-namesAUTOMATIC1111
Allow extensions to declare paste fields for "Send to X" buttons
2023-03-11add UniPC options to infotextAUTOMATIC
2023-03-03Merge branch 'master' into improved-hr-conflict-testInvincibleDude
2023-02-19make PNG info tab work properly with parameter overridesAUTOMATIC
2023-02-14Allow extensions to declare paste fields for "Send to X" buttonsspace-nuko