Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-22 | fix js func signature and not forget to initialize confirmation var to ↵ | papuSpartan | -3/+4 | |
prevent exception upon cancelling confirmation | ||||
2022-10-21 | forgot to clear neg prompt after moving to back. Add tooltip to hints | papuSpartan | -2/+3 | |
2022-10-21 | refactor internal terminology to use 'clear' instead of 'trash' like #2728 | papuSpartan | -1/+1 | |
2022-10-21 | update token counter when clearing prompt | papuSpartan | -2/+2 | |
2022-10-21 | only delete prompt on back end and remove client-side deletion | papuSpartan | -6/+0 | |
2022-10-21 | initial work on getting prompts cleared on the backend and synchronizing ↵ | papuSpartan | -3/+7 | |
token counter | ||||
2022-10-21 | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | -34/+23 | |
2022-10-21 | make aspect ratio overlay work regardless of selected localization, pt2 | AUTOMATIC | -14/+5 | |
2022-10-21 | make aspect ratio overlay work regardless of selected localization | AUTOMATIC | -20/+18 | |
2022-10-20 | add settings option to toggle button visibility | papuSpartan | -1/+0 | |
2022-10-20 | remove unnecessary assignment | papuSpartan | -8/+7 | |
2022-10-20 | add confirmation dialogue | papuSpartan | -0/+4 | |
2022-10-20 | clear prompt button now works on both relevant tabs. Device detection stuff ↵ | papuSpartan | -0/+28 | |
will be added later. | ||||
2022-10-19 | Update Learning Rate tooltip | Greg Fuller | -0/+2 | |
2022-10-18 | Auto select attention block for editing | Justin Maier | -3/+32 | |
2022-10-18 | Merge branch 'master' into dark-mode | AUTOMATIC1111 | -3/+156 | |
2022-10-18 | prevent highlighting/selecting image | Adam Snodgrass | -0/+1 | |
2022-10-17 | localization support | AUTOMATIC | -0/+146 | |
2022-10-17 | Use of a --theme argument for more flexibility | Michoko | -3/+3 | |
Added possibility to set the theme (light or dark) | ||||
2022-10-17 | possibly defeat losing of focus for prompt when generating images with ↵ | AUTOMATIC | -3/+9 | |
gallery open | ||||
2022-10-17 | Added dark mode switch | Michoko | -0/+7 | |
Launch the UI in dark mode with the --dark-mode switch | ||||
2022-10-17 | Fix #2750 | fortypercnt | -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. | ||||
2022-10-16 | fix: add null check when start running project the currentButton is null | dvsilch | -1/+1 | |
2022-10-16 | keep focus on current element when updating gallery | AUTOMATIC | -2/+4 | |
2022-10-15 | make attention edit only work with ctrl as was initially intended | AUTOMATIC | -0/+2 | |
2022-10-15 | change styling for top right corner UI | AUTOMATIC | -1/+3 | |
made save style button not die when you cancel | ||||
2022-10-15 | make dragging to prompt work again | AUTOMATIC | -3/+3 | |
2022-10-15 | Add hint for `ctrl/alt enter` | aoirusann | -10/+0 | |
And duplicate implementations are removed | ||||
2022-10-15 | remove extra 100ms timeout | ruocaled | -3/+1 | |
2022-10-15 | re-attach full screen zoom listeners | ruocaled | -0/+3 | |
2022-10-15 | allow re-open for multiple images gallery | ruocaled | -3/+4 | |
2022-10-15 | fix observer disconnect logic | ruocaled | -5/+7 | |
2022-10-15 | remove console.log | ruocaled | -1/+0 | |
2022-10-15 | auto re-open selected image after re-generation | ruocaled | -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. | ||||
2022-10-15 | bring history tab back, make it behave; it's still slow but won't fuck ↵ | AUTOMATIC | -4/+12 | |
anything up until you use it | ||||
2022-10-14 | change checkpoint merger to work in a more obvious way | AUTOMATIC | -2/+2 | |
remove sigmoid and inverse sigmoid because they just did the same thing as weighed sum only with changed multiplier | ||||
2022-10-14 | Merge pull request #2396 from yfszzx/master | AUTOMATIC1111 | -0/+198 | |
Add a "History" tab | ||||
2022-10-14 | fix paste not working in firefox | AUTOMATIC | -17/+14 | |
fix paste always going into txt2img field | ||||
2022-10-14 | Merge branch 'param-loading' | AUTOMATIC | -0/+25 | |
2022-10-14 | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | -2/+5 | |
2022-10-14 | add an ability to merge three checkpoints | AUTOMATIC | -1/+4 | |
2022-10-14 | Update hints.js | crackfoo | -1/+1 | |
typo | ||||
2022-10-14 | Merge branch 'AUTOMATIC1111:master' into master | 不会画画的中医不是好程序员 | -7/+9 | |
2022-10-14 | images history fix all known bug | yfszzx | -14/+9 | |
2022-10-13 | emergency fix for broken send to buttons | AUTOMATIC | -4/+4 | |
2022-10-13 | Update hints.js | Taithrah | -1/+1 | |
typo | ||||
2022-10-13 | Correct img gen count in notification | Kalle | -1/+1 | |
Display correct count of images generated in browser notification regardless of "Show grid in results for web" setting. | ||||
2022-10-13 | add option to change what's shown in quicksettings bar | AUTOMATIC | -0/+2 | |
2022-10-13 | Restore last generation params | Trung Ngo | -1/+1 | |
2022-10-13 | add missing id property | DepFA | -1/+1 | |