Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
To use with ComfyUI, place the files in the following folders:
|
| 6 |
+
```
|
| 7 |
+
π ComfyUI/
|
| 8 |
+
βββ π models/
|
| 9 |
+
β βββ π background_removal/
|
| 10 |
+
β β βββ birefnet.safetensors
|
| 11 |
+
β βββ π diffusion_models/
|
| 12 |
+
β β βββ triposplat_fp16.safetensors
|
| 13 |
+
β βββ π clip_vision/
|
| 14 |
+
β β βββ dino_v3_vit_h.safetensors
|
| 15 |
+
β βββ π vae/
|
| 16 |
+
β β βββ flux2-vae.safetensors
|
| 17 |
+
β β βββ triposplat_vae_decoder_fp16.safetensors
|
| 18 |
+
```
|