aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_extra_networks.py
AgeCommit message (Collapse)Author
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
2023-01-21extra networks UIAUTOMATIC
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>