Skip to content

Commit 068f752

Browse files
committed
doc: update readme
1 parent 1fd1ae2 commit 068f752

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
示例工作流放置在`ComfyUI-BiRefNet-lite/workflow`中<br/>
4141

42-
加载模型支持两种方式,一种是自动下载远程模型并加载模型,另外一种是加载本地模型。加载本地模型的时候需要把load_local_model设置为true,并把local_model_path设置为本地模型所在路径,例如:H:\ZhengPeng7\BiRefNet<br/>
42+
加载模型有两种方式可选:一是自动下载并加载远程模型,二是加载本地模型(此时需将`load_local_model`设为true,并将`local_model_path`设置为指向models/birefnet目录下的本地模型路径,例如BiRefNet文件夹)<br/>
4343

4444
![](./assets/9e6bf0f9-67a7-41ea-bc4b-d8352e4fac4a.png)
4545
___

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Install via ComfyUI-Manager by searching for "ComfyUI-BiRefNet-lite".
3838

3939
Example workflows are placed in `ComfyUI-BiRefNet-lite/workflow`.<br/>
4040

41-
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`.<br/>
41+
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).<br/>
4242

4343
![](./assets/9e6bf0f9-67a7-41ea-bc4b-d8352e4fac4a.png)
4444
___

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-birefnet-lite"
33
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."
4-
version = "1.0.1"
4+
version = "1.0.2"
55
license = {file = "LICENSE"}
66

77
[project.urls]

0 commit comments

Comments
 (0)