File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,19 @@ Bilateral Reference Network achieves SOTA result in multi Salient Object Segment
10
10
2 . ` git clone https://github.com/viperyl/ComfyUI-BiRefNet.git `
11
11
3 . ` pip install requirements.txt `
12
12
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
+ ```
19
26
20
27
## Usage
21
28
You can’t perform that action at this time.
0 commit comments