aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_extra_networks.py
AgeCommit message (Collapse)Author
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-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-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.
2023-02-01Add .jpg to allowed thumb formatsctwrs
2023-01-29add buttons for auto-search in subdirectories for extra tabsAUTOMATIC
2023-01-29support for searching subdirectory names for extra networksAUTOMATIC
2023-01-28add checkpoints tab for extra networks UIAUTOMATIC
2023-01-25make clicking extra networks button one more time close the extra networks UIAUTOMATIC
2023-01-23add support for apostrophe in extra network namesAUTOMATIC
2023-01-22feat(extra-networks): remove view dropdownGuillermo Moreno
2023-01-22feat(extra-networks): add default view settingGuillermo Moreno
2023-01-22feat(extra-networks): add thumbs view styleGuillermo Moreno
2023-01-22amend previous commit to work in a proper fashion when saving previewsAUTOMATIC
2023-01-22add an option to reorder tabs for extra networksAUTOMATIC
2023-01-22add a slider for default value of added extra networksAUTOMATIC
2023-01-21add search box to extra networksAUTOMATIC
2023-01-21Lora support!AUTOMATIC
update readme to reflect some recent changes