Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-02-17 | lint | AUTOMATIC1111 | -5/+5 | |
2024-02-17 | Disable prompt token counters option actually disables token counting rather ↵ | AUTOMATIC1111 | -13/+23 | |
than just hiding results. Disable prompt token counters option does not require reload UI. token counters do not become visible until they are positioned correctly. | ||||
2024-02-17 | fix an exception when filtering extra networks very early | AUTOMATIC1111 | -1/+5 | |
2024-02-17 | fix search UI invisible in an extra network tab that just loaded | AUTOMATIC1111 | -0/+4 | |
2024-02-17 | change condition for scheduleAfterScriptsCallbacks() to properly reflect the ↵ | AUTOMATIC1111 | -3/+6 | |
needed amount of search fields | ||||
2024-02-17 | Merge pull request #14916 from light-and-ray/use_original_document_title | AUTOMATIC1111 | -1/+8 | |
Use original App Title in progress bar | ||||
2024-02-16 | Update extraNetworks.js | Kohaku-Blueleaf | -1/+1 | |
2024-02-14 | Use original App Title in progress bar | Andray | -1/+8 | |
2024-02-09 | if extensions page not loaded, prevent apply | w-e-w | -2/+5 | |
since they are built-in extensions we can make the assumption that they will be at least one or more extensions Co-Authored-By: Andray <33491867+light-and-ray@users.noreply.github.com> | ||||
2024-02-02 | fix refresh button forgetting sort order for extra networks #14588 | AUTOMATIC1111 | -7/+13 | |
2024-02-02 | fix page refresh not re-applying sort/filter for #14588 | AUTOMATIC1111 | -1/+1 | |
fix path sortkey not including the filename for #14588 | ||||
2024-02-01 | Add "Interrupting..." placeholder. | AUTOMATIC1111 | -2/+11 | |
2024-01-23 | lint | AUTOMATIC1111 | -2/+2 | |
2024-01-22 | put extra networks controls row into the tabs UI element for #14588 | AUTOMATIC1111 | -2/+22 | |
2024-01-20 | Add toggle button for tree view. Use default settings for sortmode and ↵ | Sj-Si | -3/+17 | |
direction. | ||||
2024-01-18 | Fix various bugs including refresh bug. | Sj-Si | -2/+5 | |
2024-01-17 | Fix embeddings add/remove to/from prompt on click bugs. | Sj-Si | -10/+3 | |
2024-01-16 | fix bugs | Sj-Si | -16/+12 | |
2024-01-16 | Finish cleanup. | Sj-Si | -80/+90 | |
2024-01-15 | Move extra network tab buttons into tree view; | Sj-Si | -19/+63 | |
2024-01-15 | fix bugs. introduce new ones. | Sj-Si | -5/+5 | |
2024-01-14 | fix linting | Sj-Si | -26/+28 | |
2024-01-14 | fix search box handling. sort maybe broken not sure. need to bug test and ↵ | Sj-Si | -57/+57 | |
finish cleanup. | ||||
2024-01-13 | continue cleanup and redesign. | Sj-Si | -91/+203 | |
2024-01-11 | Merge changes from dev | Sj-Si | -10/+29 | |
2024-01-11 | Finish base layout. Fix bugs. Need to test for stability and clean up. | Sj-Si | -25/+23 | |
2024-01-10 | begin redesign of tree module. | Sj-Si | -0/+22 | |
2024-01-08 | Add tree-view display for extra networks. | Sj-Si | -0/+5 | |
2024-01-01 | Fix lint issue from 501993eb | Aarni Koskela | -1/+1 | |
2024-01-01 | added a button to run hires fix on selected image in the gallery | AUTOMATIC1111 | -0/+8 | |
2023-12-30 | Code Style fixes | Learwin | -3/+3 | |
2023-12-30 | Added negative prompts to extra networks lora | Learwin | -10/+21 | |
2023-12-14 | Merge pull request #14230 from ↵ | AUTOMATIC1111 | -1/+1 | |
AUTOMATIC1111/add-option-Live-preview-in-full-page-image-viewer add option: Live preview in full page image viewer | ||||
2023-12-14 | Merge pull request #14296 from akx/paste-resolution | AUTOMATIC1111 | -0/+24 | |
Allow pasting in WIDTHxHEIGHT strings into the width/height fields | ||||
2023-12-14 | Merge pull request #14230 from ↵ | AUTOMATIC1111 | -1/+1 | |
AUTOMATIC1111/add-option-Live-preview-in-full-page-image-viewer add option: Live preview in full page image viewer | ||||
2023-12-13 | Allow pasting in WIDTHxHEIGHT strings into the width/height fields | Aarni Koskela | -0/+24 | |
2023-12-06 | add option: Live preview in full page image viewer | w-e-w | -1/+1 | |
make #13459 "show the preview image in the modal view if available" optional | ||||
2023-12-02 | remove Train/Preprocessing tab and put all its functionality into extras ↵ | AUTOMATIC1111 | -0/+17 | |
batch images mode | ||||
2023-11-30 | Close popups with escape key | missionfloyd | -0/+6 | |
2023-11-26 | add categories to settings | AUTOMATIC1111 | -0/+25 | |
2023-11-26 | compact prompt layout: preserve scroll when switching between lora tabs | AUTOMATIC1111 | -0/+4 | |
2023-11-07 | Add option to set notification sound volume | GerryDE | -1/+5 | |
2023-11-05 | added compact prompt option | AUTOMATIC1111 | -0/+33 | |
2023-11-05 | properly apply sort order for extra network cards when selected from dropdown | AUTOMATIC1111 | -11/+16 | |
allow selection of default sort order in settings remove 'Default' sort order, replace with 'Name' | ||||
2023-11-05 | eslint | AUTOMATIC1111 | -9/+11 | |
2023-11-05 | add a visible checkbox to input accordion | AUTOMATIC1111 | -25/+54 | |
2023-11-03 | Fix parenthesis auto selection | missionfloyd | -1/+1 | |
Fixes #13813 | ||||
2023-10-21 | fix the situation with emphasis editing (aaaa:1.1) bbbb (cccc:1.1) | AUTOMATIC1111 | -0/+6 | |
2023-10-21 | rework some of changes for emphasis editing keys, force conversion of ↵ | AUTOMATIC1111 | -55/+46 | |
old-style emphasis | ||||
2023-10-15 | respect keyedit_precision_attention setting when converting from old ↵ | AUTOMATIC1111 | -0/+2 | |
(((attention))) syntax |