Commit Graph

137 Commits (ab4e14357e12e9f2f6c61b0ed4e289ba9cf81a75)

Author SHA1 Message Date
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 f4a84b1356 Adjust CSS styles to optimize visual area and prevent double scrollbar 2023-07-21 02:50:27 +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
zanllp 1c75e81be4 Add desktop app version built with Tauri 2023-07-07 10:35:30 +08:00
zanllp aa4a737422 Add binary build using Tauri framework 2023-07-05 13:59:39 +08:00
zanllp d50c359c43 Fix path check to handle cross-drive exceptions 2023-06-28 14:23:48 +08:00
zanllp 7a8e198eaa Fix the abnormal behavior of is_path_under_parents. 2023-06-28 13:56:57 +08:00
zanllp 09f37c5c86 Add option to use relative paths based on sd_webui_config file path 2023-06-28 08:39:26 +08:00
zanllp 36e781677d feat: Support loading prompts from separate txt files, Correct i18n typos and improve translations 2023-06-28 05:13:20 +08:00
WSH032 5f201bea70 Python API For Standlone
为独立运行的脚本添加python调用接口
更方便的在jupyter中使用
2023-06-22 06:59:50 +08:00
zanllp d07eaa6ba4 Fix issue with opening local file browser on macOS 2023-06-21 02:02:53 +08:00
zanllp 2e2e301a20 Add support for passing extra paths through CLI 2023-06-18 05:06:57 +08:00
zanllp 0a8b050bc1 fix 2023-06-10 18:45:32 +08:00
zanllp 5f98c26b86 Add access control to ensure data security 2023-06-10 18:28:03 +08:00
Chris OBryan 67a1eeea7b Speed up directory listing on Windows
10x speed up on Windows machines by using scandir to
get file stats in a single call.
2023-06-07 23:31:13 -05:00
zanllp 166e3d898d fix setup not working on after webui reload 2023-06-05 00:32:19 +08:00
zanllp 78a6fb3904 Resolved module conflict 2023-06-03 16:29:46 +08:00
zanllp 64fd688cda Enhanced UI/UX interaction 2023-05-31 22:32:40 +08:00
zanllp 2de7af488d Add separator to context menu and enable searching on Enter key press in fuzzy search. 2023-05-27 12:37:00 +08:00
zanllp b63a2264ce Add support for configuring server language through .env file 2023-05-27 03:33:55 +08:00
zanllp 7e65738b21 Add support for authentication 2023-05-24 03:11:09 +08:00
zanllp 7f9c8a45e9 Fix issue with Quick Move's folders being deleted externally 2023-05-22 21:35:22 +08:00
zanllp 417de98e23 fix 2023-05-21 22:51:02 +08:00
zanllp 53fd451c32 feat: Add support for collapsing tag list 2023-05-21 19:28:58 +08:00
zanllp 96bc62466f Changed file retrieval method to use path parameter 2023-05-21 17:51:41 +08:00
zanllp db0a3ed04b Add feature to add current folder to scan path and open local folder in default browser 2023-05-21 01:12:13 +08:00
zanllp 69ddc92083 Improved cache performance and fixed potential inconsistencies. 2023-05-18 23:31:36 +08:00
zanllp e563d69290 Introduce new caching mechanism, no longer require unique file paths 2023-05-18 01:13:51 +08:00
zanllp 50b6dea340 Add file consistency check after search completion 2023-05-17 02:51:44 +08:00
zanllp 02141dd1cf Add fuzzy search as an assist for tag search 2023-05-16 23:52:04 +08:00
zanllp 69de1aeb43 Add support for advanced search in image search, similar to Google 2023-05-14 07:44:05 +08:00