aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extra_networks.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | add dropdown extra_sort_order lablew-e-w2023-07-181-1/+1
| |
* | fix extra search buttonw-e-w2023-07-171-1/+1
| |
* | fix unneded reload from diskAUTOMATIC11112023-07-161-1/+7
| |
* | always show extra networks tabs in the UIAUTOMATIC11112023-07-161-35/+23
|/
* minor restyling for extra networksAUTOMATIC11112023-07-161-1/+2
|
* nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC11112023-07-161-5/+4
| | | | width/height/scale to get thumbs)
* fix bogus metadata for extra networks appearing out of cacheAUTOMATIC11112023-07-161-1/+2
| | | | fix description editing for checkpoint not immediately appearing on cards
* Merge pull request #11806 from huchenlei/file_500AUTOMATIC11112023-07-161-0/+4
|\ | | | | 404 when thumb file not found
| * 404 when thumb file not foundhuchenlei2023-07-161-0/+4
| |
* | speedup extra networks listingAUTOMATIC11112023-07-161-7/+13
| |
* | allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC11112023-07-161-0/+20
| |
* | user metadata system for custom networksAUTOMATIC11112023-07-151-7/+47
|/
* use natural sort for shared.walk_files and shared.listfiles, as well as for ↵AUTOMATIC11112023-07-081-2/+2
| | | | dirs in extra networks
* Allow gif for extra network previewsmissionfloyd2023-07-051-2/+2
|
* Apply suggestions from code reviewcatboxanon2023-06-021-3/+5
| | | Co-authored-by: Aarni Koskela <akx@iki.fi>
* Support dynamic sort of extra networkscatboxanon2023-06-021-0/+16
|
* Deduplicate default extra network registrationAarni Koskela2023-05-191-0/+9
|
* Fix typo "intialize"Aarni Koskela2023-05-191-1/+1
|
* Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵AUTOMATIC2023-05-181-2/+3
|\ | | | | | | into dev
| * Merge branch 'extra-network-preview-lazyload' of ↵missionfloyd2023-03-271-14/+41
| |\ | | | | | | | | | https://github.com/missionfloyd/stable-diffusion-webui into extra-network-preview-lazyload
| * | Lazy load extra network imagesmissionfloyd2023-03-211-1/+1
| | |
* | | python linter fixesAUTOMATIC2023-05-181-1/+0
| | |
* | | add options to show/hide hidden files and dirs, and to not list models/files ↵AUTOMATIC2023-05-171-2/+15
| | | | | | | | | | | | in hidden directories
* | | use a single function for saving images with metadata both in extra networks ↵AUTOMATIC2023-05-171-17/+2
| | | | | | | | | | | | and main mode for #10395
* | | Merge pull request #10395 from wk5ovc/patch-4AUTOMATIC11112023-05-171-3/+13
|\ \ \ | | | | | | | | Fix extra networks save preview image geninfo
| * | | Fix extra networks save preview image geninfoKeith2023-05-151-3/+13
| | | |