zanllp
335c37b561
Enhance tag management for images, add more tips
2023-08-31 04:56:35 +08:00
zanllp
a47800b6e7
Merge pull request #373 from rayadaschn/rayadaschn-patch-download
...
fix: multi-file download problem
2023-08-31 02:20:05 +08:00
zanllp
accf14e706
Fixing issue when used as a plugin, build resource
2023-08-31 02:11:02 +08:00
zanllp
91ed19f8e8
Merge branch 'rayadaschn-patch-download' of github.com:rayadaschn/sd-webui-infinite-image-browsing into pr/rayadaschn/373
2023-08-31 01:48:32 +08:00
Huy
1c11738fb4
fix: multi-file download problem
...
Fix the problem that only the selected files are downloaded when multiple files are selected.
2023-08-31 01:43:39 +08:00
zanllp
38a04a4b93
Merge pull request #386 from zanllp/gradio-sendto-fix
...
Fix handling of sendto events when embedded in Gradio
2023-08-27 15:49:06 +08:00
zanllp
4ea5282516
Fix handling of sendto events when embedded in Gradio
2023-08-27 15:47:09 +08:00
zanllp
345709bcde
Update .env.example
2023-08-25 07:01:10 +08:00
zanllp
aa4cee6b2c
Merge pull request #382 from zanllp/privacy-security-fixes
...
Added privacy and security link, fixed some CSS anomalies
2023-08-25 06:19:56 +08:00
zanllp
c48e3aecf6
Added privacy and security link, fixed some CSS anomalies
2023-08-25 06:19:01 +08:00
zanllp
bec2ca17d5
Update README-zh.md
2023-08-23 20:22:12 +08:00
zanllp
6f760485ca
Update README.md
2023-08-23 20:21:04 +08:00
zanllp
33bd7bab0c
Merge pull request #379 from Chubbly/Chubbly-webuigeninfo-comfyui
...
Add check for WebUI geninfo embedded into ComfyUI images for parsing
2023-08-23 20:13:05 +08:00
zanllp
29de683a1e
Merge pull request #381 from rayadaschn/rayadaschn-fix-0823
...
fix: console.log errors
2023-08-23 20:08:18 +08:00
rayadaschn
90cafb125e
fix: console.log errors
2023-08-23 17:07:57 +08:00
Chubbly
b0c2d9384f
Update update_image_data.py to check for webui geninfo in ComfyUI images
2023-08-22 11:56:25 +12:00
Chubbly
2609cdce94
Check if comfyui img has webui gen info
2023-08-21 20:34:51 +12:00
Chubbly
c377ce62ac
Add webui gen info parsing in comfyui
...
The custom node https://github.com/giriss/comfy-image-saver embeds gen info in the webui format into a parameters EXIF field. This adds the ability to read that info in comfyui images.
2023-08-21 20:33:05 +12:00
Huy
4fe3e215af
fix: multi-file download problem
...
Fix the problem that only the selected files are downloaded when multiple files are selected.
2023-08-10 16:59:20 +08:00
zanllp
d015f3e86e
Merge pull request #372 from zanllp/feature/comfyui-error-handling-file-skipping-dark-mode-support
...
Feature/comfyui error handling file skipping dark mode support
2023-08-09 21:50:22 +08:00
zanllp
4d676a12ac
fix
2023-08-09 21:45:48 +08:00
zanllp
ed2a1654e3
Added error handling to return empty string when parsing comfyui images fails, enabled skipping confirmation when deleting a single file, and added support for opening in new tab with corresponding dark mode.
2023-08-09 21:40:07 +08:00
zanllp
fc1853c147
Merge pull request #368 from zanllp/require-secret-key-for-gradio-auth
...
Require secret key configuration when enabling gradio auth
2023-08-05 06:32:32 +08:00
zanllp
977815a2b2
Require secret key configuration when enabling gradio auth
2023-08-05 06:30:37 +08:00
zanllp
7958c7e34f
Merge pull request #365 from zanllp/releases/0.4.0
...
release 0.4.0
2023-08-04 00:09:45 +08:00
zanllp
5e145e3dbb
release 0.4.0
2023-08-03 23:39:19 +08:00
zanllp
f99bd2c242
Update README-zh.md
2023-08-03 18:08:55 +08:00
zanllp
da9f2d0319
Update README.md
2023-08-03 18:08:31 +08:00
zanllp
113d9b342e
Merge pull request #364 from zanllp/fix-allowed-paths
...
Fix the incorrect behavior of allowed paths
2023-08-03 18:07:32 +08:00
zanllp
7c880dc0c7
Fix the incorrect behavior of allowed paths
2023-08-03 18:07:00 +08:00
zanllp
ffad83395c
Update README-zh.md
2023-08-03 01:51:32 +08:00
zanllp
e1bdadc629
Update README.md
2023-08-03 01:50:00 +08:00
zanllp
ab4e14357e
Merge pull request #361 from zanllp/enhance-comfyui-image-viewing-compatibility
...
Improve compatibility for viewing images generated by ComfyUI
2023-08-02 00:56:05 +08:00
zanllp
e455c0b184
Improve compatibility for viewing images generated by ComfyUI
2023-08-02 00:52:53 +08:00
zanllp
dbbafeac2c
Merge pull request #359 from coreyryanhanson/coreyryanhanson-ksampleradvancedpatch
...
Allows loop to detect instances of KSampler (Advanced)
2023-07-31 12:38:50 +08:00
Corey Ryan Hanson
254b5d5e94
Allows loop to detect instances of KSampler (Advanced)
...
Instead of checking for an exact match, KSampler and KSampler (Advanced) start with the same characters so the str.startswith method would be an efficient way to check for both.
2023-07-31 00:26:57 -04:00
zanllp
ac9224761e
Merge pull request #358 from zanllp/fix/comfyui-ksampler-key-tabpane-closing-exception
...
Fix issue with ComfyUI Ksampler key not always being 3 and TabPane closing exception when it's the first and active tab
2023-07-31 09:55:10 +08:00
zanllp
28ee176cbc
Fix issue with ComfyUI Ksampler key not always being 3 and TabPane closing exception when it's the first and active tab
2023-07-31 09:51:45 +08:00
zanllp
da9fbe162a
Merge pull request #354 from zanllp/tag-interaction-visual
...
Add visual improvements to tag interactionual
2023-07-30 08:45:09 +08:00
zanllp
43cad8c71d
tag-interaction-visAdd visual improvements to tag interactionual
2023-07-30 08:43:51 +08:00
zanllp
8647aa7c7e
Merge pull request #353 from zanllp/fix/walk-mode-relative-path-tag-error
...
Fix issue with adding tags for relative paths in walk mode
2023-07-30 06:23:37 +08:00
zanllp
9abda84d39
Fix issue with adding tags for relative paths in walk mode
2023-07-30 06:13:50 +08:00
zanllp
eae8d98009
Merge pull request #352 from zanllp/feature/enhancements-and-bugfixes
...
Added various convenient operations and fixed several bugs.
2023-07-30 04:14:37 +08:00
zanllp
5ca578c60b
fix typo
2023-07-30 04:10:52 +08:00
zanllp
ad127f1ebd
fix
2023-07-30 04:07:45 +08:00
zanllp
b2e5ebeea2
Added various convenient operations and fixed several bugs.
2023-07-30 04:04:27 +08:00
zanllp
e0a9962d3b
Merge pull request #349 from zanllp/comfyui-support
...
Add preliminary support for ComfyUI
2023-07-30 04:02:35 +08:00
zanllp
b0417af7f3
Merge pull request #351 from zanllp/adjust-parameter-order
...
Adjust parameter order
2023-07-30 00:26:05 +08:00
zanllp
118d9121a7
Adjust parameter order
2023-07-30 00:23:34 +08:00
zanllp
b8722956ac
Merge pull request #350 from lcolok/main
...
Add functionality to customize host
2023-07-30 00:13:48 +08:00