AUTOMATIC
3d959f5b49
Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' into dev
2023-05-18 23:23:13 +03:00
AUTOMATIC
bb431df52b
python linter fixes
2023-05-18 10:16:33 +03:00
AUTOMATIC
8fe9ea7f4d
add options to show/hide hidden files and dirs, and to not list models/files in hidden directories
2023-05-17 21:45:26 +03:00
AUTOMATIC
a6b618d072
use a single function for saving images with metadata both in extra networks and main mode for #10395
2023-05-17 21:03:41 +03:00
AUTOMATIC1111
9c91a86720
Merge pull request #10395 from wk5ovc/patch-4
...
Fix extra networks save preview image geninfo
2023-05-17 20:42:37 +03:00
AUTOMATIC1111
987c1f7d9f
Merge pull request #10483 from Iheuzio/syntax-search
...
Fix typo in syntax
2023-05-17 20:27:14 +03:00
Iheuzio
f5092164e8
Fix typo in syntax
2023-05-17 12:51:54 -04:00
AUTOMATIC
0d3a80e269
Show "Loading..." for extra networks when displaying for the first time
2023-05-15 20:33:44 +03:00
Keith
f517838c75
Fix extra networks save preview image geninfo
2023-05-15 10:47:01 +08:00
w-e-w
a423f23d28
allow jpeg for extra network preview
2023-05-14 16:22:40 +09:00
catboxanon
cb3f8ff59f
Fix symlink scanning
2023-05-11 15:55:43 +00:00
AUTOMATIC
a5121e7a06
fixes for B007
2023-05-10 11:37:18 +03:00
AUTOMATIC
028d3f6425
ruff auto fixes
2023-05-10 11:05:02 +03:00
AUTOMATIC
f741a98bac
imports cleanup for ruff
2023-05-10 08:43:42 +03:00
AUTOMATIC
762265eab5
autofixes from ruff
2023-05-10 07:52:45 +03:00
Aarni Koskela
3ba6c3c83c
Fix up string formatting/concatenation to f-strings where feasible
2023-05-09 22:25:39 +03:00
AUTOMATIC
083dc3c76a
directory hiding for extra networks: dirs starting with . will hide their 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
2023-05-08 11:33:45 +03:00
AUTOMATIC
1a50272e7c
revert some questionable changes from #9159
2023-04-29 17:45:22 +03:00
space-nuko
67955ca9e5
Make selected tab configurable with UI config
2023-03-29 13:07:12 -05:00
AUTOMATIC1111
769def1e41
Merge pull request #8944 from SirFrags/extra_save_geninfo
...
Transfer generation parameters to previews
2023-03-27 08:06:54 +03:00
AUTOMATIC
a70ae917ea
update button pressed down style for #8569
2023-03-27 08:05:55 +03:00
missionfloyd
efac2cf1ab
Merge branch 'extra-network-preview-lazyload' of https://github.com/missionfloyd/stable-diffusion-webui into extra-network-preview-lazyload
2023-03-26 21:47:05 -06:00
missionfloyd
6f18c9b13f
Merge branch 'master' into extra-networks-toggle
2023-03-25 14:51:25 -06:00
SirFrags
abc4d3a693
preview replace save params
2023-03-25 15:59:50 -04:00
AUTOMATIC1111
6b00d876f7
Merge pull request #7936 from EllangoK/master
...
Custom height and width settings for Extra Networks cards
2023-03-25 13:01:49 +03:00
Karun
63a2f8d822
Merge branch 'master' into master
2023-03-25 05:12:55 -04:00
AUTOMATIC1111
8dbe793af5
Merge branch 'master' into extra-network-info
2023-03-25 12:08:24 +03:00
AUTOMATIC
9ed04e759d
use HTTP request to fetch metadata for Lora cards instead of including it into the main page
2023-03-25 10:11:04 +03:00
AUTOMATIC
ff216820fd
fix extra networks ui
2023-03-25 09:00:37 +03:00
missionfloyd
1d096ed145
Lazy load extra network images
2023-03-21 16:07:24 -06:00
missionfloyd
8e3ced73a8
Add event.stopPropagation() to extraNetworksShowMetadata()
...
Prevent bubbling the same way "replace preview" does
2023-03-20 18:04:22 -06:00
missionfloyd
64fc936738
Don't bubble when metadata_button is clicked
2023-03-19 19:30:28 -06:00
willtakasan
4281432594
Update ui_extra_networks.py
...
I updated it so that no error message is displayed when setting a webp for the preview image.
2023-03-14 15:36:08 +09:00
AUTOMATIC
c19530f1a5
Add view metadata button for Lora cards.
2023-03-14 09:10:26 +03:00
missionfloyd
9e23bacfbc
Make extra networks button togglable
2023-03-12 17:07:03 -06:00
AUTOMATIC1111
6106f6d0a0
Merge pull request #7965 from Kilvoctu/extranet-buttons
...
Use emojis for extra network buttons
2023-03-12 08:25:03 +03:00
Kilvoctu
247a34498b
restore text, remove 'close'
...
don't use emojis for extra network buttons; remove 'close'
2023-03-11 13:11:26 -06:00
AUTOMATIC
6da2027213
save previews for extra networks in the selected format
2023-03-11 15:46:20 +03:00
AUTOMATIC
9320139bd8
support three extensions for preview instead of one: png, jpg, webp
2023-03-11 15:33:24 +03:00
AUTOMATIC
ce68ab8d0d
remove underscores from function names in #8366
...
remove LRU from #8366 because I don't know why it's there
2023-03-11 15:27:42 +03:00
Aarni Koskela
06f167da37
Extra networks: support .txt description sidecar file
2023-03-06 21:15:33 +02:00
Aarni Koskela
49b1dc5e07
Deduplicate extra network preview-search code
2023-03-06 21:00:34 +02:00
Kilvoctu
32a4c8d961
use emojis for extra network buttons
...
🔄 for refresh
❌ for close
2023-02-20 15:14:06 -06:00
EllangoK
ca2b8faa83
custom height, width settings for extra networks
2023-02-19 14:38:22 -05:00
AUTOMATIC1111
09835363ab
Merge pull request #7572 from CurtisDS/fix-id-handle-in-extra-networks
...
Update ui_extra_networks.py to fix div id's that have spaces in them
2023-02-19 12:26:11 +03:00
AUTOMATIC
fe46a08f52
add slash to non-empty dirs in extra networks interface
2023-02-19 12:09:25 +03:00
CurtisDS
584f782391
Update ui_extra_networks.py
...
update the string used to build the ID handle to replace spaces with underscore
2023-02-05 16:42:45 -05:00
Alex "mcmonkey" Goodwin
88a46e8427
fix symlinks in extra networks ui
...
'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-04 09:10:00 -08:00
ctwrs
92bae77b88
Add .jpg to allowed thumb formats
2023-02-01 22:28:39 +01:00
AUTOMATIC
8d7382ab24
add buttons for auto-search in subdirectories for extra tabs
2023-01-29 11:34:58 +03:00