aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6895 from mezotaken/interrogate-all-tabsAUTOMATIC11112023-01-181-0/+7
|\ | | | | Process interrogation on all img2img subtabs
| * Process interrogation on all img2img subtabsVladimir Repin2023-01-181-0/+7
| |
* | add option to show/hide warningsAUTOMATIC2023-01-181-1/+1
| | | | | | | | | | removed hiding warnings from LDSR fixed/reworked few places that produced warnings
* | re-enable image dragging on non-firefox browsersAUTOMATIC2023-01-181-1/+9
| |
* | bump gradio to 3.16.2AUTOMATIC2023-01-181-4/+2
|\ \ | | | | | | | | | change style selection to multiselect dropdown
| * | change style dropdowns to multiselectAUTOMATIC2023-01-141-4/+2
| | |
* | | enable progressbar without galleryAUTOMATIC2023-01-181-9/+15
| | |
* | | return progress percentage to title barAUTOMATIC2023-01-181-0/+15
| |/ |/|
* | update sending input event in java script to not cause exception in browser ↵AUTOMATIC2023-01-173-4/+11
| | | | | | | | https://github.com/gradio-app/gradio/issues/2981
* | add a button for XY Plot to fill in available values for axes that support thisAUTOMATIC2023-01-161-0/+1
| |
* | return an option to hide progressbarAUTOMATIC2023-01-161-0/+1
| |
* | remove unneeded log from progressbarAUTOMATIC2023-01-151-2/+0
| |
* | add setting for progressbar update periodAUTOMATIC2023-01-151-1/+1
| |
* | eliminate flicker for live previewsAUTOMATIC2023-01-151-7/+7
| |
* | big rework of progressbar/preview system to allow multiple users to prompts ↵AUTOMATIC2023-01-153-97/+198
| | | | | | | | at the same time and do not get previews of each other
* | Fix Aspect Ratio Overlay / AROverlay to work with Inpaint & SketchJosh R2023-01-141-2/+7
| |
* | add buttons to copy images between img2img tabsAUTOMATIC2023-01-141-2/+19
| |
* | load hashes from cache for checkpoints that have themAUTOMATIC2023-01-141-9/+16
|/ | | | add checkpoint hash to footer
* Merge pull request #6667 from Shondoit/zero-vector-tiAUTOMATIC11112023-01-121-0/+1
|\ | | | | Allow creation of zero vectors for TI
| * Add zero vector feature to hints.jsShondoit2023-01-121-0/+1
| | | | | | | | Also add the note that some tokens might be skipped. Not everyone is aware of this.
* | fix send to inpaint sending you to wrong placeAUTOMATIC2023-01-121-1/+1
|/
* Fix keyboard navigation in modal image viewerAlexey Shirokov2023-01-111-0/+1
|
* Merge pull request #6462 from Taithrah/small-touch-upAUTOMATIC11112023-01-091-5/+5
|\ | | | | Update hints.js
| * Update hints.jsTaithrah2023-01-071-2/+2
| | | | | | Partial revert
| * Update hints.jsTaithrah2023-01-071-7/+7
| | | | | | Small touch up to hints
* | add an option to use old hiresfix width/height behaviorAUTOMATIC2023-01-091-0/+25
|/ | | | add a visual effect to inactive hires fix elements
* 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