update readme
parent
94b27b5a74
commit
fc3534d9ff
|
|
@ -40,6 +40,7 @@ https://github.com/zanllp/sd-webui-infinite-image-browsing/assets/25872019/807b8
|
|||
- 您可以将其作为 SD-webui 的扩展安装。
|
||||
- 您可以使用 Python 独立运行它。
|
||||
- 还提供桌面应用程序版本。
|
||||
- 支持多种流行的AI软件
|
||||
|
||||
### 🚶♀️ Walk模式
|
||||
- 自动加载下一个文件夹 `(类似于 os.walk)`,可让您无需分页浏览所有图像。
|
||||
|
|
@ -50,9 +51,12 @@ https://github.com/zanllp/sd-webui-infinite-image-browsing/assets/25872019/807b8
|
|||
- 支持自动刷新。
|
||||
- 支持基本文件操作以及多选删除/移动/复制,新建文件夹等。
|
||||
- 按住 Ctrl、Shift 或 Cmd 键可选择多个项目。
|
||||
- 支持多选的操作有:删除、移动、复制、打包下载、添加标签、移除标签,移动到其他文件夹,复制到其他文件夹,拖拽
|
||||
- 你可以通过右下角的保持多选按钮来保持多选的状态,对选中的文件集合可以很方便的进行多次操作
|
||||
|
||||
### 🆚 图像对比 (类似ImgSli)
|
||||
- 提供两张图片的并排比较
|
||||
- 同时提供图像生成信息的比较
|
||||
|
||||
### 🌐 多语言支持
|
||||
- 目前支持简体中文/繁体中文/英文/德语。
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
# Stable Diffusion webui Infinite Image Browsing
|
||||
|
||||
<p>It's not just an image/video browser, but also a powerful image manager. Precise image search combined with multi-selection operations allows for filtering/archiving/packaging, greatly increasing efficiency. It also supports running in standalone mode, without the need for SD-Webui.
|
||||
<p>It's not just an image/video browser, but also a powerful image manager. Precise image search combined with multi-selection operations allows for filtering/archiving/packaging ...etc, greatly increasing efficiency. It also supports running in standalone mode, without the need for SD-Webui.
|
||||
|
||||
It is also suitable for managing regular photos and videos, allowing you to tag or search them. We have made numerous optimizations to ensure performance under extreme conditions.</p>
|
||||
|
||||
|
|
@ -51,6 +51,7 @@ You can add your own parser through https://github.com/zanllp/sd-webui-infinite-
|
|||
- You can install it as an extension on SD-webui.
|
||||
- You can run it independently using Python.
|
||||
- The desktop app version is also available.
|
||||
- Supports multiple popular AI software.
|
||||
|
||||
|
||||
### 🚶♀️ Walk Mode
|
||||
|
|
@ -62,9 +63,12 @@ You can add your own parser through https://github.com/zanllp/sd-webui-infinite-
|
|||
- Supports automatic refreshing.
|
||||
- Supports basic file operations, such as multiple selection for deleting/moving/copying, and creating new folders.
|
||||
- Hold down the Ctrl, Shift, or Cmd key to select multiple items.
|
||||
- Supported multi-select operations include: delete, move, copy, pack download, add tags, remove tags, move to another folder, copy to another folder, drag and drop.
|
||||
- You can keep the multi-select state by clicking the "Keep Multi-Select" button in the lower right corner, allowing you to perform multiple operations on the selected file collection conveniently.
|
||||
|
||||
### 🆚 image comparison (similar to Imgsli)
|
||||
- Provides a side-by-side comparison of two images.
|
||||
- Provides a comparison of image generation information at the same time.
|
||||
|
||||
### 🌐 Multilingual Support
|
||||
- Currently supports Simplified Chinese/Traditional Chinese/English/German.
|
||||
|
|
|
|||
Loading…
Reference in New Issue