File size: 2,302 Bytes
9872ece
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9924b02
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
75
76
77
78
79
80
81
82
---
license: apache-2.0
base_model:
  - Wan-AI/Wan2.2-I2V-14B-480P
tags:
  - lora
  - video-generation
  - image-to-video
  - pixel-art
  - sprite-animation
  - game-development
  - wan
  - comfyui
library_name: diffusers
pipeline_tag: image-to-video
---

# Wan2.2 Pixel Animate Adapter

A LoRA adapter for Wan 2.2 I2V (Image-to-Video) model, fine-tuned specifically for generating pixel art sprite animations from static images.

## Model Details

| Property | Value |
|----------|-------|
| Base Model | Wan2.2-I2V-A14B (14B parameters) |
| Adapter Type | LoRA |
| LoRA Rank | 256 |
| Precision | bfloat16 |
| File Size | ~2.3 GB |

## Training

- **Epochs**: 100
- **Optimizer**: AdamW (lr=2e-5, betas=[0.9, 0.99])
- **Gradient Accumulation**: 4 steps
- **Activation Checkpointing**: Unsloth

## Dataset

Trained on **226 pixel art sprite animation videos** covering:

- **Character Sprites**: Cowboys, zombies, skeletons, dark elves, fantasy characters, Santa, city characters, anime warriors
- **Magic Effects**: Projectiles, elemental spells, energy bursts
- **VFX**: Explosions, smoke effects, dust clouds
- **Actions**: Attack cycles (slashing, shooting, casting), idle animations, walking cycles

**Resolution**: 600x370 pixels
**Frame Buckets**: 8, 16, 24, 32 frames (up to 2 seconds at 16fps)

## Usage

This LoRA is designed for **Image-to-Video generation** - transforming static pixel art characters into animated sprite sequences.

### ComfyUI Workflow

Load using `LoraLoaderModelOnly` node with the Wan 2.2 I2V model:

1. Load base model: `wan2.2_i2v_high_noise_14B_fp16.safetensors` or `wan2.2_i2v_low_noise_14B_fp16.safetensors`
2. Apply this LoRA adapter with strength 1.0
3. Use with `PainterI2V` node for image-to-video conditioning
4. Recommended: Use with 4-step distillation LoRA for faster inference

See included `wan2-2-video.json` workflow file for a complete setup.

### Recommended Settings

- **Sampler**: DDIM
- **Steps**: 4 (with distillation LoRA) or higher without
- **ModelSamplingSD3 Shift**: 5.0
- **Frame Count**: 45 frames
- **CFG Scale**: 1.1

## Files

- `wan2.2_animate_adapter_model.safetensors` - The LoRA adapter weights
- `wan2-2-video.json` - ComfyUI workflow for using this model

## License

Please refer to the Wan 2.2 model license for usage terms.