aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extra_networks.py
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | fix extra networks uiAUTOMATIC2023-03-251-1/+1
| | | |/ | | |/|
| * | | Add event.stopPropagation() to extraNetworksShowMetadata()missionfloyd2023-03-211-1/+1
| | | | | | | | | | | | | | | | Prevent bubbling the same way "replace preview" does
| * | | Don't bubble when metadata_button is clickedmissionfloyd2023-03-201-1/+1
| |/ /
| * | Update ui_extra_networks.pywilltakasan2023-03-141-2/+2
| | | | | | | | | I updated it so that no error message is displayed when setting a webp for the preview image.
| * | Add view metadata button for Lora cards.AUTOMATIC2023-03-141-0/+7
| | |
* | | Make extra networks button togglablemissionfloyd2023-03-121-2/+2
|/ /
* | Merge pull request #7965 from Kilvoctu/extranet-buttonsAUTOMATIC11112023-03-121-2/+0
|\ \ | | | | | | Use emojis for extra network buttons
| * | restore text, remove 'close'Kilvoctu2023-03-111-7/+1
| | | | | | | | | | | | don't use emojis for extra network buttons; remove 'close'
| * | use emojis for extra network buttonsKilvoctu2023-02-201-2/+6
| |/ | | | | | | | | 🔄 for refresh ❌ for close
* | save previews for extra networks in the selected formatAUTOMATIC2023-03-111-0/+3
| |
* | support three extensions for preview instead of one: png, jpg, webpAUTOMATIC2023-03-111-1/+5
| |
* | remove underscores from function names in #8366AUTOMATIC2023-03-111-5/+3
| | | | | | | | remove LRU from #8366 because I don't know why it's there
* | Extra networks: support .txt description sidecar fileAarni Koskela2023-03-061-0/+15
| |
* | Deduplicate extra network preview-search codeAarni Koskela2023-03-061-0/+10
|/
* Merge pull request #7572 from CurtisDS/fix-id-handle-in-extra-networksAUTOMATIC11112023-02-191-2/+4
|\ | | | | Update ui_extra_networks.py to fix div id's that have spaces in them
| * Update ui_extra_networks.pyCurtisDS2023-02-051-2/+4
| | | | | | update the string used to build the ID handle to replace spaces with underscore
* | add slash to non-empty dirs in extra networks interfaceAUTOMATIC2023-02-191-0/+4
|/
* fix symlinks in extra networks uiAlex "mcmonkey" Goodwin2023-02-041-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.
* Add .jpg to allowed thumb formatsctwrs2023-02-011-2/+3
|
* add buttons for auto-search in subdirectories for extra tabsAUTOMATIC2023-01-291-1/+26
|
* support for searching subdirectory names for extra networksAUTOMATIC2023-01-291-0/+11
|
* add checkpoints tab for extra networks UIAUTOMATIC2023-01-281-4/+33
|
* make clicking extra networks button one more time close the extra networks UIAUTOMATIC2023-01-251-2/+7
|
* add support for apostrophe in extra network namesAUTOMATIC2023-01-231-2/+4
|
* feat(extra-networks): remove view dropdownGuillermo Moreno2023-01-231-11/+9
|
* feat(extra-networks): add default view settingGuillermo Moreno2023-01-221-4/+4
|
* feat(extra-networks): add thumbs view styleGuillermo Moreno2023-01-221-9/+12
|
* amend previous commit to work in a proper fashion when saving previewsAUTOMATIC2023-01-221-2/+2
|
* add an option to reorder tabs for extra networksAUTOMATIC2023-01-221-1/+17
|
* add a slider for default value of added extra networksAUTOMATIC2023-01-211-1/+1
|
* add search box to extra networksAUTOMATIC2023-01-211-4/+10
|
* Lora support!AUTOMATIC2023-01-211-1/+1
| | | | update readme to reflect some recent changes
* extra networks UIAUTOMATIC2023-01-211-0/+149
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>