aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/ui.js
AgeCommit message (Collapse)AuthorLines
2023-05-01Merge branch 'dev' into js-misc-fixesAUTOMATIC1111-2/+8
2023-05-01Merge pull request #9969 from AUTOMATIC1111/restore_progress_fixAUTOMATIC1111-2/+2
restore_progress fix
2023-05-01restore_progress fixw-e-w-2/+2
id wrong type
2023-05-01make it impossible to press the restore progress button after pressing it onceAUTOMATIC-0/+4
2023-04-30Use substring instead of deprecated substrAarni Koskela-1/+1
2023-04-30Fix unused variablesAarni Koskela-2/+2
2023-04-30Fix a whole bunch of implicit globalsAarni Koskela-15/+15
2023-04-29alternate restore progress button implementationAUTOMATIC-1/+45
2023-04-29Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC-27/+0
This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
2023-04-29Merge branch 'dev' into feature/restore-progressAUTOMATIC1111-1/+18
2023-04-29change gradio callback from change to release in a bunch of places now that ↵AUTOMATIC-0/+11
it's fixed in gradio
2023-03-30keep randomId simplersiutin-8/+2
2023-03-30add a button to restore the current progresssiutin-2/+34
2023-03-28add "resize by" and "resize to" tabs to img2imgAUTOMATIC-0/+5
2023-03-28Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC-21/+1
This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf.
2023-03-28Merge branch 'master' into img2img-enhancespace-nuko-5/+31
2023-03-25Fix Send to img2img buttonsspace-nuko-5/+31
2023-03-25Use .success() callback on img2img preview inputs changespace-nuko-8/+0
2023-03-25img2img resolution preview should use currently selected tab's imagespace-nuko-3/+10
2023-03-25Add upscale slider to img2imgspace-nuko-2/+23
2023-03-25initial gradio 3.22 supportAUTOMATIC-2/+1
2023-01-30update prompt token counts after using the paste params buttonAUTOMATIC-8/+28
2023-01-28add checkpoints tab for extra networks UIAUTOMATIC-0/+7
2023-01-23rework extras tab to use script systemAUTOMATIC-5/+0
2023-01-21relocate tool buttons next to generate buttonAUTOMATIC-2/+2
prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt
2023-01-21extra networks UIAUTOMATIC-5/+4
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
2023-01-20move token counter to the location of the prompt, add token counting for the ↵AUTOMATIC-8/+21
negative prompt
2023-01-19allow baking in VAE in checkpoint merger tabAUTOMATIC-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
2023-01-19add progress bar to modelmergerAUTOMATIC-0/+11
2023-01-18Process interrogation on all img2img subtabsVladimir Repin-0/+7
2023-01-17update sending input event in java script to not cause exception in browser ↵AUTOMATIC-0/+8
https://github.com/gradio-app/gradio/issues/2981
2023-01-15big rework of progressbar/preview system to allow multiple users to prompts ↵AUTOMATIC-5/+28
at the same time and do not get previews of each other
2023-01-14add buttons to copy images between img2img tabsAUTOMATIC-2/+19
2023-01-14load hashes from cache for checkpoints that have themAUTOMATIC-9/+16
add checkpoint hash to footer
2023-01-12fix send to inpaint sending you to wrong placeAUTOMATIC-1/+1
2023-01-04Merge pull request #4177 from eltociear/patch-2AUTOMATIC1111-1/+1
Fix typo in ui.js
2023-01-03add a button to show all setting pagesAUTOMATIC-0/+11
2023-01-02make "send to" buttons send actual dimension of the sent image rather than ↵AUTOMATIC-2/+2
fields
2022-12-14Fix various typosJim Hays-1/+1
2022-12-10use less javascript for this non-js-only implementation of the clear prompt ↵AUTOMATIC-36/+5
button.
2022-12-10Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan-2/+2
2022-11-20made selected_gallery_index query selectors more restrictiveLiam-2/+2
2022-11-06Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan-0/+2
2022-11-06add ability to create extensions that add localizationsAUTOMATIC-0/+2
2022-11-03Fix typo in ui.jsIkko Ashimine-1/+1
interation -> interaction
2022-11-01clear on the client-side againpapuSpartan-10/+21
2022-10-31Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan-22/+2
2022-10-27create send to buttons in one moduleyfszzx-22/+2
2022-10-22fix js func signature and not forget to initialize confirmation var to ↵papuSpartan-3/+4
prevent exception upon cancelling confirmation
2022-10-21forgot to clear neg prompt after moving to back. Add tooltip to hintspapuSpartan-2/+2