From f4e7af17d035c284afbb472eb19536cff4df9e7b Mon Sep 17 00:00:00 2001 From: zanllp Date: Sat, 1 Jun 2024 09:42:44 +0800 Subject: [PATCH] update readme & release --- README-zh.md | 5 +++-- README.md | 9 ++++----- vue/src-tauri/tauri.conf.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README-zh.md b/README-zh.md index 9e11dda4..58787944 100644 --- a/README-zh.md +++ b/README-zh.md @@ -4,6 +4,7 @@ [查看近期更新](https://github.com/zanllp/sd-webui-infinite-image-browsing/wiki/Change-log) +[安装/运行](#安装运行)

不仅仅是图像浏览器,更是一个强大的图像管理器。精确的图像搜索配合多选操作进行筛选/归档/打包,成倍提高效率。更是支持以独立模式运行,无需SD-Webui

@@ -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`部分下载并安装程序。如果提示检测到病毒忽略即可这是误报。 diff --git a/README.md b/README.md index 27e57960..809cef3b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/vue/src-tauri/tauri.conf.json b/vue/src-tauri/tauri.conf.json index c6a5e833..042894e5 100644 --- a/vue/src-tauri/tauri.conf.json +++ b/vue/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Infinite Image Browsing", - "version": "0.13.0" + "version": "0.14.0" }, "tauri": { "allowlist": {