Skip to content

Commit c0fb83a

Browse files
authored
Merge pull request #7 from carstenli/patch-4
README.md update
2 parents c4abef1 + ed99ffd commit c0fb83a

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,19 @@ Bilateral Reference Network achieves SOTA result in multi Salient Object Segment
1010
2. `git clone https://github.com/viperyl/ComfyUI-BiRefNet.git `
1111
3. `pip install requirements.txt`
1212

13-
## Checkpoints Download
14-
15-
Make sure you have intall `git lfs`
16-
17-
1. go to comfyUI models folder, `ComfyUI/models/`
18-
2. `git clone https://huggingface.co/ViperYX/BiRefNet`
13+
## Download Model Checkpoints
14+
15+
Before using BiRefNet, download the model checkpoints with Git LFS:
16+
17+
1. Ensure `git lfs` is installed. If not, [install it](https://git-lfs.github.com/).
18+
2. Download the checkpoints to the ComfyUI models directory by pulling the large model files using git lfs:
19+
```bash
20+
cd ./models/
21+
git clone https://huggingface.co/ViperYX/BiRefNet
22+
cd BiRefNet
23+
git lfs install
24+
git lfs pull
25+
```
1926

2027
## Usage
2128

0 commit comments

Comments
 (0)