update doc

pull/728/head
zanllp 2024-08-18 20:46:02 +08:00
parent 6d511fb9fa
commit 22cc9fc427
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
## 作为桌面应用程序不需要SD-webui和Python:
exe版本同样支持ComfyUI/Fooocus/NovelAI
从仓库页面右侧的`releases`部分下载并安装程序。如果提示检测到病毒忽略即可这是误报。
从仓库页面右侧的`releases`部分下载并安装程序。如果提示检测到病毒忽略即可这是误报。在windows下的编译有两个版本, pyinstaller版本拥有比较低的误报率。
如果你需要自行编译请参考 https://github.com/zanllp/sd-webui-infinite-image-browsing/blob/main/.github/workflows/tauri_app_build.yml
## 作为库使用

View File

@ -115,7 +115,7 @@ If you need a Dockerfile, you can refer to this link. https://github.com/zanllp
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.
If the antivirus detects a virus, it can be ignored as a false positive. There are two versions of the compiled version for Windows, with the pyinstaller version having a lower false positive rate.
If you need to compile it yourself, please refer to https://github.com/zanllp/sd-webui-infinite-image-browsing/blob/main/.github/workflows/tauri_app_build.yml.