Commit Graph

64 Commits (e543c58ffb8d9b85310aa1997e23f03b54fab9d2)

Author SHA1 Message Date
zanllp e543c58ffb support subpath 2024-03-15 04:13:18 +08:00
zanllp 6d181ef8ba Add more isolation mechanisms and export functions for easier use as a library 2024-03-12 21:33:27 +08:00
zanllp c5c21167c2 fix: fix open config file error 2024-03-10 05:18:51 +08:00
Florian Geiselhart 09eea0a7f8 add batch api geninfo endpoint 2024-02-29 16:49:59 +01:00
zanllp 27674fe46a Fix: Replace seq function with custom implementation to avoid dependency errors 2024-02-18 22:59:25 +08:00
zanllp c537ebfd09 Implemented enhancements for robustness 2024-01-03 02:05:41 +08:00
zanllp b9332d3525 Add support for fuzzy search within specified scope 2023-11-26 02:58:05 +08:00
zanllp 43ac6466a7 Added support for searching within a specified folder.
Removed the requirement for exact matching during searches.
2023-11-15 01:08:28 +08:00
zanllp 2d789a6e91 feat: Ignore existing image tag when saving 2023-11-12 03:02:04 +08:00
zanllp 9634d9f20d Implemented support for batch tag addition and removal 2023-10-29 18:06:52 +08:00
zanllp 3feff6a1de Fix issue with incorrect folder input in rebuild image index 2023-10-06 21:43:34 +08:00
zanllp d2627094d9 Fix issue with incorrect folder input in rebuild image index 2023-10-06 20:51:08 +08:00
zanllp 3e38642781 Support removing unused tags by rebuilding image index 2023-10-01 19:20:49 +08:00
zanllp 8b5225dd22 fix remove extra path error 2023-09-29 00:17:18 +08:00
zanllp b7c87624b6 Expand regular expression matching to support a wider range 2023-09-24 07:55:07 +08:00
zanllp 5495f791be Add support for using regular expressions in fuzzy search 2023-09-23 10:50:34 +08:00
zanllp ac7c37658f Fix issue with inability to remove preset folders added to ExtraPath 2023-09-13 11:12:35 +08:00
zanllp dfb78508a7 Remove unnecessary logger 2023-09-13 03:36:11 +08:00
zanllp 6e08d64d0e Refactor interaction for improved user experience and fix download bugs 2023-09-12 05:00:48 +08:00
zanllp 945ef9b251 Added support for custom walk mode folder path 2023-09-10 07:31:05 +08:00
zanllp d46ddcd893 fix 2023-09-06 12:24:58 +08:00
zanllp 3c3c1fa19a add missing type annotation 2023-09-01 22:38:56 +08:00
zanllp bc6c3ef205 Change image search to use pagination based on cursor instead of fixed maximum of 500 images. 2023-09-01 03:16: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
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 977815a2b2 Require secret key configuration when enabling gradio auth 2023-08-05 06:30:37 +08:00
zanllp 7c880dc0c7 Fix the incorrect behavior of allowed paths 2023-08-03 18:07:00 +08:00
zanllp e455c0b184 Improve compatibility for viewing images generated by ComfyUI 2023-08-02 00:52:53 +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 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 9abda84d39 Fix issue with adding tags for relative paths in walk mode 2023-07-30 06:13:50 +08:00
zanllp b2e5ebeea2 Added various convenient operations and fixed several bugs. 2023-07-30 04:04:27 +08:00
zanllp 3329a16b73 Add preliminary support for searching images generated by ComfyUI 2023-07-28 21:47:31 +08:00
zanllp a878470170 Improved walk mode functionality and fixed numerous bugs 2023-07-27 16:15:11 +08:00
zanllp ebffe8f089 Fix cache expiration issue when checking path trustworthiness 2023-07-24 00:09:14 +08:00
zanllp 7d49900dc4
Revert "Revert" 2023-07-23 23:26:45 +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 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 eb26cb92a8 fix path check 2023-07-23 20:40:02 +08:00
zanllp a0814fc500 Add support for specialized access control paths and permissions 2023-07-23 03:08:06 +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 1c4479a394 Improved custom tag display for better user experience. 2023-07-19 19:07:43 +08:00
zanllp c5aa41dcbf Add browser-side support for Lyco 2023-07-17 22:39:52 +08:00
zanllp 276c2e53bd Add server-side support for Lyco 2023-07-17 21:29:27 +08:00
zanllp 47c757af4d Adjust timeout for sending to other tabs to 3 seconds 2023-07-17 13:28:30 +08:00
zanllp f10a177907 Added new feature: copying files and creating folders. 2023-07-16 15:54:43 +08:00
zanllp 195b701ccf Hide unnecessary features based on server type 2023-07-12 05:20:38 +08:00
zanllp 40d9e310b1 Add image comparison feature with region limitation and auto creation of folder in information panel, and include it in the list of startup options. 2023-07-09 05:55:31 +08:00