File size: 1,610 Bytes
d21e3dd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e4ab26e
d21e3dd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e4ab26e
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
---
license: apache-2.0
language:
- en
base_model:
- Wan-AI/Wan2.2-T2V-A14B
- Wan-AI/Wan2.2-I2V-A14B
tags:
- art
---


# thaakeno's Wan Video Workflows

Just a collection of my go-to workflows for Wan 2.2, VACE, and other GGUF video models.

This is stuff that's been tested and actually works. No extra junk nodes, just what you need to get things done. Mostly focused on GGUF and getting decent speed without a 4090.

# **[My WAN 2.2 Prompter](https://prompter.on.websim.com/)**

### How To Use

Download the `.json` file you want and just drag it onto your ComfyUI canvas.

If you get red errors about missing nodes, use the ComfyUI Manager to install them. It's pretty good about finding what's missing.

You'll obviously need the models, LoRAs, and VAEs too. The filenames are in the loader nodes, so just match them up with what you have.

### Required Custom Nodes

You'll need these installed for most of these to work.

*   `ComfyUI-WanVideoWrapper` (Kijai's nodes are the core of most of these)
*   `ComfyUI-VideoHelperSuite` (for all the VHS stuff, combining, loading)
*   `comfyui-kjnodes` (lots of useful utilities and reroutes)
*   A GGUF loader (I use city96's, but others should work)



### Workflows Included

**Wan 2.2 - GGUF V2V (2-Pass).json**
My standard two-pass setup for video-to-video. It uses a high noise model for the first few steps, then switches to a low noise model to refine and add detail. Good balance of quality and keeping the original motion.


---

These are just starting points. Tweak the steps, CFG, and LoRA weights to get what you want. Hope it saves you some time.