Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-09-30 | Use checkboxes for whitespace delimiters | missionfloyd | -2/+6 | |
2023-09-30 | Allow editing whitespace delimiters | missionfloyd | -1/+2 | |
2023-08-30 | get progressbar to display correctly in extensions tab | AUTOMATIC1111 | -1/+1 | |
2023-08-29 | Merge pull request #12834 from catboxanon/fix/notification-tab-switch | AUTOMATIC1111 | -1/+1 | |
Fix notification not playing when built-in webui tab is inactive | ||||
2023-08-27 | lint | AUTOMATIC1111 | -1/+1 | |
2023-08-27 | fix style editing dialog breaking if it's opened in both img2img and txt2img ↵ | AUTOMATIC1111 | -0/+9 | |
tabs | ||||
2023-08-27 | Merge pull request #12795 from catboxanon/prevent-duplicate-resize-handler-mk2 | AUTOMATIC1111 | -1/+3 | |
Prevent duplicate resize handler | ||||
2023-08-22 | fix endless progress requests | AUTOMATIC1111 | -2/+4 | |
2023-08-22 | Merge pull request #12723 from MMP0/dev-resize-handle-fix | AUTOMATIC1111 | -2/+30 | |
Resize handle improvements and bug fixes | ||||
2023-08-22 | eslint | AUTOMATIC1111 | -18/+13 | |
2023-08-22 | fix broken generate button if not using live previews | AUTOMATIC1111 | -1/+1 | |
2023-08-22 | make it possible to localize tooltips and placeholders | AUTOMATIC1111 | -2/+36 | |
2023-08-22 | Limit mouse detection to primary button only | MMP0 | -0/+6 | |
2023-08-22 | for live previews, only hide gallery after at least one live previews pic ↵ | AUTOMATIC1111 | -6/+18 | |
has been received fix blinking for live previews fix a clientside live previews exception that happens when you kill serverside during sampling match the size of live preview image to gallery image | ||||
2023-08-22 | Prevent text selection and cursor changes | MMP0 | -2/+24 | |
2023-08-21 | Reset columns on resize handle dblclick | catboxanon | -0/+2 | |
2023-08-21 | make resize handle available to extensions | AUTOMATIC1111 | -0/+109 | |
2023-08-20 | make live previews play nice with window/slider resizes | AUTOMATIC1111 | -17/+4 | |
2023-08-20 | make live preview display work independently from progress bar | AUTOMATIC1111 | -10/+18 | |
2023-08-19 | Merge pull request #12662 from bluelovers/bluelovers-patch-1-1 | AUTOMATIC1111 | -19/+2 | |
refactor: Update ui.js | ||||
2023-08-19 | refactor: Update ui.js | bluelovers | -19/+2 | |
2023-08-14 | when refreshing cards in extra networks UI, do not discard user's custom ↵ | AUTOMATIC1111 | -1/+1 | |
resolution | ||||
2023-08-10 | linter fixes | AUTOMATIC1111 | -6/+6 | |
2023-08-10 | add a custom UI element that combines accordion and checkbox | AUTOMATIC1111 | -0/+37 | |
rework hires fix UI to use accordion prevent bogus progress output in console when calculating hires fix dimensions | ||||
2023-08-07 | Allow to open images in new browser tab by MMB. | Diego Casorran | -0/+5 | |
Signed-off-by: Diego Casorran <dcasorran@gmail.com> | ||||
2023-08-05 | add checkbox to show/hide dirs for extra networks | AUTOMATIC1111 | -0/+29 | |
2023-08-05 | put localStorage stuff into its own file | AUTOMATIC1111 | -16/+34 | |
2023-08-05 | Merge branch 'dev' into extra-networks-always-visible | AUTOMATIC1111 | -10/+27 | |
2023-08-04 | Merge pull request #1 from daxijiu/fix-some-content-are-ignore-by-localization | daxijiu | -5/+5 | |
fix some content are ignore by localization | ||||
2023-08-04 | fix some content are ignore by localization | daxijiu | -5/+5 | |
in setting "Face restoration model" and "Select which Real-ESRGAN models" and in extras "upscaler 1 & 2" are ignore by localization | ||||
2023-08-01 | support tooltip kwarg for gradio elements | AUTOMATIC1111 | -0/+11 | |
2023-07-31 | Don't crash if out of local storage quota | Aarni Koskela | -4/+10 | |
Fixes #12206 (works around it) | ||||
2023-07-26 | delete scale checker script due to user demand | AUTOMATIC1111 | -108/+0 | |
2023-07-26 | delete scale checker script due to user demand | AUTOMATIC1111 | -108/+0 | |
2023-07-17 | hide cards for networks of incompatible stable diffusion version in Lora ↵ | AUTOMATIC1111 | -1/+1 | |
extra networks interface | ||||
2023-07-17 | fix extra search button | w-e-w | -1/+1 | |
2023-07-16 | Merge pull request #11669 from gitama2023/patch-1 | AUTOMATIC1111 | -0/+108 | |
Added a prompt for users using poor scaling | ||||
2023-07-16 | always show extra networks tabs in the UI | AUTOMATIC1111 | -5/+3 | |
2023-07-16 | nuke thumbs extra networks view mode (use settings tab to change ↵ | AUTOMATIC1111 | -1/+0 | |
width/height/scale to get thumbs) | ||||
2023-07-16 | allow refreshing single card after editing user metadata instead of all cards | AUTOMATIC1111 | -5/+14 | |
2023-07-16 | add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458 | AUTOMATIC1111 | -2/+16 | |
2023-07-15 | eslint | AUTOMATIC1111 | -4/+4 | |
2023-07-15 | user metadata system for custom networks | AUTOMATIC1111 | -6/+31 | |
2023-07-14 | restyle time taken/VRAM display | AUTOMATIC1111 | -2/+0 | |
2023-07-11 | Allow using alt in the prompt fields again | Aarni Koskela | -1/+1 | |
2023-07-08 | fix for eslint | AUTOMATIC1111 | -1/+1 | |
2023-07-08 | for #10650: change key to alt+arrows, enable by default | AUTOMATIC1111 | -1/+5 | |
2023-07-08 | Merge pull request #10650 from missionfloyd/reorder-hotkeys | AUTOMATIC1111 | -0/+37 | |
Hotkeys to move prompt elements | ||||
2023-07-08 | Merge pull request #11495 from missionfloyd/end-paren-fix | AUTOMATIC1111 | -2/+3 | |
Correctly remove end parenthesis with ctrl+up/down | ||||
2023-07-07 | Added a prompt for users using poor scaling | gitama2023 | -0/+108 | |
Added a JavaScript file that detects browser scaling and prompts users when scale is not 100% |