demo / workflow.json
aexyb's picture
Update workflow.json
5f921c7 verified
Raw
History Blame Contribute Delete
1.01 kB
{
"last_node_id": 1,
"last_link_id": 1,
"nodes": [
{
"id": 1,
"type": "GGUFLoader",
"inputs": { "gguf_name": "Wan2.1-T2V-1.3B-Q4_0.gguf", "device": "cpu" },
"properties": { "name": "Wan2.1-T2V-1.3B-Q4_0.gguf" }
},
{
"id": 2,
"type": "CLIPLoader",
"inputs": { "clip_name": "umt5-xxl-encoder-q4_k_m.gguf" }
},
{
"id": 3,
"type": "VAELoader",
"inputs": { "vae_name": "pig_wan_vae.gguf" }
},
{
"id": 4,
"type": "WanT2V",
"inputs": {
"model": [1, 0],
"text_encoder": [2, 0],
"vae": [3, 0],
"prompt": ["STRING", "a cute panda jumping in a cherry blossom forest at sunset"],
"negative_prompt": ["STRING", "blurry, ugly, bad quality"],
"steps": 24,
"cfg": 5.0,
"seed": 42
}
},
{
"id": 5,
"type": "VideoOutput",
"inputs": { "video": [4, 0] }
}
],
"links": [],
"groups": [],
"config": {},
"extra": {}
}