aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/ui.js
AgeCommit message (Collapse)AuthorLines
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
2022-10-21refactor internal terminology to use 'clear' instead of 'trash' like #2728papuSpartan-1/+1
2022-10-21update token counter when clearing promptpapuSpartan-2/+2
2022-10-21only delete prompt on back end and remove client-side deletionpapuSpartan-6/+0
2022-10-21initial work on getting prompts cleared on the backend and synchronizing ↵papuSpartan-3/+7
token counter
2022-10-20add settings option to toggle button visibilitypapuSpartan-1/+0
2022-10-20remove unnecessary assignmentpapuSpartan-8/+7
2022-10-20add confirmation dialoguepapuSpartan-0/+4
2022-10-20clear prompt button now works on both relevant tabs. Device detection stuff ↵papuSpartan-0/+28
will be added later.
2022-10-17Use of a --theme argument for more flexibilityMichoko-3/+3
Added possibility to set the theme (light or dark)
2022-10-17Added dark mode switchMichoko-0/+7
Launch the UI in dark mode with the --dark-mode switch
2022-10-15change styling for top right corner UIAUTOMATIC-1/+1
made save style button not die when you cancel
2022-10-15Add hint for `ctrl/alt enter`aoirusann-10/+0
And duplicate implementations are removed
2022-10-13emergency fix for broken send to buttonsAUTOMATIC-4/+4
2022-10-09Add "Scale to" option to ExtrasJustin Maier-1/+2
2022-10-02Merge branch 'master' into 1404-script-reload-without-restartAUTOMATIC1111-6/+20
2022-10-02move JavaScript into ui.jsDepFA-0/+5
2022-09-30consolidated token counter functionsLiam-12/+9
2022-09-30token counters now update when roll artist and style buttons are pressed ↵Liam-6/+22
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893
2022-10-01fix #1405 submitting both tabsAUTOMATIC-1/+1
2022-09-30ALT + return will submit prompt when it's in focusTrung Ngo-0/+10
2022-09-28removed unused import; now using javascript to watch prompt textareaLiam-9/+11
2022-09-27switched the token counter to use hidden buttons instead of api callLiam-45/+15
2022-09-27Merge remote-tracking branch 'upstream/master' into token_countLiam-3/+2
2022-09-27added token counter next to txt2img and img2img promptsLiam-0/+47