aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
AgeCommit message (Collapse)AuthorLines
2022-10-16fix: add null check when start running project the currentButton is nulldvsilch-1/+1
2022-10-16keep focus on current element when updating galleryAUTOMATIC-2/+4
2022-10-15make attention edit only work with ctrl as was initially intendedAUTOMATIC-0/+2
2022-10-15change styling for top right corner UIAUTOMATIC-1/+3
made save style button not die when you cancel
2022-10-15make dragging to prompt work againAUTOMATIC-3/+3
2022-10-15Add hint for `ctrl/alt enter`aoirusann-10/+0
And duplicate implementations are removed
2022-10-15remove extra 100ms timeoutruocaled-3/+1
2022-10-15re-attach full screen zoom listenersruocaled-0/+3
2022-10-15allow re-open for multiple images galleryruocaled-3/+4
2022-10-15fix observer disconnect logicruocaled-5/+7
2022-10-15remove console.logruocaled-1/+0
2022-10-15auto 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-15bring 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-14change checkpoint merger to work in a more obvious wayAUTOMATIC-2/+2
remove sigmoid and inverse sigmoid because they just did the same thing as weighed sum only with changed multiplier
2022-10-14Merge pull request #2396 from yfszzx/masterAUTOMATIC1111-0/+198
Add a "History" tab
2022-10-14fix paste not working in firefoxAUTOMATIC-17/+14
fix paste always going into txt2img field
2022-10-14Merge branch 'param-loading'AUTOMATIC-0/+25
2022-10-14Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员-2/+5
2022-10-14add an ability to merge three checkpointsAUTOMATIC-1/+4
2022-10-14Update hints.jscrackfoo-1/+1
typo
2022-10-14Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员-7/+9
2022-10-14images history fix all known bugyfszzx-14/+9
2022-10-13emergency fix for broken send to buttonsAUTOMATIC-4/+4
2022-10-13Update hints.jsTaithrah-1/+1
typo
2022-10-13Correct img gen count in notificationKalle-1/+1
Display correct count of images generated in browser notification regardless of "Show grid in results for web" setting.
2022-10-13add option to change what's shown in quicksettings barAUTOMATIC-0/+2
2022-10-13Restore last generation paramsTrung Ngo-1/+1
2022-10-13add missing id propertyDepFA-1/+1
2022-10-13Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员-0/+3
2022-10-13images history delete a number of images consecutively nextyfszzx-9/+15
2022-10-12Add drag/drop param loading.d8ahazard-0/+25
Drop an image or generational text onto the prompt bar, it loads the info for parsing.
2022-10-12train: change filename processing to be more simple and configurableAUTOMATIC-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
2022-10-13images history improvementyfszzx-1/+1
2022-10-13images history improvementyfszzx-60/+65
2022-10-12testyfszzx-2/+7
2022-10-12Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plusyfszzx-32/+41
2022-10-12images history improvementyfszzx-76/+146
2022-10-12Merge branch 'master' into feature/scale_toAUTOMATIC1111-35/+46
2022-10-12Typo fix in watermark hint.LunixWasTaken-1/+1
2022-10-12Prevent nans from failed float parsing from overwriting weightsDepFA-0/+1
2022-10-11triggers 'input' event when using arrow keys to edit attentionnai-degen-0/+3
2022-10-11Merge branch 'master' into master不会画画的中医不是好程序员-32/+41
2022-10-11images history improvementyfszzx-4/+2
2022-10-11context menus closureDepFA-40/+41
2022-10-11Correct list style, apply gen forever to both tabs, roll3 on both tabsDepFA-8/+16
2022-10-11images history improvementyfszzx-4/+2
2022-10-11images history improvementyfszzx-58/+114
2022-10-10Make cancel generate forever let the current gen complete (#2206)DepFA-4/+0
2022-10-10add an option to not add watermark to created imagesAUTOMATIC-0/+1
2022-10-10add eta noise seed delta optionAUTOMATIC-0/+1