added default def fir i2v 2.2

This commit is contained in:
deepbeepmeep 2025-08-06 20:55:34 +02:00
parent 160e1f02fa
commit b01a5e4bc8

17
defaults/ti2v_2_2.json Normal file
View File

@ -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"
}