aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extra_networks.py
AgeCommit message (Collapse)AuthorLines
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-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-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
2023-01-25make clicking extra networks button one more time close the extra networks UIAUTOMATIC-2/+7
2023-01-23add support for apostrophe in extra network namesAUTOMATIC-2/+4
2023-01-22feat(extra-networks): remove view dropdownGuillermo Moreno-11/+9
2023-01-22feat(extra-networks): add default view settingGuillermo Moreno-4/+4
2023-01-22feat(extra-networks): add thumbs view styleGuillermo Moreno-9/+12
2023-01-22amend previous commit to work in a proper fashion when saving previewsAUTOMATIC-2/+2
2023-01-22add an option to reorder tabs for extra networksAUTOMATIC-1/+17
2023-01-22add a slider for default value of added extra networksAUTOMATIC-1/+1
2023-01-21add search box to extra networksAUTOMATIC-4/+10
2023-01-21Lora support!AUTOMATIC-1/+1
update readme to reflect some recent changes
2023-01-21extra networks UIAUTOMATIC-0/+149
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>