Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix js func signature and not forget to initialize confirmation var to ↵ | papuSpartan | 2022-10-22 | 1 | -3/+4 |
| | | | | prevent exception upon cancelling confirmation | ||||
* | forgot to clear neg prompt after moving to back. Add tooltip to hints | papuSpartan | 2022-10-21 | 2 | -2/+3 |
| | |||||
* | refactor internal terminology to use 'clear' instead of 'trash' like #2728 | papuSpartan | 2022-10-21 | 1 | -1/+1 |
| | |||||
* | update token counter when clearing prompt | papuSpartan | 2022-10-21 | 1 | -2/+2 |
| | |||||
* | only delete prompt on back end and remove client-side deletion | papuSpartan | 2022-10-21 | 1 | -6/+0 |
| | |||||
* | initial work on getting prompts cleared on the backend and synchronizing ↵ | papuSpartan | 2022-10-21 | 1 | -3/+7 |
| | | | | token counter | ||||
* | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-10-21 | 2 | -34/+23 |
|\ | |||||
| * | make aspect ratio overlay work regardless of selected localization, pt2 | AUTOMATIC | 2022-10-21 | 1 | -14/+5 |
| | | |||||
| * | make aspect ratio overlay work regardless of selected localization | AUTOMATIC | 2022-10-21 | 2 | -20/+18 |
| | | |||||
* | | add settings option to toggle button visibility | papuSpartan | 2022-10-21 | 1 | -1/+0 |
| | | |||||
* | | remove unnecessary assignment | papuSpartan | 2022-10-20 | 1 | -8/+7 |
| | | |||||
* | | add confirmation dialogue | papuSpartan | 2022-10-20 | 1 | -0/+4 |
| | | |||||
* | | clear prompt button now works on both relevant tabs. Device detection stuff ↵ | papuSpartan | 2022-10-20 | 1 | -0/+28 |
|/ | | | | will be added later. | ||||
* | Update Learning Rate tooltip | Greg Fuller | 2022-10-19 | 1 | -0/+2 |
| | |||||
* | Auto select attention block for editing | Justin Maier | 2022-10-18 | 1 | -3/+32 |
| | |||||
* | Merge branch 'master' into dark-mode | AUTOMATIC1111 | 2022-10-18 | 3 | -3/+156 |
|\ | |||||
| * | prevent highlighting/selecting image | Adam Snodgrass | 2022-10-18 | 1 | -0/+1 |
| | | |||||
| * | localization support | AUTOMATIC | 2022-10-17 | 1 | -0/+146 |
| | | |||||
| * | possibly defeat losing of focus for prompt when generating images with ↵ | AUTOMATIC | 2022-10-17 | 1 | -3/+9 |
| | | | | | | | | gallery open | ||||
* | | Use of a --theme argument for more flexibility | Michoko | 2022-10-17 | 1 | -3/+3 |
| | | | | | | | | Added possibility to set the theme (light or dark) | ||||
* | | 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 |
| |\ \ \ \ \ \ |