aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extra_networks.py
AgeCommit message (Collapse)AuthorLines
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>