aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* do not show full window image preview when right mouse button is usedAUTOMATIC2023-01-041-1/+1
|
* fix fullscreen view showing wrong image on firefoxAUTOMATIC2023-01-041-1/+1
|
* added the option to specify target resolution with possibility of truncating ↵AUTOMATIC2023-01-041-4/+7
| | | | for hires fix; also sampling steps
* Merge pull request #4177 from eltociear/patch-2AUTOMATIC11112023-01-041-1/+1
|\ | | | | Fix typo in ui.js
| * Fix typo in ui.jsIkko Ashimine2022-11-021-1/+1
| | | | | | interation -> interaction
* | Add image paste fallbackMMaker2023-01-031-1/+9
| | | | | | | | Fixes Firefox pasting support (and possibly other browsers)
* | add a button to show all setting pagesAUTOMATIC2023-01-031-0/+11
| |
* | make "send to" buttons send actual dimension of the sent image rather than ↵AUTOMATIC2023-01-021-2/+2
| | | | | | | | fields
* | added cheap NN approximation for VAEAUTOMATIC2022-12-241-1/+4
| |
* | Merge pull request #5608 from Bwin4L/masterAUTOMATIC11112022-12-241-1/+1
|\ \ | | | | | | Make the generated image count in desktop notifications only count new gens in the currently active tab
| * | Make the generated image count only count new images in the currently active tabBwin4L2022-12-101-1/+1
| | |
* | | Merge pull request #5622 from repligator/patch-1AUTOMATIC11112022-12-241-0/+1
|\ \ \ | | | | | | | | Update hints.js - DPM adaptive
| * | | Update hints.js - DPM adaptiverepligator2022-12-111-0/+1
| |/ / | | | | | | Added mouse-over for DPM adaptive
* | | Merge pull request #5753 from calvinballing/masterAUTOMATIC11112022-12-243-19/+19
|\ \ \ | | | | | | | | Fix various typos
| * | | Fix various typosJim Hays2022-12-153-19/+19
| |/ /
* / / fix hints file typoAlex "mcmonkey" Goodwin2022-12-111-1/+1
|/ /
* | use less javascript for this non-js-only implementation of the clear prompt ↵AUTOMATIC2022-12-101-36/+5
| | | | | | | | button.
* | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-12-104-7/+54
|\ \
| * \ Merge pull request #5229 from lolsuffocate/masterAUTOMATIC11112022-12-031-2/+14
| |\ \ | | | | | | | | Slightly improve page scroll jumping with focus
| | * | Restore scroll position on page if giving active element focus changes itSuffocate2022-11-301-2/+14
| | | |
| * | | more simple config option name plus mouseover hint for clip skipAUTOMATIC2022-12-031-0/+2
| |/ /
| * | Merge pull request #4894 from morgil/progress-first-in-titleAUTOMATIC11112022-11-271-1/+1
| |\ \ | | | | | | | | Move progress info to beginning of site title
| | * | Move progress info to beginning of titleJonas Böer2022-11-201-1/+1
| | | | | | | | | | | | because who has so few tabs open that they can see the end of a tab name?
| * | | Merge pull request #4986 from mcmonkey4eva/add-model-nameAUTOMATIC11112022-11-271-2/+2
| |\ \ \ | | | | | | | | | | add model_name pattern for saving
| | * | | add model_name pattern for savingAlex "mcmonkey" Goodwin2022-11-231-2/+2
| | |/ /
| * / / made selected_gallery_index query selectors more restrictiveLiam2022-11-201-2/+2
| |/ /
| * | added event listener for the image gallery modal; moved js to separate fileLiam2022-11-102-9/+34
| | |
| * | updating the displayed generation info when user clicks images in the ↵Liam2022-11-091-1/+9
| | | | | | | | | | | | gallery. feature request 4415
* | | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-11-073-8/+27
|\| |
| * | add ability to create extensions that add localizationsAUTOMATIC2022-11-061-0/+2
| | |
| * | Update edit-attention.jsbyzod2022-11-031-2/+1
| |/ | | | | | | Fix https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/3904 (Some sort of a workaround, the best way is to add unique id or class name to those prompt boxes)
| * switch to gradio 3.8AUTOMATIC2022-11-021-6/+24
| |
* | Merge branch 'AUTOMATIC1111:master' into jspapuSpartan2022-11-011-1/+12
|\|
| * Added Available tab to extensions UI.AUTOMATIC2022-11-011-1/+12
| |
* | clear on the client-side againpapuSpartan2022-11-011-10/+21
| |
* | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-10-316-230/+89
|\|
| * add initial version of the extensions tabAUTOMATIC2022-10-311-0/+24
| | | | | | | | fix broken Restart Gradio button
| * Merge branch 'master' into modal-save-button-and-shortcutAUTOMATIC11112022-10-292-22/+3
| |\
| | * Merge branch 'Inspiron'AUTOMATIC2022-10-291-22/+2
| | |\
| | | * create send to buttons in one moduleyfszzx2022-10-271-22/+2
| | | |
| | * | Updated name and hover text.random_thoughtss2022-10-271-0/+1
| | |/
| * | hide save btn for other tabs than txt2img and img2imgFlorian Horn2022-10-271-2/+12
| | |
| * | added save button and shortcut (s) to Modal ViewFlorian Horn2022-10-271-0/+29
| |/
| * Remove rtl: false from localizationsxmodar2022-10-251-1/+4
| |
| * Add RTL languages support and improved Arabic localizationxmodar2022-10-251-1/+19
| |
| * add hints, [datetime<Format><Time Zone>]w-e-w2022-10-241-2/+2
| |
| * remove browser to extensionyfszzx2022-10-242-248/+0
| |
| * Move browser and Inspiration into extensionyfszzx2022-10-233-97/+80
| |\
| | * Merge remote-tracking branch 'historytab/master'AUTOMATIC2022-10-211-63/+57
| | |\
| | | * Image browser improvedyfszzx2022-10-191-44/+43
| | | |