aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | when adding tooltips, do not scan whole document and instead only scan added ↵AUTOMATIC2023-05-171-23/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elements
* | | | | | | | | | | | | | | | | | Merge pull request #10414 from AUTOMATIC1111/xyz-token-mergingAUTOMATIC11112023-05-171-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xyz token merging
| * | | | | | | | | | | | | | | | | | xyz token mergingw-e-w2023-05-151-0/+7
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | use a local variable instead of dictionary entry for sd_merge_models in ↵AUTOMATIC2023-05-171-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge model metadata code
* | | | | | | | | | | | | | | | | | | Merge pull request #10473 from dongweiming/fix-10460AUTOMATIC11112023-05-171-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #10460
| * | | | | | | | | | | | | | | | | | | Fixed: #10460Weiming2023-05-171-1/+2
| | |_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | fix inability to run with --freeze-settingsAUTOMATIC2023-05-171-21/+17
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #10461 from akx/processed-s-min-uncondAUTOMATIC11112023-05-171-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy s_min_uncond to Processed
| * | | | | | | | | | | | | | | | | | | Copy s_min_uncond to ProcessedAarni Koskela2023-05-171-0/+1
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should fix #10416
* | | | | | | | | | | | | | | | | | | simplify single_sample_to_imageAUTOMATIC2023-05-171-6/+3
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #10467 from Sakura-Luna/taesd-aAUTOMATIC11112023-05-172-5/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Tiny AE fix
| * | | | | | | | | | | | | | | | | | TAESD fixSakura-Luna2023-05-172-5/+6
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #10365 from Sakura-Luna/taesd-aAUTOMATIC11112023-05-175-3/+124
|\| | | | | | | | | | | | | | | | | | | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Add Tiny AE live preview
| * | | | | | | | | | | | | | | | | Merge branch 'dev' into taesd-aAUTOMATIC11112023-05-17113-1220/+1618
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #10440 from grimatoma/increaseModelPickerWidthAUTOMATIC11112023-05-171-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove max width for model dropdown
| * | | | | | | | | | | | | | | | | | Remove max width for model dropdowngrimatoma2023-05-161-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing the max width for the model dropdown allows the user to see the full name of a model especially when it is long. Model names are getting more complex and longer and the current width almost always cuts off model names. If a user leverages folders than it pretty much always cuts off the name...
* | | | | | | | | | | | | | | | | | | Merge pull request #10451 from dennissheng/masterAUTOMATIC11112023-05-171-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not clear checkpoints cache when config changes
| * | | | | | | | | | | | | | | | | | | not clear checkpoints cache when config changesdennissheng2023-05-171-1/+0
| | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #10452 from dongweiming/fix-negAUTOMATIC11112023-05-171-11/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Fix remove `textual inversion` prompt
| * | | | | | | | | | | | | | | | | | Fix remove `textual inversion` promptWeiming2023-05-171-11/+20
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | add info link for Negative Guidance minimum sigmaAUTOMATIC2023-05-161-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | restore nqsp in footer that was lost during lintingAUTOMATIC2023-05-161-5/+5
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | add second_order field to sampler configAUTOMATIC2023-05-162-13/+9
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | suppress ENSD infotext for samplers that don't use itAUTOMATIC2023-05-165-16/+48
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | add visual progress for extension installation from URLAUTOMATIC2023-05-162-3/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | update extensions table: show branch, show date in separate column, and show ↵AUTOMATIC2023-05-152-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version from tags if available
* | | | | | | | | | | | | | | | | | load extensions' git metadata in parallel to loading the main program to ↵AUTOMATIC2023-05-153-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | save a ton of time during startup
* | | | | | | | | | | | | | | | | | Show "Loading..." for extra networks when displaying for the first timeAUTOMATIC2023-05-151-4/+15
| |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #10379 from AUTOMATIC1111/Sakura-Luna-patch-1AUTOMATIC11112023-05-141-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GPU device
| * | | | | | | | | | | | | | | | | Update bug_report.ymlSakura-Luna2023-05-141-11/+11
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Add GPU deviceSakura-Luna2023-05-141-0/+12
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GPU option to troubleshoot.
* | | | | | | | | | | | | | | | | Merge pull request #10384 from akx/no-shellAUTOMATIC11112023-05-141-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | launch.py: Don't involve shell for running Python or getting Git output
| * | | | | | | | | | | | | | | | | launch.py: Don't involve shell for running Python or Git for outputAarni Koskela2023-05-141-3/+3
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Linux regression in 451d255b5859580c4adf99d67760330d58d76446
* | | | | | | | | | | | | | | | | Merge pull request #10382 from AUTOMATIC1111/fix_xyz_checkpointAUTOMATIC11112023-05-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix xyz checkpoint
| * | | | | | | | | | | | | | | | | fix xyz checkpointw-e-w2023-05-141-1/+1
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'master' into devAUTOMATIC2023-05-142-1/+7
|\| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | fix model loading twice in some situationsAUTOMATIC2023-05-142-0/+6
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #10218 from micky2be/find_vaeAUTOMATIC11112023-05-141-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files in vae folder with same name as a checkpoint can be found too
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dev' into find_vaeAUTOMATIC11112023-05-14132-1476/+2223
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #10367 from AUTOMATIC1111/jpeg-extra-network-previewAUTOMATIC11112023-05-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow jpeg for extra network preview
| * | | | | | | | | | | | | | | | | | allow jpeg for extra network previeww-e-w2023-05-141-2/+2
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | remove auto live previews format option, fix slow PNG generationAUTOMATIC2023-05-142-11/+10
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | add a bunch of descriptions and reword a lot of settings (sorry, localizers)AUTOMATIC2023-05-144-49/+65
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | set up a system to provide extra info for settings elements in python rather ↵AUTOMATIC2023-05-143-42/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than js add a bit of spacing/styling to settings elements add link info for token merging
* | | | | | | | | | | | | | | | | | updates for #9256AUTOMATIC2023-05-144-4/+5
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #9256 from papuSpartan/tomesdAUTOMATIC11112023-05-145-1/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrate optional speed and memory improvements by token merging (via dbolya/tomesd)
| * | | | | | | | | | | | | | | | | | fix for img2imgpapuSpartan2023-05-131-2/+3
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | move to stable-diffusion tabpapuSpartan2023-05-131-10/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | heavily simplifypapuSpartan2023-05-134-101/+23
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | remove command line optionpapuSpartan2023-05-132-6/+5
| | | | | | | | | | | | | | | | | | |