Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #13480 from AUTOMATIC1111/popup-fix | AUTOMATIC1111 | 2023-10-03 | 1 | -6/+3 | |
|\ | | | | | Fix accidentally closing popup dialogs | |||||
| * | Lint | missionfloyd | 2023-10-03 | 1 | -1/+1 | |
| | | ||||||
| * | Fix accidentally closing popup dialogs | missionfloyd | 2023-10-03 | 1 | -7/+4 | |
| | | ||||||
* | | add search field to settings | AUTOMATIC1111 | 2023-10-01 | 3 | -16/+47 | |
| | | ||||||
* | | add onEdit function for js and rework token-counter.js to use it | AUTOMATIC1111 | 2023-10-01 | 2 | -17/+26 | |
| | | ||||||
* | | Merge pull request #13444 from AUTOMATIC1111/edit-attn-delimiters | AUTOMATIC1111 | 2023-10-01 | 1 | -14/+8 | |
|\ \ | | | | | | | edit-attention: Allow editing whitespace delimiters | |||||
| * | | Remove end parenthesis from weight | missionfloyd | 2023-10-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Remove unneeded code | missionfloyd | 2023-10-01 | 1 | -12/+1 | |
| | | | ||||||
| * | | Use checkboxes for whitespace delimiters | missionfloyd | 2023-10-01 | 1 | -2/+6 | |
| | | | ||||||
| * | | Allow editing whitespace delimiters | missionfloyd | 2023-09-30 | 1 | -1/+2 | |
| |/ | ||||||
* | | Merge pull request #12877 from zixaphir/removeExtraNetworksFromPrompt_fix | AUTOMATIC1111 | 2023-09-30 | 1 | -4/+10 | |
|\ \ | | | | | | | account for customizable extra network separators in remove code | |||||
| * | | Remove extra spaces | zixaphir | 2023-09-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Remove extra network separator without regex | zixaphir | 2023-09-10 | 1 | -10/+11 | |
| | | | ||||||
| * | | Account for edge case where user deleted leading separator. | zixaphir | 2023-08-31 | 1 | -1/+1 | |
| | | | ||||||
| * | | account for customizable extra network separators in remove code | zixaphir | 2023-08-31 | 1 | -2/+7 | |
| | | | | | | | | | | | | previous behavior only searched for leading spaces | |||||
| * | | get progressbar to display correctly in extensions tab | AUTOMATIC1111 | 2023-08-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix notification not playing when built-in webui tab is inactive | catboxanon | 2023-08-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | lint | AUTOMATIC1111 | 2023-08-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix style editing dialog breaking if it's opened in both img2img and txt2img ↵ | AUTOMATIC1111 | 2023-08-27 | 1 | -0/+9 | |
| | | | | | | | | | | | | tabs | |||||
| * | | Prevent duplicate resize handler | catboxanon | 2023-08-26 | 1 | -1/+3 | |
| | | | ||||||
* | | | Merge pull request #13372 from ezt19/patch-1 | AUTOMATIC1111 | 2023-09-30 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Update dragdrop.js | |||||
| * | | | Update dragdrop.js | ezt19 | 2023-09-23 | 1 | -1/+1 | |
| | |/ | |/| | | | | Fixing a problem when u cannot put two images and they are going into two different places for images. | |||||
* / | | Update card on correct tab | missionfloyd | 2023-09-27 | 1 | -1/+1 | |
|/ / | ||||||
* | | get progressbar to display correctly in extensions tab | AUTOMATIC1111 | 2023-08-30 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #12834 from catboxanon/fix/notification-tab-switch | AUTOMATIC1111 | 2023-08-29 | 1 | -1/+1 | |
| | | | | | | Fix notification not playing when built-in webui tab is inactive | |||||
* | | lint | AUTOMATIC1111 | 2023-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | fix style editing dialog breaking if it's opened in both img2img and txt2img ↵ | AUTOMATIC1111 | 2023-08-27 | 1 | -0/+9 | |
| | | | | | | | | tabs | |||||
* | | Merge pull request #12795 from catboxanon/prevent-duplicate-resize-handler-mk2 | AUTOMATIC1111 | 2023-08-27 | 1 | -1/+3 | |
|/ | | | Prevent duplicate resize handler | |||||
* | fix endless progress requests | AUTOMATIC1111 | 2023-08-22 | 1 | -2/+4 | |
| | ||||||
* | Merge pull request #12723 from MMP0/dev-resize-handle-fix | AUTOMATIC1111 | 2023-08-22 | 1 | -2/+30 | |
|\ | | | | | Resize handle improvements and bug fixes | |||||
| * | Limit mouse detection to primary button only | MMP0 | 2023-08-22 | 1 | -0/+6 | |
| | | ||||||
| * | Prevent text selection and cursor changes | MMP0 | 2023-08-22 | 1 | -2/+24 | |
| | | ||||||
* | | eslint | AUTOMATIC1111 | 2023-08-22 | 2 | -18/+13 | |
| | | ||||||
* | | fix broken generate button if not using live previews | AUTOMATIC1111 | 2023-08-22 | 1 | -1/+1 | |
| | | ||||||
* | | make it possible to localize tooltips and placeholders | AUTOMATIC1111 | 2023-08-22 | 1 | -2/+36 | |
| | | ||||||
* | | for live previews, only hide gallery after at least one live previews pic ↵ | AUTOMATIC1111 | 2023-08-22 | 1 | -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 | |||||
* | Reset columns on resize handle dblclick | catboxanon | 2023-08-21 | 1 | -0/+2 | |
| | ||||||
* | make resize handle available to extensions | AUTOMATIC1111 | 2023-08-21 | 1 | -0/+109 | |
| | ||||||
* | make live previews play nice with window/slider resizes | AUTOMATIC1111 | 2023-08-20 | 1 | -17/+4 | |
| | ||||||
* | make live preview display work independently from progress bar | AUTOMATIC1111 | 2023-08-20 | 1 | -10/+18 | |
| | ||||||
* | Merge pull request #12662 from bluelovers/bluelovers-patch-1-1 | AUTOMATIC1111 | 2023-08-19 | 1 | -19/+2 | |
|\ | | | | | refactor: Update ui.js | |||||
| * | refactor: Update ui.js | bluelovers | 2023-08-19 | 1 | -19/+2 | |
| | | ||||||
* | | when refreshing cards in extra networks UI, do not discard user's custom ↵ | AUTOMATIC1111 | 2023-08-14 | 1 | -1/+1 | |
| | | | | | | | | resolution | |||||
* | | linter fixes | AUTOMATIC1111 | 2023-08-10 | 1 | -6/+6 | |
| | | ||||||
* | | add a custom UI element that combines accordion and checkbox | AUTOMATIC1111 | 2023-08-10 | 1 | -0/+37 | |
| | | | | | | | | | | rework hires fix UI to use accordion prevent bogus progress output in console when calculating hires fix dimensions | |||||
* | | Allow to open images in new browser tab by MMB. | Diego Casorran | 2023-08-07 | 1 | -0/+5 | |
| | | | | | | | | Signed-off-by: Diego Casorran <dcasorran@gmail.com> | |||||
* | | add checkbox to show/hide dirs for extra networks | AUTOMATIC1111 | 2023-08-05 | 1 | -0/+29 | |
| | | ||||||
* | | put localStorage stuff into its own file | AUTOMATIC1111 | 2023-08-05 | 2 | -16/+34 | |
| | | ||||||
* | | Merge branch 'dev' into extra-networks-always-visible | AUTOMATIC1111 | 2023-08-05 | 4 | -10/+27 | |
|\ \ | ||||||
| * \ | Merge pull request #1 from daxijiu/fix-some-content-are-ignore-by-localization | daxijiu | 2023-08-04 | 1 | -5/+5 | |
| |\ \ | | | | | | | | | fix some content are ignore by localization |