aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9404 from DGdev91/masterAUTOMATIC11112023-04-291-2/+3
|\
| * Merge branch 'dev' into masterAUTOMATIC11112023-04-2943-235/+514
| |\ | |/ |/|
* | Merge pull request #9484 from infinitewarp/sort-embeddingsAUTOMATIC11112023-04-291-0/+6
|\ \
| * | sort self.word_embeddings without instantiating it a new dictBrad Smith2023-04-141-3/+6
| * | sort embeddings by name (case insensitive)Brad Smith2023-04-081-2/+5
* | | fix extension installation broken by #9518AUTOMATIC2023-04-291-3/+3
* | | Merge pull request #9592 from liamkerr/generation_params_fixAUTOMATIC11112023-04-291-3/+3
|\ \ \
| * \ \ Merge branch 'dev' into generation_params_fixAUTOMATIC11112023-04-2941-233/+505
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #9628 from catboxanon/patch/9092AUTOMATIC11112023-04-291-2/+2
|\ \ \ \
| * | | | Only handle image mask if any option enabledcatboxanon2023-04-141-1/+1
| * | | | Fix image mask composite for weird resolutionscatboxanon2023-04-141-1/+1
| | |/ / | |/| |
* | | | Merge pull request #9643 from tqwuliao/Branch_AddNewFilenameGenAUTOMATIC11112023-04-292-2/+19
|\ \ \ \
| * \ \ \ Merge branch 'dev' into Branch_AddNewFilenameGenAUTOMATIC11112023-04-2972-1351/+1978
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #9593 from gakada/tcmallocAUTOMATIC11112023-04-293-3/+22
|\ \ \ \ \
| * | | | | Try using TCMalloc on Linux by defaultgk2023-04-133-3/+22
| | |/ / / | |/| | |
* | | | | Merge pull request #9609 from akx/bracket-fixAUTOMATIC11112023-04-291-91/+30
|\ \ \ \ \
| * | | | | prompt-bracket-checker: Simplify + improve error reportingAarni Koskela2023-04-131-91/+30
| |/ / / /
* | | | | Merge pull request #9669 from catboxanon/patch/sampler-schedule-fixAUTOMATIC11112023-04-292-2/+9
|\ \ \ \ \
| * | | | | Update processing.pycatboxanon2023-04-171-1/+1
| * | | | | Update shared.pycatboxanon2023-04-171-1/+1
| * | | | | Modify step multiplier flowcatboxanon2023-04-171-4/+6
| * | | | | Add second order samplers compat optioncatboxanon2023-04-171-0/+1
| * | | | | Fix sampler schedules with step multipliercatboxanon2023-04-171-2/+6
| |/ / / /
* | | | | Merge pull request #9130 from Vespinian/fix-api-alwayson_scripts-less-then-re...AUTOMATIC11112023-04-291-1/+3
|\ \ \ \ \
| * | | | | Changed behavior that puts the args from alwayson_script request in the scrip...Vespinian2023-03-291-1/+3
* | | | | | Merge pull request #9677 from weidongkl/masterAUTOMATIC11112023-04-291-1/+1
|\ \ \ \ \ \
| * | | | | | fix install_dir errorweidong2023-04-171-1/+1
| | |/ / / / | |/| | | |
* | | | | | Allow user input for gradio theme selectionAUTOMATIC2023-04-292-1/+11
* | | | | | Merge pull request #8945 from space-nuko/gradio-theme-supportAUTOMATIC11112023-04-293-1/+37
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'dev' into gradio-theme-supportAUTOMATIC11112023-04-2953-347/+942
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #9518 from yike5460/masterAUTOMATIC11112023-04-291-6/+14
|\ \ \ \ \ \ \
| * | | | | | | fix: support for default branchyike54602023-04-101-5/+12
| * | | | | | | feat: add branch support for extension installationyike54602023-04-091-3/+4
| | |/ / / / / | |/| | | | |
* | | | | | | remove unneeded warning filterAUTOMATIC2023-04-291-1/+0
* | | | | | | stuff related to torch version changeAUTOMATIC2023-04-294-11/+10
* | | | | | | Merge pull request #9191 from vladmandic/torchAUTOMATIC11112023-04-297-12/+15
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'dev' into torchAUTOMATIC11112023-04-2930-103/+336
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #9737 from AdjointOperator/masterAUTOMATIC11112023-04-292-15/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | add tiled inference support for ScuNETAdjointOperator2023-04-192-15/+70
| | |/ / / / / / | |/| | | | | |
* | | | | | | | rename CPU RNG to RNG source in settings, add infotext and parameters copypas...AUTOMATIC2023-04-296-6/+13
* | | | | | | | Merge pull request #9734 from deciare/cpu-randnAUTOMATIC11112023-04-294-3/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Option to use CPU for random number generation.Deciare2023-04-194-3/+17
| |/ / / / / / /
* | | | | | | | Merge pull request #9750 from TFWol/patch-1AUTOMATIC11112023-04-291-8/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove old code roll random artistsTFWol2023-04-191-8/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #9392 from pangbo13/xyz-plot-dropdownAUTOMATIC11112023-04-291-24/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | fix axis swap and infotxtpangbo132023-04-051-12/+33
| * | | | | | | | add dropdown for X/Y/Z plotpangbo132023-04-051-15/+23
| |/ / / / / / /
* | | | | | | | Merge pull request #9693 from racinmat/hidable_buttonsAUTOMATIC11112023-04-291-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | adds label to buttons to make them hideMatěj Račinský2023-04-171-4/+4
| |/ / / / / / /
* | | | | | | | Merge pull request #9813 from arrix/interrogate_downloadAUTOMATIC11112023-04-290-0/+0
|\ \ \ \ \ \ \ \