hdtrnk commited on
Commit
207be3c
·
verified ·
1 Parent(s): 7896404

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -67
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 I2V 14B – Anime-Style Image-to-Video (480p)
14
 
15
- This is a Wan 2.1 14B image-to-video finetune model focused on anime-style motion and aesthetics at 480p. Based on the original weights released by Civitai creator [Zazc](https://civitai.com/models/1626197?modelVersionId=1840561), this model is locally prepped for use in WanGP with both FP16 and INT8 quantized formats.
16
 
17
  ---
18
 
19
- ## 📥 Files
20
 
21
- - `Wanime-I2V-14B-480P_fp16_pure.safetensors` Original FP16 weights for full precision video generation.
22
- - `Wanime-I2V-14B-480P_quanto_fp16_int8.safetensors` – Quantized INT8 version for faster generation in lower VRAM setups.
 
 
 
 
23
 
24
  ---
25
 
26
- ## 🛠 How to Use (WanGP)
27
-
28
- 1. Drop both `.safetensors` files into your WanGP `ckpts/` folder:
29
- ```
30
- D:/pinokio/api/wan.git/app/ckpts/
31
- ```
32
-
33
- 2. Save the following JSON file to:
34
- ```
35
- D:/pinokio/api/wan.git/app/finetunes/wan_i2v_wanime14B_480p.json
36
- ```
37
-
38
- 3. Sample `finetune JSON`:
39
- ```jsonc
40
- {
41
- "model": {
42
- "name": "Wanime I2V 14B 480P",
43
- "architecture": "i2v",
44
- "description": "Wanime 480p anime-style I2V model, optimized for local WanGP use.",
45
- "URLs": [
46
- "Wanime-I2V-14B-480P_fp16_pure.safetensors",
47
- "Wanime-I2V-14B-480P_quanto_fp16_int8.safetensors"
48
- ],
49
- "modules": [],
50
- "auto_quantize": false
51
- },
52
- "prompt": "",
53
- "negative_prompt": "out of frame, lowres, text, error, cropped, worst quality, jpeg artifacts, ugly, duplicate, poorly drawn hands, malformed limbs, watermark",
54
- "resolution": "832x480",
55
- "video_length": 81,
56
- "num_inference_steps": 8,
57
- "guidance_scale": 1.0,
58
- "multi_images_gen_type": 0
59
- }
60
- ```
61
-
62
- 4. Launch with:
63
- ```bash
64
- python wgp.py --multiple-images
65
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
  ---
68
 
69
- ## 🧠 About the Model
70
 
71
- This model is derived from Zazc's Civitai release “WANime v3 I2V 14B”:
72
- 🔗 https://civitai.com/models/1626197?modelVersionId=1840561
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
- ## 💡 Notes
87
 
88
- - INT8 model recommended for RTX 3060 or lower
89
- - FP16 model performs best on 4090/3090 class GPUs
90
- - You can convert to BF16 or quantize your own using `--save-quantized`
 
91
 
92
  ---
93
 
94
- ## 🔖 Credits
95
 
96
- - Base model: **Wan2.1 I2V 14B**
97
- - Finetune creator: [Zazc on Civitai](https://civitai.com/models/1626197)
98
- - Local packaging & WanGP prep: **hdtrnk**
 
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**