Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
刘雪峰 committed Sep 6, 2024
1 parent a6617a0 commit c0ada33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
```shell
cd custom_nodes
git clone https://github.com/lldacing/ComfyUI_BiRefNet_ll.git
cd custom_nodes/ComfyUI_BiRefNet_ll
cd ComfyUI_BiRefNet_ll
pip install -r requirements.txt
# restart ComfyUI
```
Expand All @@ -22,7 +22,7 @@ The available models are:
- COD: A pre-trained model for concealed object detection (COD).
- DIS-TR_TEs: A pre-trained model with massive dataset.

Model files go here (automatically downloaded if the folder is not present during first run): `models/BiRefNet`.
Model files go here (when use AutoDownloadBiRefNetModel automatically downloaded if the folder is not present during first run): `models/BiRefNet`.

If necessary, they can be downloaded from:
- [General](https://huggingface.co/ZhengPeng7/BiRefNet/resolve/main/model.safetensors)`model.safetensors` must be renamed `General.safetensors`
Expand Down

0 comments on commit c0ada33

Please sign in to comment.