Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear no longer needed VRAM during a 'highres fix' generation created during ↵ | Jacob Tyndall | 2022-09-24 | 1 | -0/+5 |
| | | | | the first sampling before doing the second (img2img) sampling. Makes it possible to use the feature on an 8GB card. | ||||
* | Merge remote-tracking branch 'origin/master' | AUTOMATIC | 2022-09-23 | 1 | -0/+16 |
|\ | |||||
| * | Tweak margin | innovaciones | 2022-09-23 | 1 | -1/+1 |
| | | |||||
| * | Fix border | innovaciones | 2022-09-23 | 1 | -0/+3 |
| | | |||||
| * | Fix preview images position | innovaciones | 2022-09-23 | 1 | -0/+13 |
| | | |||||
* | | fix for settings sometimes not applying on javascript side | AUTOMATIC | 2022-09-23 | 1 | -11/+4 |
|/ | |||||
* | Only switch between visible gallery entries | DepFA | 2022-09-23 | 1 | -2/+14 |
| | | | Since the other tabs are kept in the dom now filtering is needed. | ||||
* | delete unwanted console.log | AUTOMATIC | 2022-09-23 | 1 | -1/+0 |
| | |||||
* | fix for inpaint at full resolution breaking if you have an NN upscaler. | AUTOMATIC | 2022-09-23 | 1 | -1/+1 |
| | |||||
* | add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵ | AUTOMATIC | 2022-09-23 | 6 | -40/+236 |
| | | | | | | tabs fixed some [send to..] buttons to work properly with all tabs | ||||
* | removed some information that its owner decided he did not want to share | AUTOMATIC | 2022-09-23 | 1 | -1/+1 |
| | |||||
* | one change didn't make it into the previous commit | AUTOMATIC | 2022-09-23 | 1 | -1/+1 |
| | |||||
* | upgrade to gradio==3.4b3 t fixthe inpain bugs | AUTOMATIC | 2022-09-23 | 6 | -81/+68 |
| | | | | | | rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab | ||||
* | Option to use advanced upscalers with normal img2img | AUTOMATIC | 2022-09-23 | 3 | -6/+15 |
| | |||||
* | prevent saving settings with bogus values | AUTOMATIC | 2022-09-23 | 3 | -20/+22 |
| | |||||
* | Merge pull request #847 from rewbs/rewbs-optionally-save-before-color-correction | AUTOMATIC1111 | 2022-09-23 | 3 | -3/+9 |
|\ | | | | | Add option to save before color correction. This helps with some posterisation issues in img2img loopback. | ||||
| * | Remove unnecessary duplication | Robin Fernandes | 2022-09-23 | 1 | -1/+4 |
| | | |||||
| * | Merge from master | Robin Fernandes | 2022-09-23 | 10 | -101/+218 |
| |\ | |||||
| * | | Add option to save before color correction. Add suffix param when saving ↵ | Robin Fernandes | 2022-09-22 | 3 | -3/+6 |
| | | | | | | | | | | | | files, used for special saves without color correction and face restoration. | ||||
* | | | add extrastab send to inpaint | Seki | 2022-09-23 | 1 | -0/+8 |
| | | | |||||
* | | | add extrastab send to img2img | Seki | 2022-09-23 | 1 | -0/+8 |
| | | | |||||
* | | | gfpgan: just download the damn model | AUTOMATIC | 2022-09-23 | 2 | -8/+14 |
| | | | |||||
* | | | Update .gitignore to ignore downloaded GFPGAN models | William Moorehouse | 2022-09-23 | 1 | -0/+1 |
| | | | |||||
* | | | add warning for when user's settings are broken | AUTOMATIC | 2022-09-23 | 1 | -0/+21 |
| | | | |||||
* | | | prevent weird behavior when pressing interrupt just as image finishes | AUTOMATIC | 2022-09-23 | 1 | -0/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/dfaker-patch-1' | AUTOMATIC | 2022-09-23 | 0 | -0/+0 |
|\ \ \ | |||||
| * | | | Change default bug report template label to bug-report | DepFA | 2022-09-23 | 1 | -1/+1 |
| | |/ | |/| | | | | for later confirmation or denial as an actual bug | ||||
* | | | Merge remote-tracking branch 'origin/dfaker-patch-2' | AUTOMATIC | 2022-09-23 | 0 | -0/+0 |
|\ \ \ | |||||
| * | | | sort JavaScript includes to assure script sequence | DepFA | 2022-09-23 | 1 | -1/+1 |
| |/ / | | | | | | | Who knows what filesystem they're on | ||||
* | | | Fix typo | innovaciones | 2022-09-23 | 1 | -1/+1 |
| | | | |||||
* | | | Show interrupt button without progress bar | innovaciones | 2022-09-23 | 1 | -2/+2 |
| | | | |||||
* | | | Show interrupt button without progress bar | innovaciones | 2022-09-23 | 1 | -1/+1 |
| | | | |||||
* | | | Change default bug report template label to bug-report | DepFA | 2022-09-23 | 1 | -1/+1 |
| | | | | | | | | | for later confirmation or denial as an actual bug | ||||
* | | | sort JavaScript includes to assure script sequence | DepFA | 2022-09-23 | 1 | -1/+1 |
|/ / | | | | | Who knows what filesystem they're on | ||||
* | | credit parlance-zz as they requested it | C43H66N12O12S2 | 2022-09-22 | 1 | -1/+1 |
| | | |||||
* | | resize mask canvases to fit underlying image (fixes #668) | Connum | 2022-09-22 | 1 | -0/+45 |
| | | |||||
* | | settings categories split to columns, remade categories | AUTOMATIC | 2022-09-22 | 2 | -70/+93 |
| | | |||||
* | | emergency fix for the settings screen breaking the program | AUTOMATIC | 2022-09-22 | 1 | -94/+103 |
| | | |||||
* | | Add section splitting to settings ui | DepFA | 2022-09-22 | 1 | -7/+16 |
| | | |||||
* | | Add Section keys and headers to settings | DepFA | 2022-09-22 | 1 | -31/+51 |
| | | |||||
* | | Fixed directory name generation process. | Prof-Cheese | 2022-09-22 | 3 | -1/+4 |
| | | | | | | | | 'Max prompt words' has been added to config and modified to be used in the directory name generation process. | ||||
* | | Update selectors after ui and core overhaul | DepFA | 2022-09-22 | 1 | -9/+4 |
| | | |||||
* | | Add option to always log generation info | Johan Aires Rastén | 2022-09-22 | 3 | -2/+11 |
| | | |||||
* | | Merge pull request #834 from AUTOMATIC1111/dylancl-patch-2 | AUTOMATIC1111 | 2022-09-22 | 1 | -0/+4 |
|\ \ | |/ |/| | Update README to link to wiki page for Apple Silicon installs | ||||
| * | Update README to link to wiki page for Apple Silicon installs | Dylan Cathelijn | 2022-09-22 | 1 | -0/+4 |
| | | |||||
* | | move Notification.requestPermission() entirely to javascript to possibly fix ↵ | AUTOMATIC | 2022-09-22 | 2 | -2/+14 |
| | | | | | | | | problem with secure context people are having on non-localhost | ||||
* | | remove labels from output gallery | AUTOMATIC | 2022-09-22 | 1 | -3/+3 |
|/ | |||||
* | A big rework, just what you were secretly hoping for! | AUTOMATIC | 2022-09-22 | 10 | -226/+261 |
| | | | | | | | SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs | ||||
* | Merge pull request #824 from dfaker/patch-6 | AUTOMATIC1111 | 2022-09-22 | 2 | -0/+135 |
|\ | | | | | Aspect ratio overlay on img2img | ||||
| * | Merge branch 'master' into patch-6 | AUTOMATIC1111 | 2022-09-22 | 7 | -71/+143 |
| |\ | |/ |/| |