Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9404 from DGdev91/master | AUTOMATIC1111 | 2023-04-29 | 1 | -2/+3 |
|\ | | | | | Forcing PyTorch version for AMD GPUs automatic install | ||||
| * | Merge branch 'dev' into master | AUTOMATIC1111 | 2023-04-29 | 43 | -235/+514 |
| |\ | |/ |/| | |||||
* | | Merge pull request #9484 from infinitewarp/sort-embeddings | AUTOMATIC1111 | 2023-04-29 | 1 | -0/+6 |
|\ \ | | | | | | | sort embeddings by name (case insensitive) | ||||
| * | | sort self.word_embeddings without instantiating it a new dict | Brad Smith | 2023-04-14 | 1 | -3/+6 |
| | | | |||||
| * | | sort embeddings by name (case insensitive) | Brad Smith | 2023-04-08 | 1 | -2/+5 |
| | | | |||||
* | | | fix extension installation broken by #9518 | AUTOMATIC | 2023-04-29 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #9592 from liamkerr/generation_params_fix | AUTOMATIC1111 | 2023-04-29 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Fixed generation params in gallery | ||||
| * \ \ | Merge branch 'dev' into generation_params_fix | AUTOMATIC1111 | 2023-04-29 | 41 | -233/+505 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #9628 from catboxanon/patch/9092 | AUTOMATIC1111 | 2023-04-29 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Fix image mask/composite for weird resolutions | ||||
| * | | | | Only handle image mask if any option enabled | catboxanon | 2023-04-14 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix image mask composite for weird resolutions | catboxanon | 2023-04-14 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #9643 from tqwuliao/Branch_AddNewFilenameGen | AUTOMATIC1111 | 2023-04-29 | 2 | -2/+19 |
|\ \ \ \ | | | | | | | | | | | Add new FilenameGenerator replacements [hasprompt<prompt1|default><prompt2>..] | ||||
| * \ \ \ | Merge branch 'dev' into Branch_AddNewFilenameGen | AUTOMATIC1111 | 2023-04-29 | 72 | -1351/+1978 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #9593 from gakada/tcmalloc | AUTOMATIC1111 | 2023-04-29 | 3 | -3/+22 |
|\ \ \ \ \ | | | | | | | | | | | | | Try using TCMalloc on Linux by default | ||||
| * | | | | | Try using TCMalloc on Linux by default | gk | 2023-04-13 | 3 | -3/+22 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #9609 from akx/bracket-fix | AUTOMATIC1111 | 2023-04-29 | 1 | -91/+30 |
|\ \ \ \ \ | | | | | | | | | | | | | prompt-bracket-checker: Simplify code + improve error reporting | ||||
| * | | | | | prompt-bracket-checker: Simplify + improve error reporting | Aarni Koskela | 2023-04-13 | 1 | -91/+30 |
| |/ / / / | |||||
* | | | | | Merge pull request #9669 from catboxanon/patch/sampler-schedule-fix | AUTOMATIC1111 | 2023-04-29 | 2 | -2/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix prompt schedule for second order samplers | ||||
| * | | | | | Update processing.py | catboxanon | 2023-04-17 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Update shared.py | catboxanon | 2023-04-17 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Modify step multiplier flow | catboxanon | 2023-04-17 | 1 | -4/+6 |
| | | | | | | |||||
| * | | | | | Add second order samplers compat option | catboxanon | 2023-04-17 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Fix sampler schedules with step multiplier | catboxanon | 2023-04-17 | 1 | -2/+6 |
| |/ / / / | |||||
* | | | | | Merge pull request #9130 from ↵ | AUTOMATIC1111 | 2023-04-29 | 1 | -1/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Vespinian/fix-api-alwayson_scripts-less-then-requiered-args [Fix] Prevent alwayson_scripts args param resizing script_arg list when they are inserted in it | ||||
| * | | | | | Changed behavior that puts the args from alwayson_script request in the ↵ | Vespinian | 2023-03-29 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | script_args, so don't accidently resize the arg list if we get less arg then or default list has | ||||
* | | | | | | Merge pull request #9677 from weidongkl/master | AUTOMATIC1111 | 2023-04-29 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix install_dir error | ||||
| * | | | | | | fix install_dir error | weidong | 2023-04-17 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | | | | | | | When the user's home directory and username are inconsistent, an error message stating that the directory cannot be found will appear. Directly default the installation directory to the user's home directory | ||||
* | | | | | | Allow user input for gradio theme selection | AUTOMATIC | 2023-04-29 | 2 | -1/+11 |
| | | | | | | |||||
* | | | | | | Merge pull request #8945 from space-nuko/gradio-theme-support | AUTOMATIC1111 | 2023-04-29 | 3 | -1/+37 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Support Gradio's theme API | ||||
| * \ \ \ \ \ | Merge branch 'dev' into gradio-theme-support | AUTOMATIC1111 | 2023-04-29 | 53 | -347/+942 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #9518 from yike5460/master | AUTOMATIC1111 | 2023-04-29 | 1 | -6/+14 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | add branch support for extension installation | ||||
| * | | | | | | | fix: support for default branch | yike5460 | 2023-04-10 | 1 | -5/+12 |
| | | | | | | | | |||||
| * | | | | | | | feat: add branch support for extension installation | yike5460 | 2023-04-09 | 1 | -3/+4 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | remove unneeded warning filter | AUTOMATIC | 2023-04-29 | 1 | -1/+0 |
| | | | | | | | |||||
* | | | | | | | stuff related to torch version change | AUTOMATIC | 2023-04-29 | 4 | -11/+10 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #9191 from vladmandic/torch | AUTOMATIC1111 | 2023-04-29 | 7 | -12/+15 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | update torch base environment | ||||
| * \ \ \ \ \ \ | Merge branch 'dev' into torch | AUTOMATIC1111 | 2023-04-29 | 30 | -103/+336 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #9737 from AdjointOperator/master | AUTOMATIC1111 | 2023-04-29 | 2 | -15/+70 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | add tiled inference support for ScuNET | ||||
| * | | | | | | | | add tiled inference support for ScuNET | AdjointOperator | 2023-04-19 | 2 | -15/+70 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | rename CPU RNG to RNG source in settings, add infotext and parameters ↵ | AUTOMATIC | 2023-04-29 | 6 | -6/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | copypaste support to RNG source | ||||
* | | | | | | | | Merge pull request #9734 from deciare/cpu-randn | AUTOMATIC1111 | 2023-04-29 | 4 | -3/+17 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Option to make images generated from a given manual seed consistent across CUDA and MPS devices | ||||
| * | | | | | | | | Option to use CPU for random number generation. | Deciare | 2023-04-19 | 4 | -3/+17 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes a given manual seed generate the same images across different platforms, independently of the GPU architecture in use. Fixes #9613. | ||||
* | | | | | | | | Merge pull request #9750 from TFWol/patch-1 | AUTOMATIC1111 | 2023-04-29 | 1 | -8/+0 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove old code roll random artists | ||||
| * | | | | | | | | Remove old code roll random artists | TFWol | 2023-04-19 | 1 | -8/+0 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed context menu entry that used to be for rolling artists from the now removed artists.csv. It was probably meant to be removed at commit 6d805b6. | ||||
* | | | | | | | | Merge pull request #9392 from pangbo13/xyz-plot-dropdown | AUTOMATIC1111 | 2023-04-29 | 1 | -24/+53 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add dropdown for X/Y/Z plot | ||||
| * | | | | | | | | fix axis swap and infotxt | pangbo13 | 2023-04-05 | 1 | -12/+33 |
| | | | | | | | | | |||||
| * | | | | | | | | add dropdown for X/Y/Z plot | pangbo13 | 2023-04-05 | 1 | -15/+23 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #9693 from racinmat/hidable_buttons | AUTOMATIC1111 | 2023-04-29 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | adds label to buttons to make them hide | ||||
| * | | | | | | | | adds label to buttons to make them hide | Matěj Račinský | 2023-04-17 | 1 | -4/+4 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #9813 from arrix/interrogate_download | AUTOMATIC1111 | 2023-04-29 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | fix: couldn't remove interrogate_tmp dir while downloading interrogate categories |