vrgamedevgirl84 commited on
Commit
bc9c771
·
verified ·
1 Parent(s): 21a1e4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -7
README.md CHANGED
@@ -23,9 +23,10 @@ base_model:
23
  license: apache-2.0
24
  ---
25
 
26
- # 🎥 Wan14BT2V_MasterModel
27
 
28
- A powerful merged **text-to-video model** based on [WAN 2.1](https://huggingface.co/alibaba-pai/Wan2.1-Fun-Reward-LoRAs), enhanced using multiple open-source models and LoRAs to boost temporal quality, expressiveness, and motion realism.
 
29
 
30
  ---
31
 
@@ -34,7 +35,8 @@ A powerful merged **text-to-video model** based on [WAN 2.1](https://huggingface
34
  - 🔗 [MoviiGen1.1](https://huggingface.co/ZuluVision/MoviiGen1.1)
35
  - 🔗 [CausVid](https://github.com/tianweiy/CausVid)
36
  - 🔗 [MPS Rewards LoRA](https://huggingface.co/alibaba-pai/Wan2.1-Fun-Reward-LoRAs)
37
-
 
38
  All are under **Apache 2.0** or **MIT** licenses and fully permitted for merge and reuse.
39
 
40
  ---
@@ -52,9 +54,10 @@ All are under **Apache 2.0** or **MIT** licenses and fully permitted for merge a
52
  ## 🧰 How to Use (ComfyUI)
53
 
54
  1. Download the `.safetensors` file from the [Files tab](https://huggingface.co/vrgamedevgirl84/Wan14BT2V_MasterModel/tree/main).
55
- 2. Place it into your `ComfyUI/models/checkpoints/` folder.
56
  3. Restart ComfyUI.
57
  4. Use the **Checkpoint Loader** node and connect it to your text-to-video workflow.
 
58
 
59
  ---
60
 
@@ -67,10 +70,22 @@ Weights available in `.safetensors` format
67
 
68
  ## ⚠️ License Notice
69
 
70
- This model is a merge of components licensed under Apache 2.0 and MIT. You are free to use, modify, and redistribute under those terms.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
 
72
- - Outputs are not licensed content.
73
- - Attribution is encouraged but not legally required for Apache/MIT.
74
 
75
  ---
76
 
@@ -80,6 +95,7 @@ This model is a merge of components licensed under Apache 2.0 and MIT. You are f
80
  - aejion
81
  - ZuluVision
82
  - Tianwei Yin (CausVid)
 
83
 
84
  Big thanks to all original devs — this merge wouldn't be possible without your amazing work.
85
 
 
23
  license: apache-2.0
24
  ---
25
 
26
+ # 🎥 Wan14BT2V_FastMasterModel
27
 
28
+ A powerful merged **text-to-video model** based on the original [WAN 2.1 T2V](https://huggingface.co/Wan-AI/Wan2.1-T2V-14B) model, enhanced using multiple open-source components and LoRAs to boost motion realism, temporal consistency, and expressive detail.
29
+ multiple open-source models and LoRAs to boost temporal quality, expressiveness, and motion realism.
30
 
31
  ---
32
 
 
35
  - 🔗 [MoviiGen1.1](https://huggingface.co/ZuluVision/MoviiGen1.1)
36
  - 🔗 [CausVid](https://github.com/tianweiy/CausVid)
37
  - 🔗 [MPS Rewards LoRA](https://huggingface.co/alibaba-pai/Wan2.1-Fun-Reward-LoRAs)
38
+ - ✨ Custom detail-enhancer LoRAs I created specifically for this merge
39
+ -
40
  All are under **Apache 2.0** or **MIT** licenses and fully permitted for merge and reuse.
41
 
42
  ---
 
54
  ## 🧰 How to Use (ComfyUI)
55
 
56
  1. Download the `.safetensors` file from the [Files tab](https://huggingface.co/vrgamedevgirl84/Wan14BT2V_MasterModel/tree/main).
57
+ 2. Place it into your `ComfyUI/models/diffusion_models/` folder.
58
  3. Restart ComfyUI.
59
  4. Use the **Checkpoint Loader** node and connect it to your text-to-video workflow.
60
+ 5. Since CausVid is merged into this model, you only need no more than 10 steps to get great results.
61
 
62
  ---
63
 
 
70
 
71
  ## ⚠️ License Notice
72
 
73
+ This merged model combines components licensed under **Apache 2.0** and **MIT** both of which are permissive open-source licenses.
74
+
75
+ ### ✅ You are allowed to:
76
+ - Use, modify, and redistribute the model (including commercial use)
77
+ - Integrate it into your own projects or tools
78
+
79
+ ### 📌 You must:
80
+ - Include original license notices if you redistribute the model
81
+ - Avoid implying endorsement or affiliation with the original authors (as required by Apache 2.0)
82
+
83
+ ### 🔄 Output Content:
84
+ - Generated videos **are not licensed** by the model’s open-source license
85
+ - If any merged model relied on datasets with restrictions, those rules may still apply to the outputs
86
+
87
+ This model is intended for **research and creative exploration**, not guaranteed for production use without further validation.
88
 
 
 
89
 
90
  ---
91
 
 
95
  - aejion
96
  - ZuluVision
97
  - Tianwei Yin (CausVid)
98
+ - Kaji
99
 
100
  Big thanks to all original devs — this merge wouldn't be possible without your amazing work.
101