Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |\ | |/ |/| | |||||
* | | New position and interrupt integration | innovaciones | 2022-09-22 | 1 | -21/+25 |
| | | |||||
* | | New position and interrupt integration | innovaciones | 2022-09-22 | 1 | -8/+6 |
| | | |||||
* | | New position and interrupt integration | innovaciones | 2022-09-22 | 1 | -6/+23 |
| | | |||||
* | | Use generate button as progress bar | innovaciones | 2022-09-22 | 1 | -3/+4 |
| | | |||||
* | | Use generate button as progress bar | innovaciones | 2022-09-22 | 1 | -6/+5 |
| | | |||||
* | | Update progressbar.js | innovaciones | 2022-09-22 | 1 | -1/+1 |
| | | |||||
* | | Fix progress bar position | innovaciones | 2022-09-22 | 1 | -1/+2 |
| | | |||||
* | | Fix progress bar position | innovaciones | 2022-09-22 | 1 | -3/+13 |
| | | |||||
* | | reworking #775 | AUTOMATIC | 2022-09-22 | 3 | -78/+59 |
| | | |||||
* | | revert transformers version change that prevents the program from starting. | AUTOMATIC | 2022-09-22 | 1 | -1/+1 |
| | | |||||
* | | Basic settings for realesrgan model selection. | d8ahazard | 2022-09-22 | 3 | -37/+72 |
| | | | | | | | | I don't like that you have to restart the app, but it works. | ||||
* | | Fix/Revert opts name from GAN to ESRGAN | d8ahazard | 2022-09-22 | 2 | -4/+4 |
| | | |||||
* | | Cleanup Imports | d8ahazard | 2022-09-22 | 1 | -3/+1 |
| | | |||||
* | | Typo Fix | d8ahazard | 2022-09-22 | 1 | -1/+1 |
| | | |||||
* | | Add new models, fix shared opts issues | d8ahazard | 2022-09-22 | 2 | -8/+29 |
| | | | | | | | | | | | | Add General x4x3, GeneralWDN x4x3, and AnimeVideo models from newer ESRGAN releases. Fix issues caused by renaming ESRGAN_tille values to GAN_tile without using an IDE... | ||||
* | | Bump Versions | d8ahazard | 2022-09-22 | 1 | -10/+9 |
| | | |||||
* | | Update README.md | ClashSAN | 2022-09-22 | 1 | -1/+2 |
| | | |||||
* | | Update README.md | ClashSAN | 2022-09-22 | 1 | -0/+1 |
| | | |||||
* | | Update README.md | ClashSAN | 2022-09-22 | 1 | -1/+1 |
| | | |||||
* | | Update README.md | ClashSAN | 2022-09-22 | 1 | -0/+6 |
| | | | | | | Added SwinIR and new features to readme | ||||
| * | Add aspect ratio overlay js | DepFA | 2022-09-22 | 1 | -0/+124 |
| | |