Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add skimage minimum requirement | Paresh Mathur | 2022-09-13 | 1 | -1/+1 | |
| | | | | | | Related to https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/393 | |||||
* | | revert to old 1.3.5 basicsr because the new one still causes problems for ↵ | AUTOMATIC | 2022-09-13 | 1 | -1/+1 | |
| | | | | | | | | some python version | |||||
* | | emergency fix for running in dir with spaces | AUTOMATIC | 2022-09-13 | 1 | -6/+6 | |
| | | ||||||
* | | Merge pull request #392 from C43H66N12O12S2/attention-update | AUTOMATIC1111 | 2022-09-13 | 1 | -1/+73 | |
|\ \ | | | | | | | Complete cross attention update | |||||
| * | | Complete cross attention update | C43H66N12O12S2 | 2022-09-13 | 1 | -1/+73 | |
| |/ | ||||||
* / | moved most of functionality from webui.bat into cross-platform launch.py | AUTOMATIC | 2022-09-13 | 4 | -106/+135 | |
|/ | | | | | moved stable diffusion dependencies into requirements.txt added checkout with specific commit hashes to all external repos | |||||
* | color correction option for all img2img modes #363 | AUTOMATIC | 2022-09-13 | 3 | -22/+29 | |
| | ||||||
* | Embeddings directory can't be found if running webui.py from another ↵ | AUTOMATIC | 2022-09-13 | 1 | -1/+1 | |
| | | | | directory (+potential fix) #374 | |||||
* | Prompts from file not working #379 | AUTOMATIC | 2022-09-13 | 1 | -4/+3 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-09-13 | 1 | -13/+13 | |
|\ | ||||||
| * | Merge pull request #366 from ProGamerGov/patch-1 | AUTOMATIC1111 | 2022-09-13 | 1 | -13/+13 | |
| |\ | | | | | | | Fix multiple grammar & spelling errors in ReadMe | |||||
| | * | Fix multiple grammar & spelling errors in ReadMe | ProGamerGov | 2022-09-13 | 1 | -13/+13 | |
| | | | ||||||
* | | | add link to custom scripts | AUTOMATIC | 2022-09-13 | 1 | -0/+3 | |
|/ / | ||||||
* | | put safety checker into a separate file because it's already crowded in ↵ | AUTOMATIC | 2022-09-13 | 2 | -34/+44 | |
| | | | | | | | | processing | |||||
* | | Merge pull request #367 from GRMrGecko/nsfw_filter | AUTOMATIC1111 | 2022-09-13 | 2 | -0/+36 | |
|\ \ | | | | | | | Adds NSFW content filter option | |||||
| * | | Adds NSFW content filter option | GRMrGecko | 2022-09-13 | 2 | -0/+36 | |
| |/ | ||||||
* | | Merge pull request #378 from oobabooga/master | AUTOMATIC1111 | 2022-09-13 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix #368 | |||||
| * | Fix #368 | oobabooga | 2022-09-13 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #356 from nnuudev/master | AUTOMATIC1111 | 2022-09-12 | 1 | -3/+3 | |
|\ | | | | | Swap width and height sliders in the UI | |||||
| * | Swap width and height sliders in the UI | nnuudev | 2022-09-12 | 1 | -3/+3 | |
| | | ||||||
* | | Ability to save images into a folder named after the date they were created #353 | AUTOMATIC | 2022-09-12 | 3 | -25/+40 | |
| | | ||||||
* | | fixed version for GFPGAN and k-diffusion | AUTOMATIC | 2022-09-12 | 3 | -6/+4 | |
| | | | | | | | | | | made launcher always install requirements bumped basicsr to 1.4.2 because someone wanted it | |||||
* | | X/Y plot with denoising adds incorrect image data to individual outputs #331 | AUTOMATIC | 2022-09-12 | 2 | -1/+1 | |
| | | ||||||
* | | Bug: Show show image creation progress every N sampling steps. Set 0 to ↵ | AUTOMATIC | 2022-09-12 | 1 | -0/+1 | |
| | | | | | | | | disable #358 | |||||
* | | Codeformer face restoration not working: AttributeError: module ↵ | AUTOMATIC | 2022-09-12 | 1 | -3/+3 | |
|/ | | | | 'modules.shared' has no attribute 'device_codeformer' #348 | |||||
* | Revert "Merge pull request #343 from oobabooga/master" | AUTOMATIC | 2022-09-12 | 1 | -5/+5 | |
| | | | | | This reverts commit 338fb1db6360fa3c1948d464412edeabe88a8236, reversing changes made to c2a1b37382efecc44400ea429d34bbb9ce8ebe9b. | |||||
* | Include the model name (or the SHA256 of the file) in the metadata #271 | AUTOMATIC | 2022-09-12 | 4 | -3/+16 | |
| | ||||||
* | Merge pull request #339 from Thielak/master | AUTOMATIC1111 | 2022-09-12 | 1 | -14/+17 | |
|\ | | | | | Update README | |||||
| * | Update README.md | Kaleith | 2022-09-12 | 1 | -5/+5 | |
| | | | | | | Revision of the previous commit to make it less misleading and mention the option of using .bin files | |||||
| * | Updated README | Kaleith | 2022-09-12 | 1 | -1/+1 | |
| | | | | | | - small update to reflect the revised commit for gradio authentication | |||||
| * | Update README | Kaleith | 2022-09-12 | 1 | -11/+14 | |
| | | | | | | | | | | | | - Documented a couple of new optional flags - Added a link to a third party repository of embeddings - Reworded a few parts - Fixed some typos | |||||
* | | Merge pull request #343 from oobabooga/master | AUTOMATIC1111 | 2022-09-12 | 1 | -5/+5 | |
|\ \ | | | | | | | Fix ugly img2img resize options | |||||
| * | | Make prompt and negative prompt take same space | oobabooga | 2022-09-12 | 1 | -5/+1 | |
| | | | ||||||
| * | | Fix ugly img2img tab | oobabooga | 2022-09-12 | 1 | -0/+4 | |
| | | | ||||||
* | | | remove check for model in bat entirely #240 | AUTOMATIC | 2022-09-12 | 1 | -13/+1 | |
| | | | ||||||
* | | | changes for #294 | AUTOMATIC | 2022-09-12 | 3 | -32/+22 | |
| | | | ||||||
* | | | Merge pull request #294 from EliasOenal/master | AUTOMATIC1111 | 2022-09-12 | 3 | -11/+35 | |
|\ \ \ | | | | | | | | | Fixes for mps/Metal: use of seeds, img2img, CodeFormer | |||||
| * | | | Refactored Metal/mps fixes. | Elias Oenal | 2022-09-12 | 3 | -38/+27 | |
| | | | | ||||||
| * | | | Implemented workaround to allow the use of seeds with the mps/metal backend. ↵ | Elias Oenal | 2022-09-11 | 1 | -7/+31 | |
| | | | | | | | | | | | | | | | | Fixed img2img's use of unsupported precision float64 with mps backend. | |||||
| * | | | CodeFormer does not support mps/metal backend, implemented fallback to cpu ↵ | Elias Oenal | 2022-09-11 | 1 | -4/+15 | |
| | | | | | | | | | | | | | | | | backend. | |||||
* | | | | add negative prompt to log when clicking save #249 | AUTOMATIC | 2022-09-12 | 2 | -2/+4 | |
| | | | | ||||||
* | | | | X/Y plot can not output the final result with this error message #244 | AUTOMATIC | 2022-09-12 | 1 | -1/+6 | |
| | | | | ||||||
* | | | | Prompts from file. How to? #248 | AUTOMATIC | 2022-09-12 | 1 | -0/+42 | |
| | | | | ||||||
* | | | | [Feature Request] Save defaults for extras & keep image parameters after ↵ | AUTOMATIC | 2022-09-12 | 2 | -3/+12 | |
| |/ / |/| | | | | | | | | using extras #251 | |||||
* | | | Instance of CUDA out of memory on a low-res batch, even with ↵ | AUTOMATIC | 2022-09-12 | 4 | -21/+31 | |
| |/ |/| | | | | | --opt-split-attention-v1 (found cause) #255 | |||||
* | | add more context for img2img alt mode test | AUTOMATIC | 2022-09-12 | 1 | -0/+1 | |
| | | ||||||
* | | Noisy image previews #257 | AUTOMATIC | 2022-09-12 | 1 | -3/+5 | |
| | | ||||||
* | | [FEATURE] Save both images, (Skip_Save optional). #265 | AUTOMATIC | 2022-09-12 | 2 | -0/+5 | |
| | | ||||||
* | | Merge pull request #335 from C43H66N12O12S2/attention-update | AUTOMATIC1111 | 2022-09-12 | 1 | -3/+4 | |
|\ \ | | | | | | | Update cross attention to the newest version | |||||
| * | | Update cross attention to the newest version | C43H66N12O12S2 | 2022-09-12 | 1 | -3/+4 | |
| | | |