From 068f752643df728fd17c00603d534dd3d27ddf35 Mon Sep 17 00:00:00 2001 From: duhaifeng Date: Mon, 18 Nov 2024 18:04:29 +0800 Subject: [PATCH] doc: update readme --- README.md | 2 +- README_EN.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf675b7..8679b71 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ 示例工作流放置在`ComfyUI-BiRefNet-lite/workflow`中
-加载模型支持两种方式,一种是自动下载远程模型并加载模型,另外一种是加载本地模型。加载本地模型的时候需要把load_local_model设置为true,并把local_model_path设置为本地模型所在路径,例如:H:\ZhengPeng7\BiRefNet
+加载模型有两种方式可选:一是自动下载并加载远程模型,二是加载本地模型(此时需将`load_local_model`设为true,并将`local_model_path`设置为指向models/birefnet目录下的本地模型路径,例如BiRefNet文件夹)
![](./assets/9e6bf0f9-67a7-41ea-bc4b-d8352e4fac4a.png) ___ diff --git a/README_EN.md b/README_EN.md index 7259351..f685300 100644 --- a/README_EN.md +++ b/README_EN.md @@ -38,7 +38,7 @@ Install via ComfyUI-Manager by searching for "ComfyUI-BiRefNet-lite". Example workflows are placed in `ComfyUI-BiRefNet-lite/workflow`.
-There are two ways to load models: one is to automatically download and load a remote model, and the other is to load a local model. To load a local model, set `load_local_model` to true and `local_model_path` to the location of the local model, e.g., `H:\ZhengPeng7\BiRefNet`.
+There are two options for loading models: one is to automatically download and load a remote model, and the other is to load a local model (in which case you need to set `load_local_model` to true and set `local_model_path` to the local model path under the models/birefnet directory, for example, the BiRefNet folder).
![](./assets/9e6bf0f9-67a7-41ea-bc4b-d8352e4fac4a.png) ___ diff --git a/pyproject.toml b/pyproject.toml index 47ee205..6ff26bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-birefnet-lite" description = "This repository packages the latest BiRefNet model as a ComfyUI node for use, supporting chunked loading on both CPU and GPU, as well as model caching features." -version = "1.0.1" +version = "1.0.2" license = {file = "LICENSE"} [project.urls]