workflows/wan_video_t2v.json
workflows/wan_video_t2v.jsonBrowse 33 files
749 tokens
2,189 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1{2 "_comment": "Wan 2.1 text-to-video. Cloud: confirmed available. Local: download wan2.1_t2v_1.3B_fp16.safetensors → models/diffusion_models/ (or models/unet/), umt5_xxl_fp16.safetensors → models/text_encoders/ (or models/clip/), wan_2.1_vae.safetensors → models/vae/. Output: MP4. Large model — only on cloud or 24 GB+ local GPU.",3 "6": {4 "class_type": "CLIPTextEncode",5 "_meta": {"title": "Prompt"},6 "inputs": {7 "text": "a graceful crane taking flight from a misty lake at dawn, slow motion, 4k",8 "clip": ["38", 0]9 }10 },11 "7": {12 "class_type": "CLIPTextEncode",13 "_meta": {"title": "Negative Prompt"},14 "inputs": {15 "text": "static, blurry, watermark, low quality",16 "clip": ["38", 0]17 }18 },19 "8": {20 "class_type": "VAEDecode",21 "_meta": {"title": "VAE Decode"},22 "inputs": {"samples": ["3", 0], "vae": ["39", 0]}23 },24 "37": {25 "class_type": "UNETLoader",26 "_meta": {"title": "Wan UNET"},27 "inputs": {"unet_name": "wan2.1_t2v_1.3B_fp16.safetensors", "weight_dtype": "default"}28 },29 "38": {30 "class_type": "CLIPLoader",31 "_meta": {"title": "Wan CLIP"},32 "inputs": {"clip_name": "umt5_xxl_fp16.safetensors", "type": "wan"}33 },34 "39": {35 "class_type": "VAELoader",36 "_meta": {"title": "Wan VAE"},37 "inputs": {"vae_name": "wan_2.1_vae.safetensors"}38 },39 "3": {40 "class_type": "KSampler",41 "_meta": {"title": "KSampler"},42 "inputs": {43 "seed": 42, "steps": 30, "cfg": 6.0,44 "sampler_name": "uni_pc", "scheduler": "simple", "denoise": 1.0,45 "model": ["37", 0],46 "positive": ["6", 0],47 "negative": ["7", 0],48 "latent_image": ["40", 0]49 }50 },51 "40": {52 "class_type": "EmptyHunyuanLatentVideo",53 "_meta": {"title": "Latent Video (33 frames)"},54 "inputs": {"width": 832, "height": 480, "length": 33, "batch_size": 1}55 },56 "9": {57 "class_type": "VHS_VideoCombine",58 "_meta": {"title": "Video Combine"},59 "inputs": {60 "frame_rate": 16.0,61 "loop_count": 0,62 "filename_prefix": "wan_t2v",63 "format": "video/h264-mp4",64 "pingpong": false,65 "save_output": true,66 "images": ["8", 0]67 }68 }69}70