aboutsummaryrefslogtreecommitdiff
path: root/javascript/ui.js
AgeCommit message (Expand)Author
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
2022-10-22fix js func signature and not forget to initialize confirmation var to preven...papuSpartan
2022-10-21forgot to clear neg prompt after moving to back. Add tooltip to hintspapuSpartan
2022-10-21refactor internal terminology to use 'clear' instead of 'trash' like #2728papuSpartan
2022-10-21update token counter when clearing promptpapuSpartan
2022-10-21only delete prompt on back end and remove client-side deletionpapuSpartan
2022-10-21initial work on getting prompts cleared on the backend and synchronizing toke...papuSpartan
2022-10-20add settings option to toggle button visibilitypapuSpartan
2022-10-20remove unnecessary assignmentpapuSpartan
2022-10-20add confirmation dialoguepapuSpartan
2022-10-20clear prompt button now works on both relevant tabs. Device detection stuff w...papuSpartan
2022-10-17Use of a --theme argument for more flexibilityMichoko
2022-10-17Added dark mode switchMichoko
2022-10-15change styling for top right corner UIAUTOMATIC
2022-10-15Add hint for `ctrl/alt enter`aoirusann
2022-10-13emergency fix for broken send to buttonsAUTOMATIC
2022-10-09Add "Scale to" option to ExtrasJustin Maier
2022-10-02Merge branch 'master' into 1404-script-reload-without-restartAUTOMATIC1111
2022-10-02move JavaScript into ui.jsDepFA
2022-09-30consolidated token counter functionsLiam
2022-09-30token counters now update when roll artist and style buttons are pressed http...Liam
2022-10-01fix #1405 submitting both tabsAUTOMATIC
2022-09-30ALT + return will submit prompt when it's in focusTrung Ngo