Skip to content

Commit f4e7af1

Browse files
committed
update readme & release
1 parent 9edd750 commit f4e7af1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README-zh.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
[查看近期更新](https://github.com/zanllp/sd-webui-infinite-image-browsing/wiki/Change-log)
7+
[安装/运行](#安装运行)
78

89
<p style="text-align:center;margin:0 32px">不仅仅是图像浏览器,更是一个强大的图像管理器。精确的图像搜索配合多选操作进行筛选/归档/打包,成倍提高效率。更是支持以独立模式运行,无需SD-Webui</p>
910

@@ -91,12 +92,12 @@ https://github.com/zanllp/sd-webui-infinite-image-browsing/assets/25872019/807b8
9192
## 作为使用Python运行的独立程序(不需要SD-webui):
9293
请参考[Can the extension function without the web UI?](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/47)
9394

94-
如果需要查看ComfyUI/Fooocus生成的图片相关,请先参考 https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/202#issuecomment-1655764627
95+
如果需要查看ComfyUI/Fooocus/NovelAI生成的图片相关,请先参考 https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/202#issuecomment-1655764627
9596

9697
如果你需要dockerfile 参考 https://github.com/zanllp/sd-webui-infinite-image-browsing/discussions/366
9798

9899
## 作为桌面应用程序(不需要SD-webui和Python):
99-
exe版本同样支持ComfyUI/Fooocus
100+
exe版本同样支持ComfyUI/Fooocus/NovelAI
100101

101102
从仓库页面右侧的`releases`部分下载并安装程序。如果提示检测到病毒忽略即可这是误报。
102103

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
> 🌍 i18n Advisory: Some translations may be incomplete or inaccurate. Pull requests are welcome for improvements!
22
3-
43
[中文文档](./README-zh.md)
5-
64
[Change log](https://github.com/zanllp/sd-webui-infinite-image-browsing/wiki/Change-log)
7-
5+
[Installation / Running](#installation--running)
86

97
# Stable Diffusion webui Infinite Image Browsing
108

@@ -23,6 +21,7 @@ https://github.com/zanllp/sd-webui-infinite-image-browsing/assets/25872019/807b8
2321
| NovelAI | Supported | -- |
2422
| StableSwarmUI | Not supported | Planned |
2523

24+
You can add your own parser through https://github.com/zanllp/sd-webui-infinite-image-browsing/tree/main/scripts/iib/parsers
2625

2726
## Key Features
2827

@@ -103,12 +102,12 @@ If you like this project and find it helpful, please consider giving it a ⭐️
103102

104103
Refer to [Can the extension function without the web UI?](https://github.com/zanllp/sd-webui-infinite-image-browsing/issues/47)
105104

106-
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).
105+
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).
107106

108107
If you need a Dockerfile, you can refer to this link. https://github.com/zanllp/sd-webui-infinite-image-browsing/discussions/366
109108

110109
## As a desktop application (without SD-webui and Python):
111-
The executable version also supports ComfyUI/Fooocus.
110+
The executable version also supports ComfyUI/Fooocus/NovelAI.
112111

113112
Download and install the program from the `releases` section on the right-hand side of the repository page.
114113
If the antivirus detects a virus, it can be ignored as a false positive.

vue/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Infinite Image Browsing",
11-
"version": "0.13.0"
11+
"version": "0.14.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)