update readme & release
parent
9edd750ec0
commit
f4e7af17d0
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
|
||||
[查看近期更新](https://github.com/zanllp/sd-webui-infinite-image-browsing/wiki/Change-log)
|
||||
[安装/运行](#安装运行)
|
||||
|
||||
<p style="text-align:center;margin:0 32px">不仅仅是图像浏览器,更是一个强大的图像管理器。精确的图像搜索配合多选操作进行筛选/归档/打包,成倍提高效率。更是支持以独立模式运行,无需SD-Webui</p>
|
||||
|
||||
|
|
@ -91,12 +92,12 @@ https://github.com/zanllp/sd-webui-infinite-image-browsing/assets/25872019/807b8
|
|||
## 作为使用Python运行的独立程序(不需要SD-webui):
|
||||
请参考[Can the extension function without the web UI?](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/47)
|
||||
|
||||
如果需要查看ComfyUI/Fooocus生成的图片相关,请先参考 https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/202#issuecomment-1655764627
|
||||
如果需要查看ComfyUI/Fooocus/NovelAI生成的图片相关,请先参考 https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/202#issuecomment-1655764627
|
||||
|
||||
如果你需要dockerfile 参考 https://github.com/zanllp/sd-webui-infinite-image-browsing/discussions/366
|
||||
|
||||
## 作为桌面应用程序(不需要SD-webui和Python):
|
||||
exe版本同样支持ComfyUI/Fooocus
|
||||
exe版本同样支持ComfyUI/Fooocus/NovelAI
|
||||
|
||||
从仓库页面右侧的`releases`部分下载并安装程序。如果提示检测到病毒忽略即可这是误报。
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
> 🌍 i18n Advisory: Some translations may be incomplete or inaccurate. Pull requests are welcome for improvements!
|
||||
|
||||
|
||||
[中文文档](./README-zh.md)
|
||||
|
||||
[Change log](https://github.com/zanllp/sd-webui-infinite-image-browsing/wiki/Change-log)
|
||||
|
||||
[Installation / Running](#installation--running)
|
||||
|
||||
# Stable Diffusion webui Infinite Image Browsing
|
||||
|
||||
|
|
@ -23,6 +21,7 @@ https://github.com/zanllp/sd-webui-infinite-image-browsing/assets/25872019/807b8
|
|||
| NovelAI | Supported | -- |
|
||||
| StableSwarmUI | Not supported | Planned |
|
||||
|
||||
You can add your own parser through https://github.com/zanllp/sd-webui-infinite-image-browsing/tree/main/scripts/iib/parsers
|
||||
|
||||
## Key Features
|
||||
|
||||
|
|
@ -103,12 +102,12 @@ If you like this project and find it helpful, please consider giving it a ⭐️
|
|||
|
||||
Refer to [Can the extension function without the web UI?](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/47)
|
||||
|
||||
If you need to view images generated by ComfyUI/Fooocus, please refer to [https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/202](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/202#issuecomment-1655764627).
|
||||
If you need to view images generated by ComfyUI/Fooocus/NovelAI, please refer to [https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/202](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/202#issuecomment-1655764627).
|
||||
|
||||
If you need a Dockerfile, you can refer to this link. https://github.com/zanllp/sd-webui-infinite-image-browsing/discussions/366
|
||||
|
||||
## As a desktop application (without SD-webui and Python):
|
||||
The executable version also supports ComfyUI/Fooocus.
|
||||
The executable version also supports ComfyUI/Fooocus/NovelAI.
|
||||
|
||||
Download and install the program from the `releases` section on the right-hand side of the repository page.
|
||||
If the antivirus detects a virus, it can be ignored as a false positive.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"package": {
|
||||
"productName": "Infinite Image Browsing",
|
||||
"version": "0.13.0"
|
||||
"version": "0.14.0"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue