aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extra_networks.py
Commit message (Collapse)AuthorAgeFilesLines
* Deduplicate default extra network registrationAarni Koskela2023-05-191-0/+9
|
* Fix typo "intialize"Aarni Koskela2023-05-191-1/+1
|
* Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵AUTOMATIC2023-05-181-2/+3
|\ | | | | | | into dev
| * Merge branch 'extra-network-preview-lazyload' of ↵missionfloyd2023-03-271-14/+41
| |\ | | | | | | | | | https://github.com/missionfloyd/stable-diffusion-webui into extra-network-preview-lazyload
| * | Lazy load extra network imagesmissionfloyd2023-03-211-1/+1
| | |
* | | python linter fixesAUTOMATIC2023-05-181-1/+0
| | |
* | | add options to show/hide hidden files and dirs, and to not list models/files ↵AUTOMATIC2023-05-171-2/+15
| | | | | | | | | | | | in hidden directories
* | | use a single function for saving images with metadata both in extra networks ↵AUTOMATIC2023-05-171-17/+2
| | | | | | | | | | | | and main mode for #10395
* | | Merge pull request #10395 from wk5ovc/patch-4AUTOMATIC11112023-05-171-3/+13
|\ \ \ | | | | | | | | Fix extra networks save preview image geninfo
| * | | Fix extra networks save preview image geninfoKeith2023-05-151-3/+13
| | | |
* | | | Merge pull request #10483 from Iheuzio/syntax-searchAUTOMATIC11112023-05-171-2/+2
|\ \ \ \ | | | | | | | | | | Fix typo in syntax
| * | | | Fix typo in syntaxIheuzio2023-05-171-2/+2
| |/ / /
* | | | Show "Loading..." for extra networks when displaying for the first timeAUTOMATIC2023-05-151-4/+15
| | | |
* | | | allow jpeg for extra network previeww-e-w2023-05-141-2/+2
| | | |
* | | | Fix symlink scanningcatboxanon2023-05-111-1/+1
| | | |
* | | | fixes for B007AUTOMATIC2023-05-101-1/+1
| | | |
* | | | ruff auto fixesAUTOMATIC2023-05-101-2/+2
| | | |
* | | | imports cleanup for ruffAUTOMATIC2023-05-101-1/+0
| | | |
* | | | autofixes from ruffAUTOMATIC2023-05-101-1/+1
|/ / /
* | | Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-1/+3
| | |
* | | directory hiding for extra networks: dirs starting with . will hide their ↵AUTOMATIC2023-05-081-20/+49
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | revert some questionable changes from #9159AUTOMATIC2023-04-291-3/+3
| | |
* | | Make selected tab configurable with UI configspace-nuko2023-03-291-4/+4
| | |
* | | Merge pull request #8944 from SirFrags/extra_save_geninfoAUTOMATIC11112023-03-271-1/+9
|\ \ \ | | | | | | | | Transfer generation parameters to previews
| * | | preview replace save paramsSirFrags2023-03-251-1/+9
| | |/ | |/|
* | | update button pressed down style for #8569AUTOMATIC2023-03-271-1/+1
| | |
* | | Merge branch 'master' into extra-networks-togglemissionfloyd2023-03-251-12/+45
|\| |
| * | Merge pull request #7936 from EllangoK/masterAUTOMATIC11112023-03-251-1/+4
| |\ \ | | | | | | | | Custom height and width settings for Extra Networks cards
| | * \ Merge branch 'master' into masterKarun2023-03-251-15/+72
| | |\ \
| | * | | custom height, width settings for extra networksEllangoK2023-02-191-1/+5
| | | | |
| * | | | Merge branch 'master' into extra-network-infoAUTOMATIC11112023-03-251-13/+36
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | use HTTP request to fetch metadata for Lora cards instead of including it ↵AUTOMATIC2023-03-251-12/+35
| | | | | | | | | | | | | | | | | | | | into the main page
| | * | | 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.