aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Image browser improvedyfszzx2022-10-191-44/+43
|
* Image browseryfszzx2022-10-181-10/+9
|
* Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plusyfszzx2022-10-172-4/+4
|\
| * Fix #2750fortypercnt2022-10-171-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 nulldvsilch2022-10-161-1/+1
| |
* | speed up images history perfectyfszzx2022-10-172-19/+17
|\|
| * keep focus on current element when updating galleryAUTOMATIC2022-10-161-2/+4
| |
* | Images history speed upyfszzx2022-10-161-0/+1
| |
* | images history speed upyfszzx2022-10-161-20/+19
| |
* | Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plusyfszzx2022-10-166-14/+43
|\ \
| * | Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-166-14/+43
| |\|
| | * make attention edit only work with ctrl as was initially intendedAUTOMATIC2022-10-151-0/+2
| | |
| | * change styling for top right corner UIAUTOMATIC2022-10-152-1/+3
| | | | | | | | | | | | made save style button not die when you cancel
| | * make dragging to prompt work againAUTOMATIC2022-10-152-3/+3
| | |
| | * Add hint for `ctrl/alt enter`aoirusann2022-10-151-10/+0
| | | | | | | | | | | | And duplicate implementations are removed
| | * remove extra 100ms timeoutruocaled2022-10-151-3/+1
| | |
| | * re-attach full screen zoom listenersruocaled2022-10-151-0/+3
| | |
| | * allow re-open for multiple images galleryruocaled2022-10-151-3/+4
| | |
| | * fix observer disconnect logicruocaled2022-10-151-5/+7
| | |
| | * remove console.logruocaled2022-10-151-1/+0
| | |
| | * auto re-open selected image after re-generation ruocaled2022-10-151-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.
* | | images history sorting files by dateyfszzx2022-10-161-6/+6
|/ /
* / sorting filesyfszzx2022-10-151-3/+3
|/
* bring history tab back, make it behave; it's still slow but won't fuck ↵AUTOMATIC2022-10-141-4/+12
| | | | anything up until you use it
* change checkpoint merger to work in a more obvious wayAUTOMATIC2022-10-141-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/masterAUTOMATIC11112022-10-141-0/+198
|\ | | | | Add a "History" tab
| * Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-141-2/+5
| |\
| * \ Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-134-7/+9
| |\ \
| * | | images history fix all known bugyfszzx2022-10-131-14/+9
| | | |
| * | | Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-131-0/+3
| |\ \ \
| * | | | images history delete a number of images consecutively nextyfszzx2022-10-131-9/+15
| | | | |
| * | | | images history improvementyfszzx2022-10-121-1/+1
| | | | |
| * | | | images history improvementyfszzx2022-10-121-60/+65
| | | | |
| * | | | testyfszzx2022-10-123-2/+7
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plusyfszzx2022-10-121-32/+41
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into master不会画画的中医不是好程序员2022-10-111-32/+41
| | |\ \ \ \ \
| * | | | | | | images history improvementyfszzx2022-10-121-76/+146
| |/ / / / / /
| * | | | | | images history improvementyfszzx2022-10-111-4/+2
| | | | | | |
| * | | | | | images history improvementyfszzx2022-10-112-4/+2
| |\ \ \ \ \ \
| * | | | | | | images history improvementyfszzx2022-10-112-58/+114
| | | | | | | |
| * | | | | | | Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-105-83/+291
| |\ \ \ \ \ \ \
| * | | | | | | | images history overyfszzx2022-10-101-2/+2
| | | | | | | | |
| * | | | | | | | show image historyyfszzx2022-10-102-0/+68
| | | | | | | | |
* | | | | | | | | fix paste not working in firefoxAUTOMATIC2022-10-142-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix paste always going into txt2img field
* | | | | | | | | Merge branch 'param-loading'AUTOMATIC2022-10-142-0/+25
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Add drag/drop param loading.d8ahazard2022-10-122-0/+25
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Drop an image or generational text onto the prompt bar, it loads the info for parsing.
* | | | | | | | add an ability to merge three checkpointsAUTOMATIC2022-10-141-1/+4
| | | | | | | |
* | | | | | | | Update hints.jscrackfoo2022-10-141-1/+1
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | typo
* | | | | | | emergency fix for broken send to buttonsAUTOMATIC2022-10-131-4/+4
| | | | | | |
* | | | | | | Update hints.jsTaithrah2022-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | typo