diff --git a/README-zh.md b/README-zh.md index 6bb31356..930e2fa4 100644 --- a/README-zh.md +++ b/README-zh.md @@ -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 ## 作为库使用 diff --git a/README.md b/README.md index d445932e..59c152e2 100644 --- a/README.md +++ b/README.md @@ -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.