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