Upload README.md
Browse files
README.md
CHANGED
@@ -2,97 +2,112 @@
|
|
2 |
license: openrail++
|
3 |
tags:
|
4 |
- image-to-video
|
|
|
5 |
- wan2.1
|
6 |
- finetune
|
7 |
- anime
|
8 |
- 480p
|
9 |
model_type: image-to-video
|
10 |
-
base_model: Wan2_1-I2V
|
11 |
---
|
12 |
|
13 |
-
# Wanime
|
14 |
|
15 |
-
This
|
16 |
|
17 |
---
|
18 |
|
19 |
-
##
|
20 |
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
23 |
|
24 |
---
|
25 |
|
26 |
-
## 🛠 How to Use
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
---
|
68 |
|
69 |
-
##
|
70 |
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
It was originally trained for consistent anime-character motion generation using Wan2.1’s powerful I2V backbone (14B params). This version is cleaned for `.safetensors` compatibility and formatted for WanGP.
|
75 |
-
|
76 |
-
---
|
77 |
-
|
78 |
-
## ✨ Recommended Prompts
|
79 |
-
|
80 |
-
- “An anime girl walking through a field of sunflowers, wide shot, cinematic composition”
|
81 |
-
- “Dramatic silhouette of a ninja jumping across rooftops at night, anime lighting”
|
82 |
-
- “Side-scrolling shot of a futuristic anime city, neon lights, sunset glow”
|
83 |
|
84 |
---
|
85 |
|
86 |
-
##
|
87 |
|
88 |
-
- INT8
|
89 |
-
-
|
90 |
-
-
|
|
|
91 |
|
92 |
---
|
93 |
|
94 |
-
##
|
95 |
|
96 |
-
-
|
97 |
-
-
|
98 |
-
-
|
|
|
2 |
license: openrail++
|
3 |
tags:
|
4 |
- image-to-video
|
5 |
+
- text-to-video
|
6 |
- wan2.1
|
7 |
- finetune
|
8 |
- anime
|
9 |
- 480p
|
10 |
model_type: image-to-video
|
|
|
11 |
---
|
12 |
|
13 |
+
# Wanime 14B – I2V + T2V Anime Models for WanGP
|
14 |
|
15 |
+
This repo contains both **Image-to-Video (I2V)** and **Text-to-Video (T2V)** versions of the Wanime 14B anime-style motion model, optimized for WanGP. These models are based on the original release by [Zazc](https://civitai.com/models/1626197?modelVersionId=1840561) and converted to `.safetensors` format for secure local use.
|
16 |
|
17 |
---
|
18 |
|
19 |
+
## 📦 Files Included
|
20 |
|
21 |
+
| Model Type | Format | Filename |
|
22 |
+
|------------|--------|----------|
|
23 |
+
| I2V | FP16 | `Wanime-I2V-14B-480P_fp16_pure.safetensors` |
|
24 |
+
| I2V | INT8 | `Wanime-I2V-14B-480P_quanto_fp16_int8.safetensors` |
|
25 |
+
| T2V | FP16 | `Wanime-T2V-14B_fp16_pure.safetensors` |
|
26 |
+
| T2V | INT8 | `Wanime-T2V-14B_quanto_fp16_int8.safetensors` |
|
27 |
|
28 |
---
|
29 |
|
30 |
+
## 🛠 How to Use in WanGP
|
31 |
+
|
32 |
+
> Place all `.safetensors` files in:
|
33 |
+
```
|
34 |
+
D:/pinokio/api/wan.git/app/ckpts/
|
35 |
+
```
|
36 |
+
|
37 |
+
> Then use these JSON finetune definitions in:
|
38 |
+
```
|
39 |
+
D:/pinokio/api/wan.git/app/finetunes/
|
40 |
+
```
|
41 |
+
|
42 |
+
### 🔹 I2V Finetune JSON (`wan_i2v_wanime14B_480p.json`)
|
43 |
+
|
44 |
+
```jsonc
|
45 |
+
{
|
46 |
+
"model": {
|
47 |
+
"name": "Wanime I2V 14B 480P",
|
48 |
+
"architecture": "i2v",
|
49 |
+
"description": "Anime-style Wan2.1 14B image-to-video model (480p baseline).",
|
50 |
+
"URLs": [
|
51 |
+
"Wanime-I2V-14B-480P_fp16_pure.safetensors",
|
52 |
+
"Wanime-I2V-14B-480P_quanto_fp16_int8.safetensors"
|
53 |
+
],
|
54 |
+
"modules": [],
|
55 |
+
"auto_quantize": false
|
56 |
+
},
|
57 |
+
"prompt": "",
|
58 |
+
"negative_prompt": "out of frame, cropped, error, low quality, watermark",
|
59 |
+
"resolution": "832x480",
|
60 |
+
"video_length": 81,
|
61 |
+
"guidance_scale": 1.0,
|
62 |
+
"num_inference_steps": 8
|
63 |
+
}
|
64 |
+
```
|
65 |
+
|
66 |
+
### 🔹 T2V Finetune JSON (`wan_t2v_wanime14B.json`)
|
67 |
+
|
68 |
+
```jsonc
|
69 |
+
{
|
70 |
+
"model": {
|
71 |
+
"name": "Wanime T2V 14B",
|
72 |
+
"architecture": "t2v",
|
73 |
+
"description": "Anime-style Wan2.1 14B text-to-video model.",
|
74 |
+
"URLs": [
|
75 |
+
"Wanime-T2V-14B_fp16_pure.safetensors",
|
76 |
+
"Wanime-T2V-14B_quanto_fp16_int8.safetensors"
|
77 |
+
],
|
78 |
+
"modules": [],
|
79 |
+
"auto_quantize": false
|
80 |
+
},
|
81 |
+
"prompt": "",
|
82 |
+
"negative_prompt": "out of frame, cropped, error, low quality, watermark",
|
83 |
+
"resolution": "832x480",
|
84 |
+
"video_length": 81,
|
85 |
+
"guidance_scale": 7.5,
|
86 |
+
"num_inference_steps": 10
|
87 |
+
}
|
88 |
+
```
|
89 |
|
90 |
---
|
91 |
|
92 |
+
## 💡 Prompt Ideas
|
93 |
|
94 |
+
- “A mysterious anime girl walking across a glowing bridge at night, dramatic camera pan”
|
95 |
+
- “A side-scrolling mecha battle in a ruined city, 80s anime style”
|
96 |
+
- “A child running through falling sakura petals, slow motion, cinematic”
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
---
|
99 |
|
100 |
+
## ✨ Notes
|
101 |
|
102 |
+
- Use INT8 models for faster performance and lower VRAM use
|
103 |
+
- Compatible with WanGP 2.1+ local UI via `--multiple-images` or `--t2v` launch mode
|
104 |
+
- FP16 models recommended for 3090/4090-class GPUs
|
105 |
+
- **This is a newly prepped finetune for WanGP and may require experimentation with guidance scale, step count, and prompt format to achieve optimal results.**
|
106 |
|
107 |
---
|
108 |
|
109 |
+
## 🧩 Credits
|
110 |
|
111 |
+
- Original model: [Zazc on Civitai](https://civitai.com/models/1626197)
|
112 |
+
- Base backbone: **Wan 2.1 14B**
|
113 |
+
- Conversion & formatting: **hdtrnk**
|