aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Disable prompt token counters option actually disables token counting rather ↵AUTOMATIC11112024-02-172-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.
* fix an exception when filtering extra networks very earlyAUTOMATIC11112024-02-171-1/+5
|
* fix search UI invisible in an extra network tab that just loadedAUTOMATIC11112024-02-171-0/+4
|
* change condition for scheduleAfterScriptsCallbacks() to properly reflect the ↵AUTOMATIC11112024-02-171-3/+6
| | | | needed amount of search fields
* Merge pull request #14916 from light-and-ray/use_original_document_titleAUTOMATIC11112024-02-171-1/+8
|\ | | | | Use original App Title in progress bar
| * Use original App Title in progress barAndray2024-02-141-1/+8
| |
* | Update extraNetworks.jsKohaku-Blueleaf2024-02-161-1/+1
|/
* if extensions page not loaded, prevent applyw-e-w2024-02-091-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>
* fix refresh button forgetting sort order for extra networks #14588AUTOMATIC11112024-02-022-7/+13
|
* fix page refresh not re-applying sort/filter for #14588AUTOMATIC11112024-02-021-1/+1
| | | | fix path sortkey not including the filename for #14588
* Add "Interrupting..." placeholder.AUTOMATIC11112024-02-011-2/+11
|
* lintAUTOMATIC11112024-01-221-2/+2
|
* put extra networks controls row into the tabs UI element for #14588AUTOMATIC11112024-01-221-2/+22
|
* Add toggle button for tree view. Use default settings for sortmode and ↵Sj-Si2024-01-201-3/+17
| | | | direction.
* Fix various bugs including refresh bug.Sj-Si2024-01-181-2/+5
|
* Fix embeddings add/remove to/from prompt on click bugs.Sj-Si2024-01-181-10/+3
|
* fix bugsSj-Si2024-01-161-16/+12
|
* Finish cleanup.Sj-Si2024-01-161-80/+90
|
* Move extra network tab buttons into tree view;Sj-Si2024-01-151-19/+63
|
* fix bugs. introduce new ones.Sj-Si2024-01-151-5/+5
|
* fix lintingSj-Si2024-01-141-26/+28
|
* fix search box handling. sort maybe broken not sure. need to bug test and ↵Sj-Si2024-01-141-57/+57
| | | | finish cleanup.
* continue cleanup and redesign.Sj-Si2024-01-131-91/+203
|
* Merge changes from devSj-Si2024-01-112-10/+29
|\
| * Fix lint issue from 501993ebAarni Koskela2024-01-011-1/+1
| |
| * added a button to run hires fix on selected image in the galleryAUTOMATIC11112024-01-011-0/+8
| |
| * Code Style fixesLearwin2023-12-301-3/+3
| |
| * Added negative prompts to extra networks loraLearwin2023-12-301-10/+21
| |
| * Merge pull request #14230 from ↵AUTOMATIC11112023-12-141-1/+1
| |\ | | | | | | | | | | | | AUTOMATIC1111/add-option-Live-preview-in-full-page-image-viewer add option: Live preview in full page image viewer
| | * add option: Live preview in full page image viewerw-e-w2023-12-061-1/+1
| | | | | | | | | | | | make #13459 "show the preview image in the modal view if available" optional
| * | Allow pasting in WIDTHxHEIGHT strings into the width/height fieldsAarni Koskela2023-12-131-0/+24
| |/
* | Finish base layout. Fix bugs. Need to test for stability and clean up.Sj-Si2024-01-111-25/+23
| |
* | begin redesign of tree module.Sj-Si2024-01-101-0/+22
| |
* | Add tree-view display for extra networks.Sj-Si2024-01-081-0/+5
| |
* | Merge pull request #14230 from ↵AUTOMATIC11112023-12-141-1/+1
| | | | | | | | | | AUTOMATIC1111/add-option-Live-preview-in-full-page-image-viewer add option: Live preview in full page image viewer
* | Merge pull request #14296 from akx/paste-resolutionAUTOMATIC11112023-12-141-0/+24
|/ | | Allow pasting in WIDTHxHEIGHT strings into the width/height fields
* remove Train/Preprocessing tab and put all its functionality into extras ↵AUTOMATIC11112023-12-021-0/+17
| | | | batch images mode
* Close popups with escape keymissionfloyd2023-12-011-0/+6
|
* add categories to settingsAUTOMATIC11112023-11-261-0/+25
|
* compact prompt layout: preserve scroll when switching between lora tabsAUTOMATIC11112023-11-261-0/+4
|
* Add option to set notification sound volumeGerryDE2023-11-071-1/+5
|
* added compact prompt optionAUTOMATIC11112023-11-051-0/+33
|
* properly apply sort order for extra network cards when selected from dropdownAUTOMATIC11112023-11-051-11/+16
| | | | | allow selection of default sort order in settings remove 'Default' sort order, replace with 'Name'
* eslintAUTOMATIC11112023-11-051-9/+11
|
* add a visible checkbox to input accordionAUTOMATIC11112023-11-051-25/+54
|
* Fix parenthesis auto selectionmissionfloyd2023-11-031-1/+1
| | | | Fixes #13813
* fix the situation with emphasis editing (aaaa:1.1) bbbb (cccc:1.1)AUTOMATIC11112023-10-211-0/+6
|
* rework some of changes for emphasis editing keys, force conversion of ↵AUTOMATIC11112023-10-211-55/+46
| | | | old-style emphasis
* respect keyedit_precision_attention setting when converting from old ↵AUTOMATIC11112023-10-151-0/+2
| | | | (((attention))) syntax
* Merge pull request #13533 from missionfloyd/edit-attention-fixAUTOMATIC11112023-10-151-21/+55
|\ | | | | Edit-attention fixes