Commit Graph

74 Commits (4287c2c8492f3e9d0998446da7b6c5db80d16959)

Author SHA1 Message Date
zanllp a0f89801ab Added support for opening files with the system default application and saving selected file information as JSON 2024-03-21 10:48:34 +08:00
xBei 99bd530dbf
fix:在windows系统下第一次加载(驱动器)缓慢的问题 2024-03-18 11:22:15 +08:00
zanllp c5c21167c2 fix: fix open config file error 2024-03-10 05:18:51 +08:00
Chubbly 2609cdce94
Check if comfyui img has webui gen info 2023-08-21 20:34:51 +12:00
zanllp 977815a2b2 Require secret key configuration when enabling gradio auth 2023-08-05 06:30:37 +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 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 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 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 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 aa4a737422 Add binary build using Tauri framework 2023-07-05 13:59:39 +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
zanllp d07eaa6ba4 Fix issue with opening local file browser on macOS 2023-06-21 02:02:53 +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 78a6fb3904 Resolved module conflict 2023-06-03 16:29:46 +08:00