Add YAML metadata front-matter
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# hdtrnk / FusioniX-All
|
2 |
|
3 |
**A complete collection of WanGP FusioniX checkpoints**
|
@@ -31,16 +41,18 @@
|
|
31 |
"architecture": "i2v", // or "phantom_14B"
|
32 |
"URLs": ["ckpts/<filename>.safetensors"],
|
33 |
"auto_quantize": false
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
37 |
5. **Generate**!
|
38 |
|
39 |
---
|
40 |
|
41 |
## ⚙️ Recommended Defaults
|
42 |
|
43 |
-
### I2V FusioniX
|
|
|
44 |
```yaml
|
45 |
resolution: "832x480"
|
46 |
video_length: 81
|
@@ -48,11 +60,12 @@ num_steps: 8 # sweet-spot: 6–10
|
|
48 |
guidance_scale: 6.0
|
49 |
flow_shift: 7.0
|
50 |
embed_guide: 6
|
51 |
-
prompt_enhancer:on
|
52 |
slg_switch: 0
|
53 |
```
|
54 |
|
55 |
-
### Phantom T2V FusioniX
|
|
|
56 |
```yaml
|
57 |
resolution: "832x480"
|
58 |
video_length: 81
|
@@ -60,7 +73,7 @@ num_steps: 8 # sweet-spot: 6–10
|
|
60 |
guidance_scale: 7.5
|
61 |
flow_shift: 5.0
|
62 |
embed_guide: 6
|
63 |
-
prompt_enhancer:on
|
64 |
slg_switch: 0
|
65 |
```
|
66 |
|
@@ -68,19 +81,22 @@ slg_switch: 0
|
|
68 |
|
69 |
## 🔍 Architecture & Compatibility
|
70 |
|
71 |
-
|
72 |
-
- `i2v` for image-to-video
|
73 |
-
- `phantom_14B` for Phantom text-to-video
|
74 |
-
- (See `model_signatures` in `wgp.py` or browse `app/settings/*.json` for all supported keys.)
|
75 |
|
76 |
-
|
77 |
-
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
---
|
80 |
|
81 |
## 📋 JSON Snippets
|
82 |
|
83 |
### I2V Finetune JSON
|
|
|
84 |
```json
|
85 |
{
|
86 |
"model": {
|
@@ -94,6 +110,7 @@ slg_switch: 0
|
|
94 |
```
|
95 |
|
96 |
### Phantom T2V Finetune JSON
|
|
|
97 |
```json
|
98 |
{
|
99 |
"model": {
|
@@ -110,14 +127,14 @@ slg_switch: 0
|
|
110 |
|
111 |
## 🔗 Upstream & Licensing
|
112 |
|
113 |
-
|
114 |
-
https://github.com/DeepBeepMeep/WanGP
|
115 |
|
116 |
-
|
117 |
-
https://huggingface.co/DeepBeepMeep/Wan2.1
|
118 |
|
119 |
-
|
120 |
|
121 |
---
|
122 |
|
123 |
-
*Happy generating!*
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- text-to-video
|
5 |
+
- diffusion
|
6 |
+
- video-generation
|
7 |
+
- finetune
|
8 |
+
library_name: mmgp
|
9 |
+
pipeline_tag: text-to-video
|
10 |
+
---
|
11 |
# hdtrnk / FusioniX-All
|
12 |
|
13 |
**A complete collection of WanGP FusioniX checkpoints**
|
|
|
41 |
"architecture": "i2v", // or "phantom_14B"
|
42 |
"URLs": ["ckpts/<filename>.safetensors"],
|
43 |
"auto_quantize": false
|
44 |
+
````
|
45 |
+
|
46 |
+
3. **Restart** WanGP (no `--save-quantized` flag).
|
47 |
+
4. In the web UI, set **Transformer Model Quantization → Scaled Int8** (for the int8 files) or leave at BF16/FP16 for pure-16-bit.
|
48 |
5. **Generate**!
|
49 |
|
50 |
---
|
51 |
|
52 |
## ⚙️ Recommended Defaults
|
53 |
|
54 |
+
### I2V FusioniX
|
55 |
+
|
56 |
```yaml
|
57 |
resolution: "832x480"
|
58 |
video_length: 81
|
|
|
60 |
guidance_scale: 6.0
|
61 |
flow_shift: 7.0
|
62 |
embed_guide: 6
|
63 |
+
prompt_enhancer: on
|
64 |
slg_switch: 0
|
65 |
```
|
66 |
|
67 |
+
### Phantom T2V FusioniX
|
68 |
+
|
69 |
```yaml
|
70 |
resolution: "832x480"
|
71 |
video_length: 81
|
|
|
73 |
guidance_scale: 7.5
|
74 |
flow_shift: 5.0
|
75 |
embed_guide: 6
|
76 |
+
prompt_enhancer: on
|
77 |
slg_switch: 0
|
78 |
```
|
79 |
|
|
|
81 |
|
82 |
## 🔍 Architecture & Compatibility
|
83 |
|
84 |
+
* **WanGP architectures**:
|
|
|
|
|
|
|
85 |
|
86 |
+
* `i2v` for image-to-video
|
87 |
+
* `phantom_14B` for Phantom text-to-video
|
88 |
+
* (See `model_signatures` in `wgp.py` or browse `app/settings/*.json` for all supported keys.)
|
89 |
+
|
90 |
+
* **WanGP version**: ≥ v6.0 (mmgp 3.4.9)
|
91 |
+
|
92 |
+
* **ComfyUI**: You can load these safetensors in ComfyUI’s Checkpoint Merger or as a Diffusers pipeline, but you may need a custom video pipeline config. They’re *not* plug-and-play ComfyUI “modelcards.”
|
93 |
|
94 |
---
|
95 |
|
96 |
## 📋 JSON Snippets
|
97 |
|
98 |
### I2V Finetune JSON
|
99 |
+
|
100 |
```json
|
101 |
{
|
102 |
"model": {
|
|
|
110 |
```
|
111 |
|
112 |
### Phantom T2V Finetune JSON
|
113 |
+
|
114 |
```json
|
115 |
{
|
116 |
"model": {
|
|
|
127 |
|
128 |
## 🔗 Upstream & Licensing
|
129 |
|
130 |
+
* **Original WanGP repo** by DeepBeepMeep:
|
131 |
+
[https://github.com/DeepBeepMeep/WanGP](https://github.com/DeepBeepMeep/WanGP)
|
132 |
|
133 |
+
* **Original HF models**:
|
134 |
+
[https://huggingface.co/DeepBeepMeep/Wan2.1](https://huggingface.co/DeepBeepMeep/Wan2.1)
|
135 |
|
136 |
+
* **License**: Apache-2.0 (inherited from upstream)
|
137 |
|
138 |
---
|
139 |
|
140 |
+
*Happy generating!* 🎥✨\`\`\`
|