aboutsummaryrefslogtreecommitdiffstats
path: root/modules/generation_parameters_copypaste.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * | | | | | Reopen image fixSakura-Luna2023-05-051-0/+1
| | | | | | | |
| * | | | | | | disable useless progress display when pasting infotext using the blur buttonAUTOMATIC2023-05-081-0/+5
| | | | | | | |
* | | | | | | | fix maximum downsampling optionpapuSpartan2023-05-031-1/+3
| | | | | | | |
* | | | | | | | resolve merge conflicts and swap to dev branch for nowpapuSpartan2023-05-031-1/+7
|\| | | | | | |
| * | | | | | | rework Negative Guidance minimum sigma to work with AND, add infotext and ↵AUTOMATIC2023-04-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | copypaste parameters support
| * | | | | | | rename CPU RNG to RNG source in settings, add infotext and parameters ↵AUTOMATIC2023-04-291-0/+5
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | copypaste support to RNG source
* | | | | | | Update generation_parameters_copypaste.pypapuSpartan2023-04-101-1/+0
| | | | | | |
* | | | | | | add token merging options to infotext when necessary. Bump tomesdpapuSpartan2023-04-101-0/+37
|/ / / / / / | | | | | | | | | | | | | | | | | | version
* | | | | | Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC2023-03-281-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
* | | | | | Add upscaler to img2imgspace-nuko2023-03-251-2/+2
| | | | | |
* | | | | | Add upscale slider to img2imgspace-nuko2023-03-251-0/+3
| | | | | |
* | | | | | bump gradio to 3.23AUTOMATIC2023-03-251-1/+6
| |_|_|_|/ |/| | | | | | | | | | | | | | fix broken image dragging
* | | | | Merge pull request #7818 from space-nuko/extension-paste-field-namesAUTOMATIC11112023-03-111-2/+3
|\ \ \ \ \ | | | | | | | | | | | | Allow extensions to declare paste fields for "Send to X" buttons
| * | | | | Allow extensions to declare paste fields for "Send to X" buttonsspace-nuko2023-02-141-2/+3
| | |_|/ / | |/| | |
* | | | | add UniPC options to infotextAUTOMATIC2023-03-111-1/+7
| |_|_|/ |/| | |
* | | | make PNG info tab work properly with parameter overridesAUTOMATIC2023-02-191-3/+4
|/ / /
* | | make the program read Discard penultimate sigma from generation parametersAUTOMATIC2023-01-301-0/+1
| | |
* | | make the program read Eta and Eta DDIM from generation parametersAUTOMATIC2023-01-301-0/+2
| | |
* | | update prompt token counts after using the paste params buttonAUTOMATIC2023-01-291-3/+3
| | |
* | | make it so that setting options in pasted infotext (like Clip Skip and ENSD) ↵AUTOMATIC2023-01-291-68/+133
| |/ |/| | | | | do not get applied directly and instead are added as temporary overrides
* | Merge pull request #7231 from EllangoK/masterAUTOMATIC11112023-01-281-2/+2
|\ \ | | | | | | Fixes X/Y/Z Plot parameters not being restored from images
| * | uses autos new regex, checks len of re_paramEllangoK2023-01-281-2/+2
| | |
| * | re_param captures quotes with commas properlyEllangoK2023-01-261-3/+3
| |/ | | | | | | and removes unnecessary regex
* | update image parameters regex for #7231AUTOMATIC2023-01-281-1/+1
| |
* | clean up unused script_path importsMax Audron2023-01-271-1/+1
| |
* | add data-dir flag and set all user data directories based on itMax Audron2023-01-271-2/+2
|/
* extra networks UIAUTOMATIC2023-01-211-9/+3
| | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
* fix an error that happens when you send an empty image from txt2img to img2imgAUTOMATIC2023-01-151-0/+3
|
* Add script callback for fixing infotext parametersspace-nuko2023-01-121-1/+2
|
* fix broken resolution detection when pasting parameters with old hires fix ↵AUTOMATIC2023-01-091-3/+3
| | | | enabled
* add an option to use old hiresfix width/height behaviorAUTOMATIC2023-01-091-6/+11
| | | | add a visual effect to inactive hires fix elements