rzgar commited on
Commit
9e4450e
·
verified ·
1 Parent(s): 0ecf3fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,3 +1,38 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ base_model:
4
+ - ByteDance/Bernini-R
5
  ---
6
+ ## Bernini-R-n4w
7
+
8
+ ### Anatomy & Generation Quality
9
+
10
+ This merge handles male and female anatomy well. Results become significantly stronger and more consistent when guided by reference images or reference videos.
11
+
12
+ **Success Rates** (based on internal testing):
13
+ - **I2V / Reference Video-to-Video**: Over **75%** good results in a single generation
14
+ - **Text-to-Video (T2V)**: Above **65%** when using detailed prompts (quality varies with prompt strength)
15
+
16
+ ### Prompting Advice
17
+
18
+ Bernini-R is noticeably more complex than standard Wan2.2 models, so the short/simple prompts many people use with Wan2.2 often don’t perform well here.
19
+
20
+ - **Text-to-Video (T2V)**: Prompts need to be **detailed and descriptive**. In some cases, running a second generation was required to get a strong result.
21
+ - **Image-to-Video with reference video**: One generation was enough in roughly **7 out of 10** tests.
22
+
23
+ ### Tip – Refiner for Difficult Scenes
24
+
25
+ For tricky or complex scenes, using the low-noise expert from another Wan2.2 merge (I used SmoothMix I2V V1 low-noise) as a refiner often further improves anatomy and fine details if the initial video isn’t too messy.
26
+
27
+ ### LightX2V LoRA
28
+ - [wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors)
29
+ - [wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors)
30
+ ### Text Encoders
31
+ - [umt5_xxl_fp8_e4m3fn_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors)
32
+
33
+ ### VAE
34
+ - [wan_2.1_vae.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors)
35
+
36
+ ### Clip Vision
37
+ - [clip_vision_h.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/clip_vision/clip_vision_h.safetensors)
38
+