Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- comfyui
|
| 5 |
+
- diffusion-single-model
|
| 6 |
+
base_model:
|
| 7 |
+
- ByteDance/Bernini-R
|
| 8 |
---
|
| 9 |
+
|
| 10 |
+
# Bernini-R
|
| 11 |
+
|
| 12 |
+
Repackaged model files for ComfyUI.
|
| 13 |
+
|
| 14 |
+
Original model repository: https://huggingface.co/ByteDance/Bernini-R
|
| 15 |
+
|
| 16 |
+
Place the files in the following folders:
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
π ComfyUI/
|
| 20 |
+
βββ π models/
|
| 21 |
+
β βββ π diffusion_models/
|
| 22 |
+
β β βββ wan2.2_bernini_r_high_noise_fp16.safetensors
|
| 23 |
+
β β βββ wan2.2_bernini_r_low_noise_fp16.safetensors
|
| 24 |
+
```
|