aboutsummaryrefslogtreecommitdiff
path: root/javascript/ui.js
AgeCommit message (Expand)Author
2023-05-09prevent Reload UI button/link from reloading the page when it's not yet readyAUTOMATIC
2023-05-08do not show licenses page when user selects Show all pages in settingsAUTOMATIC
2023-05-01Merge branch 'dev' into js-misc-fixesAUTOMATIC1111
2023-05-01Merge pull request #9969 from AUTOMATIC1111/restore_progress_fixAUTOMATIC1111
2023-05-01restore_progress fixw-e-w
2023-05-01make it impossible to press the restore progress button after pressing it onceAUTOMATIC
2023-04-30Use substring instead of deprecated substrAarni Koskela
2023-04-30Fix unused variablesAarni Koskela
2023-04-30Fix a whole bunch of implicit globalsAarni Koskela
2023-04-29alternate restore progress button implementationAUTOMATIC
2023-04-29Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC
2023-04-29Merge branch 'dev' into feature/restore-progressAUTOMATIC1111
2023-04-29change gradio callback from change to release in a bunch of places now that i...AUTOMATIC
2023-03-30keep randomId simplersiutin
2023-03-30add a button to restore the current progresssiutin
2023-03-28add "resize by" and "resize to" tabs to img2imgAUTOMATIC
2023-03-28Revert "Merge pull request #7931 from space-nuko/img2img-enhance"AUTOMATIC
2023-03-28Merge branch 'master' into img2img-enhancespace-nuko
2023-03-25Fix Send to img2img buttonsspace-nuko
2023-03-25Use .success() callback on img2img preview inputs changespace-nuko
2023-03-25img2img resolution preview should use currently selected tab's imagespace-nuko
2023-03-25Add upscale slider to img2imgspace-nuko
2023-03-25initial gradio 3.22 supportAUTOMATIC
2023-01-30update prompt token counts after using the paste params buttonAUTOMATIC
2023-01-28add checkpoints tab for extra networks UIAUTOMATIC
2023-01-23rework extras tab to use script systemAUTOMATIC
2023-01-21relocate tool buttons next to generate buttonAUTOMATIC
2023-01-21extra networks UIAUTOMATIC
2023-01-20move token counter to the location of the prompt, add token counting for the ...AUTOMATIC
2023-01-19allow baking in VAE in checkpoint merger tabAUTOMATIC
2023-01-19add progress bar to modelmergerAUTOMATIC
2023-01-18Process interrogation on all img2img subtabsVladimir Repin
2023-01-17update sending input event in java script to not cause exception in browser h...AUTOMATIC
2023-01-15big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC
2023-01-14add buttons to copy images between img2img tabsAUTOMATIC
2023-01-14load hashes from cache for checkpoints that have themAUTOMATIC
2023-01-12fix send to inpaint sending you to wrong placeAUTOMATIC
2023-01-04Merge pull request #4177 from eltociear/patch-2AUTOMATIC1111
2023-01-03add a button to show all setting pagesAUTOMATIC
2023-01-02make "send to" buttons send actual dimension of the sent image rather than fi...AUTOMATIC
2022-12-14Fix various typosJim Hays
2022-12-10use less javascript for this non-js-only implementation of the clear prompt b...AUTOMATIC
2022-12-10Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan
2022-11-20made selected_gallery_index query selectors more restrictiveLiam
2022-11-06Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan
2022-11-06add ability to create extensions that add localizationsAUTOMATIC
2022-11-03Fix typo in ui.jsIkko Ashimine
2022-11-01clear on the client-side againpapuSpartan
2022-10-31Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan
2022-10-27create send to buttons in one moduleyfszzx