Skip to content

Commit

Permalink
update readme & release
Browse files Browse the repository at this point in the history
  • Loading branch information
zanllp committed Jun 1, 2024
1 parent 9edd750 commit f4e7af1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 3 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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`部分下载并安装程序。如果提示检测到病毒忽略即可这是误报。

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion vue/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Infinite Image Browsing",
"version": "0.13.0"
"version": "0.14.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit f4e7af1

Please sign in to comment.