aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extra_networks.py
Commit message (Collapse)AuthorAgeFilesLines
* fix extra networks metadata failing to work properly when you create the ↵AUTOMATIC11112024-02-021-3/+3
| | | | .json file with metadata for the first time.
* fix page refresh not re-applying sort/filter for #14588AUTOMATIC11112024-02-021-12/+11
| | | | fix path sortkey not including the filename for #14588
* fix error when editing extra networks cardAUTOMATIC11112024-02-011-1/+1
|
* put extra networks controls row into the tabs UI element for #14588AUTOMATIC11112024-01-221-1/+1
|
* Remove unnecessary template and simplify tree list.Sj-Si2024-01-211-10/+1
|
* Add option in settings to enable/disable tree view by default.Sj-Si2024-01-201-0/+7
|
* Add toggle button for tree view. Use default settings for sortmode and ↵Sj-Si2024-01-201-0/+7
| | | | direction.
* Fix various bugs including refresh bug.Sj-Si2024-01-181-15/+16
|
* Fix embeddings add/remove to/from prompt on click bugs.Sj-Si2024-01-181-1/+1
|
* fix bugsSj-Si2024-01-161-17/+18
|
* Finish cleanup.Sj-Si2024-01-161-39/+123
|
* Run lintingSj-Si2024-01-151-5/+4
|
* Move extra network tab buttons into tree view;Sj-Si2024-01-151-179/+91
|
* fix bugs. introduce new ones.Sj-Si2024-01-151-92/+95
|
* continue cleanup and redesign.Sj-Si2024-01-131-33/+144
|
* Merge changes from devSj-Si2024-01-111-15/+22
|\
| * forgot somethingAUTOMATIC11112024-01-031-1/+1
| |
| * mass file lister as an attempt to tackle #14507AUTOMATIC11112024-01-031-6/+12
| |
| * reduce unnecessary re-indexing extra networks dirw-e-w2024-01-031-6/+6
| |
| * rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC11112024-01-011-1/+1
| | | | | | | | infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
| * infotext.py: rename usages in the codebaseAUTOMATIC11112024-01-011-1/+1
| |
| * Added negative prompts to extra networks loraLearwin2023-12-301-1/+4
| |
* | Finish base layout. Fix bugs. Need to test for stability and clean up.Sj-Si2024-01-111-74/+39
| |
* | begin redesign of tree module.Sj-Si2024-01-101-71/+93
| |
* | fix lintingSj-Si2024-01-081-3/+3
| |
* | Add tree-view display for extra networks.Sj-Si2024-01-081-99/+253
|/
* Merge pull request #13957 from h43lb1t0/extra_network_subdirsAUTOMATIC11112023-12-021-2/+7
|\ | | | | dir buttons start with / so only the correct dir will be shown and no…
| * added option for default behavior of dir buttonsTom Haelbich2023-11-201-2/+7
| |
| * Lintmissionfloyd2023-11-131-1/+0
| |
| * dir buttons start with / so only the correct dir will be shown and not dirs ↵Tom Haelbich2023-11-121-2/+3
| | | | | | | | with a substrings as name from the dir
* | compact prompt layout: preserve scroll when switching between lora tabsAUTOMATIC11112023-11-261-1/+4
| |
* | Adds 'Path' sorting for Extra network cardskaalibro2023-11-131-1/+2
| |
* | added compact prompt optionAUTOMATIC11112023-11-051-4/+12
| |
* | properly apply sort order for extra network cards when selected from dropdownAUTOMATIC11112023-11-051-2/+4
| | | | | | | | | | allow selection of default sort order in settings remove 'Default' sort order, replace with 'Name'
* | get #13121 to work without restartAUTOMATIC11112023-09-301-8/+15
| |
* | Merge pull request #13121 from ↵AUTOMATIC11112023-09-301-6/+7
|\ \ | | | | | | | | | | | | AUTOMATIC1111/consolidated-allowed-preview-formats Consolidated allowed preview formats, Fix extra network `.gif` not woking as preview
| * | consolidated allowed preview formatsw-e-w2023-09-071-6/+7
| |/
* | Merge pull request #13395 from AUTOMATIC1111/escape-namesAUTOMATIC11112023-09-301-2/+2
|\ \ | | | | | | Fix viewing/editing metadata when filename contains an apostrophe
| * | Escape item namesmissionfloyd2023-09-261-2/+2
| |/
* | Merge pull request #13412 from AUTOMATIC1111/data-sort-name-fixAUTOMATIC11112023-09-301-1/+1
|\ \ | | | | | | Fix data-sort-name containing spaces
| * | Fix data-sort-name containing spacesmissionfloyd2023-09-271-1/+1
| |/
* / Restore missing tooltipsmissionfloyd2023-09-011-1/+1
|/
* Use better symbol for extra networks sortcatboxanon2023-08-091-2/+2
|
* split webui.py's initialization and utility functions into separate filesAUTOMATIC11112023-08-091-1/+2
|
* add checkbox to show/hide dirs for extra networksAUTOMATIC11112023-08-051-2/+3
|
* Merge branch 'dev' into extra-networks-always-visibleAUTOMATIC11112023-08-051-13/+5
|\
| * added VAE selection to checkpoint user metadataAUTOMATIC11112023-08-041-11/+2
| |
| * fix: extra network ui description allow HTML tagsLittleor2023-07-261-1/+1
| |
| * fix: error rendering name and description in extra network uiLittleor2023-07-261-2/+2
| |
| * hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC11112023-07-171-1/+2
| | | | | | | | extra networks interface