Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rubi-du committed Nov 18, 2024
1 parent 1fd1ae2 commit 068f752
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

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

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

![](./assets/9e6bf0f9-67a7-41ea-bc4b-d8352e4fac4a.png)
___
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Install via ComfyUI-Manager by searching for "ComfyUI-BiRefNet-lite".

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

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/>
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/>

![](./assets/9e6bf0f9-67a7-41ea-bc4b-d8352e4fac4a.png)
___
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 068f752

Please sign in to comment.