aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/ui.js
Commit message (Collapse)AuthorAgeFilesLines
* Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-202/+213
|
* prevent Reload UI button/link from reloading the page when it's not yet readyAUTOMATIC2023-05-091-1/+10
|
* do not show licenses page when user selects Show all pages in settingsAUTOMATIC2023-05-081-0/+3
|
* Merge branch 'dev' into js-misc-fixesAUTOMATIC11112023-05-011-2/+8
|\
| * Merge pull request #9969 from AUTOMATIC1111/restore_progress_fixAUTOMATIC11112023-05-011-2/+2
| |\ | | | | | | restore_progress fix
| | * restore_progress fixw-e-w2023-05-011-2/+2
| | | | | | | | | | | | id wrong type
| * | make it impossible to press the restore progress button after pressing it onceAUTOMATIC2023-05-011-0/+4
| |/
* | Use substring instead of deprecated substrAarni Koskela2023-04-301-1/+1
| |
* | Fix unused variablesAarni Koskela2023-04-301-2/+2
| |
* | Fix a whole bunch of implicit globalsAarni Koskela2023-04-301-15/+15
|/
* alternate restore progress button implementationAUTOMATIC2023-04-291-1/+45
|
* Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC2023-04-291-27/+0
| | | | | This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
* Merge branch 'dev' into feature/restore-progressAUTOMATIC11112023-04-291-1/+18
|\
| * change gradio callback from change to release in a bunch of places now that ↵AUTOMATIC2023-04-291-0/+11
| | | | | | | | it's fixed in gradio
| * add "resize by" and "resize to" tabs to img2imgAUTOMATIC2023-03-281-0/+5
| |
* | keep randomId simplersiutin2023-03-301-8/+2
| |
* | add a button to restore the current progresssiutin2023-03-301-2/+34
|/
* Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC2023-03-281-21/+1
| | | | | This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
* Merge branch 'master' into img2img-enhancespace-nuko2023-03-281-5/+31
|\
| * Fix Send to img2img buttonsspace-nuko2023-03-251-5/+31
| |
* | Use .success() callback on img2img preview inputs changespace-nuko2023-03-251-8/+0
| |
* | img2img resolution preview should use currently selected tab's imagespace-nuko2023-03-251-3/+10
| |
* | Add upscale slider to img2imgspace-nuko2023-03-251-2/+23
|/
* initial gradio 3.22 supportAUTOMATIC2023-03-251-2/+1
|
* update prompt token counts after using the paste params buttonAUTOMATIC2023-01-291-8/+28
|
* add checkpoints tab for extra networks UIAUTOMATIC2023-01-281-0/+7
|
* rework extras tab to use script systemAUTOMATIC2023-01-231-5/+0
|
* relocate tool buttons next to generate buttonAUTOMATIC2023-01-211-2/+2
| | | | | prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt
* extra networks UIAUTOMATIC2023-01-211-5/+4
| | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
* move token counter to the location of the prompt, add token counting for the ↵AUTOMATIC2023-01-201-8/+21
| | | | negative prompt
* allow baking in VAE in checkpoint merger tabAUTOMATIC2023-01-191-2/+0
| | | | | | | do not save config if it's the default for checkpoint merger tab change file naming scheme for checkpoint merger tab allow just saving A without any merging for checkpoint merger tab some stylistic changes for UI in checkpoint merger tab
* add progress bar to modelmergerAUTOMATIC2023-01-191-0/+11
|
* Process interrogation on all img2img subtabsVladimir Repin2023-01-181-0/+7
|
* update sending input event in java script to not cause exception in browser ↵AUTOMATIC2023-01-171-0/+8
| | | | https://github.com/gradio-app/gradio/issues/2981
* big rework of progressbar/preview system to allow multiple users to prompts ↵AUTOMATIC2023-01-151-5/+28
| | | | at the same time and do not get previews of each other
* 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
* fix send to inpaint sending you to wrong placeAUTOMATIC2023-01-121-1/+1
|
* 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 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
* | Fix various typosJim Hays2022-12-151-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-101-2/+2
|\ \
| * | made selected_gallery_index query selectors more restrictiveLiam2022-11-201-2/+2
| | |
* | | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-11-071-0/+2
|\| |
| * | add ability to create extensions that add localizationsAUTOMATIC2022-11-061-0/+2
| |/
* | clear on the client-side againpapuSpartan2022-11-011-10/+21
| |
* | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-10-311-22/+2
|\|