Kijai commited on
Commit
fd16d05
Β·
verified Β·
1 Parent(s): 30fef4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
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
+ ```