From b01a5e4bc8cdaa221895a92afbdc58e97b4d1ea3 Mon Sep 17 00:00:00 2001 From: deepbeepmeep Date: Wed, 6 Aug 2025 20:55:34 +0200 Subject: [PATCH] added default def fir i2v 2.2 --- defaults/ti2v_2_2.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 defaults/ti2v_2_2.json diff --git a/defaults/ti2v_2_2.json b/defaults/ti2v_2_2.json new file mode 100644 index 0000000..ac329fa --- /dev/null +++ b/defaults/ti2v_2_2.json @@ -0,0 +1,17 @@ +{ + "model": { + "name": "Wan2.2 TextImage2video 5B", + "architecture": "ti2v_2_2", + "description": "Wan 2.2 Text 2 Video model 5B", + "URLs": [ + "https://huggingface.co/DeepBeepMeep/Wan2.2/resolve/main/wan2.2_text2video_5B_mbf16.safetensors", + "https://huggingface.co/DeepBeepMeep/Wan2.2/resolve/main/wan2.2_text2video_5B_quanto_mbf16_int8.safetensors" + ], + "group": "wan2_2" + }, + "video_length": 121, + "guidance_scale": 5, + "flow_shift": 5, + "num_inference_steps": 50, + "resolution": "1280x720" +} \ No newline at end of file