aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_extra_networks.py
AgeCommit message (Collapse)Author
2023-05-19Deduplicate default extra network registrationAarni Koskela
2023-05-19Fix typo "intialize"Aarni Koskela
2023-05-18Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵AUTOMATIC
into dev
2023-05-18python linter fixesAUTOMATIC
2023-05-17add options to show/hide hidden files and dirs, and to not list models/files ↵AUTOMATIC
in hidden directories
2023-05-17use a single function for saving images with metadata both in extra networks ↵AUTOMATIC
and main mode for #10395
2023-05-17Merge pull request #10395 from wk5ovc/patch-4AUTOMATIC1111
Fix extra networks save preview image geninfo
2023-05-17Merge pull request #10483 from Iheuzio/syntax-searchAUTOMATIC1111
Fix typo in syntax
2023-05-17Fix typo in syntaxIheuzio
2023-05-15Show "Loading..." for extra networks when displaying for the first timeAUTOMATIC
2023-05-15Fix extra networks save preview image geninfoKeith
2023-05-14allow jpeg for extra network previeww-e-w
2023-05-11Fix symlink scanningcatboxanon
2023-05-10fixes for B007AUTOMATIC
2023-05-10ruff auto fixesAUTOMATIC
2023-05-10imports cleanup for ruffAUTOMATIC
2023-05-10autofixes from ruffAUTOMATIC
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela
2023-05-08directory hiding for extra networks: dirs starting with . will hide their ↵AUTOMATIC
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
2023-03-29Make selected tab configurable with UI configspace-nuko
2023-03-27Merge pull request #8944 from SirFrags/extra_save_geninfoAUTOMATIC1111
Transfer generation parameters to previews
2023-03-27update button pressed down style for #8569AUTOMATIC
2023-03-26Merge branch 'extra-network-preview-lazyload' of ↵missionfloyd
https://github.com/missionfloyd/stable-diffusion-webui into extra-network-preview-lazyload
2023-03-25Merge branch 'master' into extra-networks-togglemissionfloyd
2023-03-25preview replace save paramsSirFrags
2023-03-25Merge pull request #7936 from EllangoK/masterAUTOMATIC1111
Custom height and width settings for Extra Networks cards
2023-03-25Merge branch 'master' into masterKarun
2023-03-25Merge branch 'master' into extra-network-infoAUTOMATIC1111
2023-03-25use HTTP request to fetch metadata for Lora cards instead of including it ↵AUTOMATIC
into the main page
2023-03-25fix extra networks uiAUTOMATIC
2023-03-21Lazy load extra network imagesmissionfloyd
2023-03-20Add event.stopPropagation() to extraNetworksShowMetadata()missionfloyd
Prevent bubbling the same way "replace preview" does
2023-03-19Don't bubble when metadata_button is clickedmissionfloyd
2023-03-14Update ui_extra_networks.pywilltakasan
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
2023-03-12Make extra networks button togglablemissionfloyd
2023-03-12Merge pull request #7965 from Kilvoctu/extranet-buttonsAUTOMATIC1111
Use emojis for extra network buttons
2023-03-11restore text, remove 'close'Kilvoctu
don't use emojis for extra network buttons; remove 'close'
2023-03-11save previews for extra networks in the selected formatAUTOMATIC
2023-03-11support three extensions for preview instead of one: png, jpg, webpAUTOMATIC
2023-03-11remove underscores from function names in #8366AUTOMATIC
remove LRU from #8366 because I don't know why it's there
2023-03-06Extra networks: support .txt description sidecar fileAarni Koskela
2023-03-06Deduplicate extra network preview-search codeAarni Koskela
2023-02-20use emojis for extra network buttonsKilvoctu
🔄 for refresh ❌ for close
2023-02-19custom height, width settings for extra networksEllangoK
2023-02-19Merge pull request #7572 from CurtisDS/fix-id-handle-in-extra-networksAUTOMATIC1111
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
2023-02-05Update ui_extra_networks.pyCurtisDS
update the string used to build the ID handle to replace spaces with underscore
2023-02-04fix symlinks in extra networks uiAlex "mcmonkey" Goodwin
'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.