aboutsummaryrefslogtreecommitdiffstats
path: root/modules/generation_parameters_copypaste.py
Commit message (Collapse)AuthorAgeFilesLines
* rename generation_parameters_copypaste module to infotextAUTOMATIC11112024-01-011-497/+0
|
* add override_settings support for infotext APIAUTOMATIC11112023-12-301-22/+44
|
* aAUTOMATIC11112023-12-301-0/+19
|
* Add FP8 settings into PNG infoKohaku-Blueleaf2023-12-161-0/+6
|
* infotext updates: add option to disregard certain infotext fields, add ↵AUTOMATIC11112023-12-021-4/+9
| | | | option to not include VAE in infotext, add explanation to infotext settings page, move some options to infotext settings page
* fix re_param_code (regression bug PR #13458)Won-Kyu Park2023-10-021-1/+1
|
* fix fieldname regex to accept additional [-/] charsWon-Kyu Park2023-10-011-1/+1
|
* fix generation params regexljleb2023-08-311-1/+1
|
* fix for Reload UI function: if you reload UI on one tab, other opened tabs ↵AUTOMATIC11112023-08-271-0/+1
| | | | will no longer stop working
* put infotext label for setting into OptionInfo definition rather than in a ↵AUTOMATIC11112023-08-101-28/+11
| | | | separate list
* add VAE to infotextAUTOMATIC11112023-08-101-0/+1
|
* face restoration and tiling moved to settings - use "Options in main UI" ↵AUTOMATIC11112023-08-101-0/+2
| | | | setting if you want them back
* split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC11112023-08-091-2/+1
| | | | import errors related to shared.py
* Options in main UI updateAUTOMATIC11112023-08-071-0/+5
| | | | | | - 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
* Add sigma params to infotextcatboxanon2023-08-061-0/+4
|
* Merge branch 'dev' into efficient-vae-methodsKohaku-Blueleaf2023-08-051-0/+3
|\
| * hires fix checkpoint selectionAUTOMATIC11112023-07-301-0/+3
| |
* | add infotextKohaku-Blueleaf2023-08-051-0/+8
|/
* Merge pull request #11046 from akx/ded-codeAUTOMATIC11112023-06-271-29/+0
|\ | | | | Remove a bunch of unused/vestigial code
| * Remove a bunch of unused/vestigial codeAarni Koskela2023-06-051-29/+0
| | | | | | | | As found by Vulture and some eyes
* | add missing infotext entry for the pad cond/uncond optionAUTOMATIC2023-06-271-0/+1
| |
* | print error and continuew-e-w2023-06-051-9/+12
|/ | | | print error and continue
* Merge pull request #10956 from akx/lenAUTOMATIC11112023-06-051-4/+2
|\ | | | | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
| * Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-4/+2
| |
* | infer styles from prompts, and an option to control the behaviorAUTOMATIC2023-06-041-0/+8
|/
* add quoting for infotext values that have a colon in themAUTOMATIC2023-05-281-1/+1
|
* updates for the noise schedule settingsAUTOMATIC2023-05-271-12/+12
|
* use Schedule instead of SchedKohaku-Blueleaf2023-05-241-12/+12
|
* improvementsKohaku-Blueleaf2023-05-241-4/+16
| | | | | See: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723
* Use type to determine if it is enableKohaku-Blueleaf2023-05-231-1/+0
|
* Use settings instead of main interfaceKohaku-Blueleaf2023-05-231-0/+5
|
* rework hires prompts/sampler code to among other things support different ↵AUTOMATIC2023-05-181-11/+25
| | | | | | | 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
* Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ↵AUTOMATIC2023-05-181-1/+5
|\ | | | | | | hires-fix-ext
| * Merge branch 'master' into improved-hr-conflict-testInvincibleDude2023-03-141-3/+10
| |\
| * \ Merge branch 'master' into improved-hr-conflict-testInvincibleDude2023-03-031-3/+4
| |\ \
| * \ \ Merge branch 'master' into improved-hr-conflict-testInvincibleDude2023-01-301-69/+137
| |\ \ \
| * \ \ \ Merge branch 'master' into masterInvincibleDude2023-01-291-5/+5
| |\ \ \ \
| * | | | | Gen params paste improvementinvincibledude2023-01-221-2/+2
| | | | | |
| * | | | | Gen params paste improvementinvincibledude2023-01-221-2/+3
| | | | | |
| * | | | | Gen params paste improvementinvincibledude2023-01-221-7/+4
| | | | | |
| * | | | | Gen params paste improvementinvincibledude2023-01-221-0/+3
| | | | | |
| * | | | | Gen params paste improvementinvincibledude2023-01-221-0/+3
| | | | | |
* | | | | | updates for #9256AUTOMATIC2023-05-141-1/+1
| | | | | |
* | | | | | heavily simplifypapuSpartan2023-05-131-36/+0
| | | | | |
* | | | | | Merge branch 'dev' of ↵papuSpartan2023-05-121-9/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd
| * | | | | | fixes for B007AUTOMATIC2023-05-101-1/+1
| | | | | | |
| * | | | | | ruff manual fixesAUTOMATIC2023-05-101-2/+2
| | | | | | |
| * | | | | | imports cleanup for ruffAUTOMATIC2023-05-101-4/+0
| | | | | | |
| * | | | | | Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-2/+2
| | | | | | |
| * | | | | | Merge pull request #9760 from Sakura-Luna/refreshAUTOMATIC11112023-05-081-0/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix gallery not being refreshed correctly