aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* remove NSFW filter and its dependency; if you still want it, find it in the e...AUTOMATIC2022-12-104-47/+23
* use less javascript for this non-js-only implementation of the clear prompt b...AUTOMATIC2022-12-102-13/+11
* Merge pull request #3198 from papuSpartan/masterAUTOMATIC11112022-12-102-3/+29
|\
| * Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-12-1052-4085/+2971
| |\
| * \ Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-11-0724-219/+932
| |\ \
| * | | make line evil againpapuSpartan2022-11-011-6/+2
| * | | clean py func defspapuSpartan2022-11-011-5/+5
| * | | Merge branch 'AUTOMATIC1111:master' into jspapuSpartan2022-11-0116-41/+211
| |\ \ \
| * | | | clear on the client-side againpapuSpartan2022-11-011-8/+1
| * | | | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-10-3136-1683/+3033
| |\ \ \ \
| * | | | | fix js func signature and not forget to initialize confirmation var to preven...papuSpartan2022-10-221-1/+3
| * | | | | forgot to clear neg prompt after moving to back. Add tooltip to hintspapuSpartan2022-10-211-7/+7
| * | | | | some doc and formattingpapuSpartan2022-10-211-5/+12
| * | | | | refactor internal terminology to use 'clear' instead of 'trash' like #2728papuSpartan2022-10-212-12/+12
| * | | | | update token counter when clearing promptpapuSpartan2022-10-211-10/+7
| * | | | | only delete prompt on back end and remove client-side deletionpapuSpartan2022-10-211-14/+15
| * | | | | initial work on getting prompts cleared on the backend and synchronizing toke...papuSpartan2022-10-211-10/+19
| * | | | | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-10-2120-132/+1023
| |\ \ \ \ \
| * | | | | | add settings option to toggle button visibilitypapuSpartan2022-10-212-1/+2
| * | | | | | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-10-201-1/+1
| |\ \ \ \ \ \
| * | | | | | | clear prompt button now works on both relevant tabs. Device detection stuff w...papuSpartan2022-10-201-3/+18
| * | | | | | | nerf line lengthpapuSpartan2022-10-201-2/+5
| * | | | | | | add symbol for clear button and simplify roll_col css selectorpapuSpartan2022-10-201-0/+2
* | | | | | | | Merge pull request #5119 from 0xb8/masterAUTOMATIC11112022-12-101-22/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | Atomically rename saved image to avoid race condition with other processes.cat2022-11-271-22/+29
* | | | | | | | | Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-optionAUTOMATIC11112022-12-102-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Add opt. to avoid sending size between interfaces.timntorres2022-12-052-2/+2
* | | | | | | | | Merge pull request #4841 from R-N/vae-fix-noneAUTOMATIC11112022-12-102-20/+19
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'a1111' into vae-fix-noneMuhammad Rizqi Nur2022-11-1913-64/+58
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'a1111' into vae-fix-noneMuhammad Rizqi Nur2022-11-196-62/+73
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use underscore naming for "private" functions in sd_vaeMuhammad Rizqi Nur2022-11-191-3/+3
| * | | | | | | | | | | Fix model caching requiring deepcopyMuhammad Rizqi Nur2022-11-191-1/+2
| * | | | | | | | | | | MiscMuhammad Rizqi Nur2022-11-193-3/+3
| * | | | | | | | | | | Fix base VAE caching was done after loading VAE, also add safeguardMuhammad Rizqi Nur2022-11-192-11/+9
| * | | | | | | | | | | Fix model wasn't restored even when choosing "None"Muhammad Rizqi Nur2022-11-191-7/+7
* | | | | | | | | | | | add Noise multiplier option to infotextAUTOMATIC2022-12-103-3/+8
* | | | | | | | | | | | Merge pull request #5373 from mezotaken/masterAUTOMATIC11112022-12-102-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | add noise strength parameter similar to NAIVladimir Repin2022-12-032-0/+2
* | | | | | | | | | | | | Merge pull request #5404 from szhublox/merger-ram-usageAUTOMATIC11112022-12-101-18/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | extras.py: use as little RAM as possible, misc fixesMackerel2022-12-041-18/+19
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | cleanup some unneeded imports for hijack filesAUTOMATIC2022-12-102-11/+2
* | | | | | | | | | | | | do not replace entire unet for the resolution hackAUTOMATIC2022-12-103-30/+33
* | | | | | | | | | | | | Merge pull request #4978 from aliencaocao/support_any_resolutionAUTOMATIC11112022-12-103-12/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Change to steps of 8Billy Cao2022-11-301-12/+12
| * | | | | | | | | | | | | Merge branch 'master' into support_any_resolutionBilly Cao2022-11-2710-305/+431
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Patch UNet Forward to support resolutions that are not multiples of 64Billy Cao2022-11-233-12/+45
* | | | | | | | | | | | | | | Merge pull request #5555 from ywx9/masterAUTOMATIC11112022-12-101-6/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Bug fixywx92022-12-091-6/+1
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #5547 from Ju1-js/masterAUTOMATIC11112022-12-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Make # settings changed message grammatically correctJu1-js2022-12-091-1/+1
| |/ / / / / / / / / / / / / /