Commit Graph

561 Commits (ab4e14357e12e9f2f6c61b0ed4e289ba9cf81a75)

Author SHA1 Message Date
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
lcolok 13a606615c Add functionality to customize host 2023-07-30 00:01:11 +08:00
zanllp 3329a16b73 Add preliminary support for searching images generated by ComfyUI 2023-07-28 21:47:31 +08:00
zanllp f13210470e
Merge pull request #346 from zanllp/releases/v0.3.0
releases-v0.3.0
2023-07-27 21:00:31 +08:00
zanllp 04323308f5 releases-v0.3.0 2023-07-27 20:23:06 +08:00
zanllp 7850e0ac54
Merge pull request #344 from zanllp/perfect-walk-mode
Refine walk mode to perfection
2023-07-27 18:36:01 +08:00
zanllp a878470170 Improved walk mode functionality and fixed numerous bugs 2023-07-27 16:15:11 +08:00
zanllp 26e9e2a353 add missing files 2023-07-26 15:18:26 +08:00
zanllp 9d6b0aa6f2 Refine walk mode to perfection 2023-07-26 15:14:13 +08:00
zanllp d6e84bbcd8
Merge pull request #343 from zanllp/fix/error-prompt-issue
Resolve weird error message problem
2023-07-24 01:05:11 +08:00
zanllp 898d527ab5 Resolve weird error message problem 2023-07-24 01:03:30 +08:00
zanllp 6ac636ae06
Merge pull request #341 from zanllp/fix/trust-path-cache-expiration
Fix cache expiration issue when checking path trustworthiness
2023-07-24 00:10:56 +08:00
zanllp ebffe8f089 Fix cache expiration issue when checking path trustworthiness 2023-07-24 00:09:14 +08:00
zanllp 4b34c7616f
Merge pull request #340 from zanllp/revert-339-revert
Revert "Revert"
2023-07-23 23:28:10 +08:00
zanllp 7d49900dc4
Revert "Revert" 2023-07-23 23:26:45 +08:00
zanllp 7aadccc70e
Merge pull request #339 from zanllp/revert
Revert
2023-07-23 21:12:42 +08:00
zanllp 323cdaa866 Revert "Merge pull request #334 from zanllp/feature/access-control"
This reverts commit bb2e512b48, reversing
changes made to 478409dee8.
2023-07-23 21:11:43 +08:00
zanllp acf6bee37f Revert "Merge pull request #335 from zanllp/update-readme"
This reverts commit a28fc74282, reversing
changes made to bb2e512b48.
2023-07-23 21:11:30 +08:00
zanllp 1c302d161e Revert "Merge pull request #338 from zanllp/fix-path-check"
This reverts commit f79d931d22, reversing
changes made to a28fc74282.
2023-07-23 21:11:20 +08:00
zanllp f79d931d22
Merge pull request #338 from zanllp/fix-path-check
fix path check
2023-07-23 20:41:38 +08:00
zanllp eb26cb92a8 fix path check 2023-07-23 20:40:02 +08:00
zanllp a28fc74282
Merge pull request #335 from zanllp/update-readme
update readme
2023-07-23 13:21:05 +08:00
zanllp 8d5214e6ca update readme 2023-07-23 13:12:35 +08:00
zanllp bb2e512b48
Merge pull request #334 from zanllp/feature/access-control
Add support for specialized access control paths and permissions
2023-07-23 03:19:22 +08:00
zanllp a0814fc500 Add support for specialized access control paths and permissions 2023-07-23 03:08:06 +08:00
zanllp 478409dee8
Merge pull request #332 from zanllp/fallback-on-mount-failure
Add fallback for mount failure
2023-07-22 20:17:37 +08:00
zanllp 6d18c04d4c Add fallback for mount failure 2023-07-22 20:16:41 +08:00
zanllp 1520013d7b
Merge pull request #329 from zanllp/feature/batch-download-images
Add batch download feature, support collecting selected images from ther pages for download and archiving
2023-07-22 11:50:53 +08:00
zanllp 3692b2e6c3 Add batch download feature, support collecting selected images from other pages for download and archiving 2023-07-22 11:41:00 +08:00
zanllp d3b3599b73
Merge pull request #328 from zanllp/adjust-css-visual-area-no-double-scrollbar
Adjust CSS styles to optimize visual area and prevent double scrollbar
2023-07-21 03:16:11 +08:00
zanllp d969f192b4 adjust style 2023-07-21 03:15:46 +08:00
zanllp f4a84b1356 Adjust CSS styles to optimize visual area and prevent double scrollbar 2023-07-21 02:50:27 +08:00
zanllp 9ed1204b17 fix 2023-07-19 20:21:30 +08:00