Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | prevent making grid if there is no need for it #428 | AUTOMATIC | 2022-09-14 | 1 | -5/+3 | |
| | | ||||||
* | | prevent extras from saving in dir | JustAnOkapi | 2022-09-14 | 1 | -1/+1 | |
|/ | | | | | Extras have none of the vars used in dir names, so they cant be saved into dirs. +grid code cleanup | |||||
* | change np.float to np.float32 | JJ | 2022-09-13 | 1 | -1/+1 | |
| | | | | * numpy deprecation warning fix. Alternately, you could also specify float | |||||
* | color correction option for all img2img modes #363 | AUTOMATIC | 2022-09-13 | 1 | -0/+28 | |
| | ||||||
* | put safety checker into a separate file because it's already crowded in ↵ | AUTOMATIC | 2022-09-13 | 1 | -34/+2 | |
| | | | | processing | |||||
* | Adds NSFW content filter option | GRMrGecko | 2022-09-13 | 1 | -0/+35 | |
| | ||||||
* | X/Y plot with denoising adds incorrect image data to individual outputs #331 | AUTOMATIC | 2022-09-12 | 1 | -0/+1 | |
| | ||||||
* | Include the model name (or the SHA256 of the file) in the metadata #271 | AUTOMATIC | 2022-09-12 | 1 | -0/+1 | |
| | ||||||
* | changes for #294 | AUTOMATIC | 2022-09-12 | 1 | -30/+5 | |
| | ||||||
* | Merge pull request #294 from EliasOenal/master | AUTOMATIC1111 | 2022-09-12 | 1 | -8/+28 | |
|\ | | | | | Fixes for mps/Metal: use of seeds, img2img, CodeFormer | |||||
| * | Refactored Metal/mps fixes. | Elias Oenal | 2022-09-12 | 1 | -23/+19 | |
| | | ||||||
| * | 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. | |||||
* | | add negative prompt to log when clicking save #249 | AUTOMATIC | 2022-09-12 | 1 | -0/+2 | |
| | | ||||||
* | | [FEATURE] Save both images, (Skip_Save optional). #265 | AUTOMATIC | 2022-09-12 | 1 | -0/+4 | |
| | | ||||||
* | | Variations are not working properly #305 | AUTOMATIC | 2022-09-12 | 1 | -1/+1 | |
| | | ||||||
* | | [BUG] Not Working As Intended - create a directory with name derived from ↵ | AUTOMATIC | 2022-09-12 | 1 | -2/+2 | |
| | | | | | | | | the prompt #306 | |||||
* | | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-09-11 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Add a samples filename format option | Michoko | 2022-09-11 | 1 | -1/+1 | |
| |/ | | | | | | | Adds a "samples filename format" option in the settings. This format can be defined by tags for maximum flexibility and scalability. | |||||
* / | add half() supporrt for CLIP interrogation | AUTOMATIC | 2022-09-11 | 1 | -8/+4 | |
|/ | ||||||
* | Fixed prompt_style type hints: int -> str | JohannesGaessler | 2022-09-11 | 1 | -2/+2 | |
| | ||||||
* | fix repeating subseeds for every batch #221 | AUTOMATIC | 2022-09-10 | 1 | -1/+2 | |
| | ||||||
* | Fix prompt matrix script | Lukas Meller | 2022-09-09 | 1 | -1/+1 | |
| | ||||||
* | support for prompt styles | AUTOMATIC | 2022-09-09 | 1 | -7/+9 | |
| | | | | fix broken prompt matrix | |||||
* | Merge remote-tracking branch 'origin/master' into seeds | AUTOMATIC | 2022-09-09 | 1 | -1/+3 | |
|\ | ||||||
| * | Include negative prompt in parameters text file | David Yates | 2022-09-09 | 1 | -1/+3 | |
| | | ||||||
* | | added resize seeds and variation seeds features | AUTOMATIC | 2022-09-09 | 1 | -17/+76 | |
|/ | ||||||
* | another change for inpainting at full resolution | AUTOMATIC | 2022-09-08 | 1 | -3/+4 | |
| | ||||||
* | big improvements to inpainting and outpainting | AUTOMATIC | 2022-09-07 | 1 | -8/+11 | |
| | ||||||
* | codeformer support | AUTOMATIC | 2022-09-07 | 1 | -6/+6 | |
| | ||||||
* | remove double basicr requirement | AUTOMATIC | 2022-09-06 | 1 | -1/+5 | |
| | | | | add seed change for anon | |||||
* | some changes for outpainting to produce less seams | AUTOMATIC | 2022-09-06 | 1 | -1/+3 | |
| | ||||||
* | added preview option | AUTOMATIC | 2022-09-06 | 1 | -0/+5 | |
| | ||||||
* | readme extras for VRAM for | AUTOMATIC | 2022-09-06 | 1 | -1/+2 | |
| | | | | | | added missing packages to requirements for #74 add support for negative numbers in X/Y plot (plus ranges) #73 changed progressbar to work properly with custom modes | |||||
* | added progressbar | AUTOMATIC | 2022-09-05 | 1 | -0/+4 | |
| | | | | | added an option to disable progressbar added interrupt support to DDIM/PLMS | |||||
* | added random artist button | AUTOMATIC | 2022-09-05 | 1 | -1/+1 | |
| | | | | added a setting for padding when doing inpaint at original resolution | |||||
* | add information about batch to the image | AUTOMATIC | 2022-09-05 | 1 | -1/+3 | |
| | ||||||
* | re-integrated tiling option as a UI element | AUTOMATIC | 2022-09-05 | 1 | -1/+5 | |
| | ||||||
* | added poor man's inpainting script | AUTOMATIC | 2022-09-03 | 1 | -2/+7 | |
| | ||||||
* | option to invert mask for inpainting | AUTOMATIC | 2022-09-03 | 1 | -2/+8 | |
| | ||||||
* | support for scripts | AUTOMATIC | 2022-09-03 | 1 | -40/+15 | |
| | ||||||
* | split codebase into multiple files; to anyone this affects negatively: sorry | AUTOMATIC | 2022-09-03 | 1 | -0/+409 | |