Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Added dark mode switch | Michoko | 2022-10-17 | 1 | -0/+7 | |
|/ / / / | | | | | | | | | | | | | Launch the UI in dark mode with the --dark-mode switch | |||||
* | | | | Fix #2750 | fortypercnt | 2022-10-17 | 1 | -3/+3 | |
| | | | | | | | | | | | | left / top alignment was necessary with gradio 3.4.1. In gradio 3.5 the parent div of the image mask is centered, so the left / top alignment put the mask in the wrong place as described in #2750 #2795 #2805. This fix was tested on Windows 10 / Chrome. | |||||
* | | | | fix: add null check when start running project the currentButton is null | dvsilch | 2022-10-16 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | keep focus on current element when updating gallery | AUTOMATIC | 2022-10-16 | 1 | -2/+4 | |
| |/ |/| | ||||||
* | | make attention edit only work with ctrl as was initially intended | AUTOMATIC | 2022-10-15 | 1 | -0/+2 | |
| | | ||||||
* | | change styling for top right corner UI | AUTOMATIC | 2022-10-15 | 2 | -1/+3 | |
| | | | | | | | | made save style button not die when you cancel | |||||
* | | make dragging to prompt work again | AUTOMATIC | 2022-10-15 | 2 | -3/+3 | |
| | | ||||||
* | | Add hint for `ctrl/alt enter` | aoirusann | 2022-10-15 | 1 | -10/+0 | |
| | | | | | | | | And duplicate implementations are removed | |||||
* | | remove extra 100ms timeout | ruocaled | 2022-10-15 | 1 | -3/+1 | |
| | | ||||||
* | | re-attach full screen zoom listeners | ruocaled | 2022-10-15 | 1 | -0/+3 | |
| | | ||||||
* | | allow re-open for multiple images gallery | ruocaled | 2022-10-15 | 1 | -3/+4 | |
| | | ||||||
* | | fix observer disconnect logic | ruocaled | 2022-10-15 | 1 | -5/+7 | |
| | | ||||||
* | | remove console.log | ruocaled | 2022-10-15 | 1 | -1/+0 | |
| | | ||||||
* | | auto re-open selected image after re-generation | ruocaled | 2022-10-15 | 1 | -0/+32 | |
|/ | | | | | attach an observer of gallery when generation in progress, if there was a image selected in gallery and gallery has only 1 image, auto re-select/open that image. This matches behavior of prior to Gradio 3.4.1 version bump, is a quality of life feature many people enjoyed. | |||||
* | bring history tab back, make it behave; it's still slow but won't fuck ↵ | AUTOMATIC | 2022-10-14 | 1 | -4/+12 | |
| | | | | anything up until you use it | |||||
* | change checkpoint merger to work in a more obvious way | AUTOMATIC | 2022-10-14 | 1 | -2/+2 | |
| | | | | remove sigmoid and inverse sigmoid because they just did the same thing as weighed sum only with changed multiplier | |||||
* | Merge pull request #2396 from yfszzx/master | AUTOMATIC1111 | 2022-10-14 | 1 | -0/+198 | |
|\ | | | | | Add a "History" tab | |||||
| * | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-14 | 1 | -2/+5 | |
| |\ | ||||||
| * \ | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-13 | 4 | -7/+9 | |
| |\ \ | ||||||
| * | | | images history fix all known bug | yfszzx | 2022-10-13 | 1 | -14/+9 | |
| | | | | ||||||
| * | | | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-13 | 1 | -0/+3 | |
| |\ \ \ | ||||||
| * | | | | images history delete a number of images consecutively next | yfszzx | 2022-10-13 | 1 | -9/+15 | |
| | | | | | ||||||
| * | | | | images history improvement | yfszzx | 2022-10-12 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | images history improvement | yfszzx | 2022-10-12 | 1 | -60/+65 | |
| | | | | | ||||||
| * | | | | test | yfszzx | 2022-10-12 | 3 | -2/+7 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plus | yfszzx | 2022-10-12 | 1 | -32/+41 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' into master | 不会画画的中医不是好程序员 | 2022-10-11 | 1 | -32/+41 | |
| | |\ \ \ \ \ | ||||||
| * | | | | | | | images history improvement | yfszzx | 2022-10-12 | 1 | -76/+146 | |
| |/ / / / / / | ||||||
| * | | | | | | images history improvement | yfszzx | 2022-10-11 | 1 | -4/+2 | |
| | | | | | | | ||||||
| * | | | | | | images history improvement | yfszzx | 2022-10-11 | 2 | -4/+2 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | images history improvement | yfszzx | 2022-10-11 | 2 | -58/+114 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | 2022-10-10 | 5 | -83/+291 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | images history over | yfszzx | 2022-10-10 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | show image history | yfszzx | 2022-10-10 | 2 | -0/+68 | |
| | | | | | | | | | ||||||
* | | | | | | | | | fix paste not working in firefox | AUTOMATIC | 2022-10-14 | 2 | -17/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix paste always going into txt2img field | |||||
* | | | | | | | | | Merge branch 'param-loading' | AUTOMATIC | 2022-10-14 | 2 | -0/+25 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | Add drag/drop param loading. | d8ahazard | 2022-10-12 | 2 | -0/+25 | |
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Drop an image or generational text onto the prompt bar, it loads the info for parsing. | |||||
* | | | | | | | | add an ability to merge three checkpoints | AUTOMATIC | 2022-10-14 | 1 | -1/+4 | |
| | | | | | | | | ||||||
* | | | | | | | | Update hints.js | crackfoo | 2022-10-14 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | typo | |||||
* | | | | | | | emergency fix for broken send to buttons | AUTOMATIC | 2022-10-13 | 1 | -4/+4 | |
| | | | | | | | ||||||
* | | | | | | | Update hints.js | Taithrah | 2022-10-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | typo | |||||
* | | | | | | | Correct img gen count in notification | Kalle | 2022-10-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Display correct count of images generated in browser notification regardless of "Show grid in results for web" setting. | |||||
* | | | | | | | add option to change what's shown in quicksettings bar | AUTOMATIC | 2022-10-13 | 1 | -0/+2 | |
| | | | | | | | ||||||
* | | | | | | | Restore last generation params | Trung Ngo | 2022-10-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | add missing id property | DepFA | 2022-10-13 | 1 | -1/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | train: change filename processing to be more simple and configurable | AUTOMATIC | 2022-10-12 | 1 | -0/+3 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | train: make it possible to make text files with prompts train: rework scheduler so that there's less repeating code in textual inversion and hypernets train: move epochs setting to options | |||||
* | | | | | Merge branch 'master' into feature/scale_to | AUTOMATIC1111 | 2022-10-12 | 3 | -35/+46 | |
|\ \ \ \ \ | ||||||
| * | | | | | Typo fix in watermark hint. | LunixWasTaken | 2022-10-12 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Prevent nans from failed float parsing from overwriting weights | DepFA | 2022-10-11 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | triggers 'input' event when using arrow keys to edit attention | nai-degen | 2022-10-11 | 1 | -0/+3 | |
| | |_|_|/ | |/| | | |