aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extra_networks.py
AgeCommit message (Collapse)AuthorLines
2023-05-17add options to show/hide hidden files and dirs, and to not list models/files ↵AUTOMATIC-2/+15
in hidden directories
2023-05-17use a single function for saving images with metadata both in extra networks ↵AUTOMATIC-17/+2
and main mode for #10395
2023-05-17Merge pull request #10395 from wk5ovc/patch-4AUTOMATIC1111-3/+13
Fix extra networks save preview image geninfo
2023-05-17Merge pull request #10483 from Iheuzio/syntax-searchAUTOMATIC1111-2/+2
Fix typo in syntax
2023-05-17Fix typo in syntaxIheuzio-2/+2
2023-05-15Show "Loading..." for extra networks when displaying for the first timeAUTOMATIC-4/+15
2023-05-15Fix extra networks save preview image geninfoKeith-3/+13
2023-05-14allow jpeg for extra network previeww-e-w-2/+2
2023-05-11Fix symlink scanningcatboxanon-1/+1
2023-05-10fixes for B007AUTOMATIC-1/+1
2023-05-10ruff auto fixesAUTOMATIC-2/+2
2023-05-10imports cleanup for ruffAUTOMATIC-1/+0
2023-05-10autofixes from ruffAUTOMATIC-1/+1
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela-1/+3
2023-05-08directory hiding for extra networks: dirs starting with . will hide their ↵AUTOMATIC-20/+49
cards on extra network tabs unless specifically searched for create HTML for extra network pages only on demand allow directories starting with . to still list their models for lora, checkpoints, etc keep "search" filter for extra networks when user refreshes the page
2023-04-29revert some questionable changes from #9159AUTOMATIC-3/+3
2023-03-29Make selected tab configurable with UI configspace-nuko-4/+4
2023-03-27Merge pull request #8944 from SirFrags/extra_save_geninfoAUTOMATIC1111-1/+9
Transfer generation parameters to previews
2023-03-27update button pressed down style for #8569AUTOMATIC-1/+1
2023-03-26Merge branch 'extra-network-preview-lazyload' of ↵missionfloyd-14/+41
https://github.com/missionfloyd/stable-diffusion-webui into extra-network-preview-lazyload
2023-03-25Merge branch 'master' into extra-networks-togglemissionfloyd-12/+45
2023-03-25preview replace save paramsSirFrags-1/+9
2023-03-25Merge pull request #7936 from EllangoK/masterAUTOMATIC1111-1/+4
Custom height and width settings for Extra Networks cards
2023-03-25Merge branch 'master' into masterKarun-15/+72
2023-03-25Merge branch 'master' into extra-network-infoAUTOMATIC1111-13/+36
2023-03-25use HTTP request to fetch metadata for Lora cards instead of including it ↵AUTOMATIC-12/+35
into the main page
2023-03-25fix extra networks uiAUTOMATIC-1/+1
2023-03-21Lazy load extra network imagesmissionfloyd-1/+1
2023-03-20Add event.stopPropagation() to extraNetworksShowMetadata()missionfloyd-1/+1
Prevent bubbling the same way "replace preview" does
2023-03-19Don't bubble when metadata_button is clickedmissionfloyd-1/+1
2023-03-14Update ui_extra_networks.pywilltakasan-2/+2
I updated it so that no error message is displayed when setting a webp for the preview image.
2023-03-14Add view metadata button for Lora cards.AUTOMATIC-0/+7
2023-03-12Make extra networks button togglablemissionfloyd-2/+2
2023-03-12Merge pull request #7965 from Kilvoctu/extranet-buttonsAUTOMATIC1111-2/+0
Use emojis for extra network buttons
2023-03-11restore text, remove 'close'Kilvoctu-7/+1
don't use emojis for extra network buttons; remove 'close'
2023-03-11save previews for extra networks in the selected formatAUTOMATIC-0/+3
2023-03-11support three extensions for preview instead of one: png, jpg, webpAUTOMATIC-1/+5
2023-03-11remove underscores from function names in #8366AUTOMATIC-5/+3
remove LRU from #8366 because I don't know why it's there
2023-03-06Extra networks: support .txt description sidecar fileAarni Koskela-0/+15
2023-03-06Deduplicate extra network preview-search codeAarni Koskela-0/+10
2023-02-20use emojis for extra network buttonsKilvoctu-2/+6
🔄 for refresh ❌ for close
2023-02-19custom height, width settings for extra networksEllangoK-1/+5
2023-02-19Merge pull request #7572 from CurtisDS/fix-id-handle-in-extra-networksAUTOMATIC1111-2/+4
Update ui_extra_networks.py to fix div id's that have spaces in them
2023-02-19add slash to non-empty dirs in extra networks interfaceAUTOMATIC-0/+4
2023-02-05Update ui_extra_networks.pyCurtisDS-2/+4
update the string used to build the ID handle to replace spaces with underscore
2023-02-04fix symlinks in extra networks uiAlex "mcmonkey" Goodwin-1/+1
'absolute' and 'resolve' are equivalent, but 'resolve' resolves symlinks (which is an obscure specialty behavior usually not wanted) whereas 'absolute' treats symlinks as folders (which is the expected behavior). This commit allows you to symlink folders within your models/embeddings/etc. dirs and have preview images load as expected without issue.
2023-02-01Add .jpg to allowed thumb formatsctwrs-2/+3
2023-01-29add buttons for auto-search in subdirectories for extra tabsAUTOMATIC-1/+26
2023-01-29support for searching subdirectory names for extra networksAUTOMATIC-0/+11
2023-01-28add checkpoints tab for extra networks UIAUTOMATIC-4/+33