just another version
This commit is contained in:
24
defaults/t2v_2_2.json
Normal file
24
defaults/t2v_2_2.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"model":
|
||||
{
|
||||
"name": "Wan2.2 Text2video 14B",
|
||||
"architecture" : "t2v",
|
||||
"description": "Wan 2.2 Text 2 Video model",
|
||||
"URLs": [
|
||||
"https://huggingface.co/DeepBeepMeep/Wan2.2/resolve/main/wan2.2_text2video_14B_high_mbf16.safetensors",
|
||||
"https://huggingface.co/DeepBeepMeep/Wan2.2/resolve/main/wan2.2_text2video_14B_high_quanto_mbf16_int8.safetensors",
|
||||
"https://huggingface.co/DeepBeepMeep/Wan2.2/resolve/main/wan2.2_text2video_14B_high_quanto_mfp16_int8.safetensors"
|
||||
],
|
||||
"URLs2": [
|
||||
"https://huggingface.co/DeepBeepMeep/Wan2.2/resolve/main/wan2.2_text2video_14B_low_mbf16.safetensors",
|
||||
"https://huggingface.co/DeepBeepMeep/Wan2.2/resolve/main/wan2.2_text2video_14B_low_quanto_mbf16_int8.safetensors",
|
||||
"https://huggingface.co/DeepBeepMeep/Wan2.2/resolve/main/wan2.2_text2video_14B_low_quanto_mfp16_int8.safetensors"
|
||||
],
|
||||
"group": "wan2_2"
|
||||
},
|
||||
"switch_threshold" : 875,
|
||||
"guidance_scale" : 4,
|
||||
"guidance2_scale" : 3,
|
||||
"flow_shift" : 12
|
||||
|
||||
}
|
||||
25
defaults/vace_14B_cocktail_2_2.json
Normal file
25
defaults/vace_14B_cocktail_2_2.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"model": {
|
||||
"name": "Wan2.2 Vace Cocktail 14B",
|
||||
"architecture": "vace_14B",
|
||||
"modules": [
|
||||
"vace_14B"
|
||||
],
|
||||
"description": "This model has been created on the fly using the Wan text 2.2 video model and the Loras of FusioniX. The weight of the Detail Enhancer Lora has been reduced to improve identity preservation. Copy the model def in the finetune folder to change the Cocktail composition.",
|
||||
"URLs": "t2v_2_2",
|
||||
"URLs2": "t2v_2_2",
|
||||
"loras": [
|
||||
"https://huggingface.co/DeepBeepMeep/Wan2.1/resolve/main/loras_accelerators/Wan21_CausVid_14B_T2V_lora_rank32_v2.safetensors",
|
||||
"https://huggingface.co/DeepBeepMeep/Wan2.1/resolve/main/loras_accelerators/DetailEnhancerV1.safetensors",
|
||||
"https://huggingface.co/DeepBeepMeep/Wan2.1/resolve/main/loras_accelerators/Wan21_AccVid_T2V_14B_lora_rank32_fp16.safetensors",
|
||||
"https://huggingface.co/DeepBeepMeep/Wan2.1/resolve/main/loras_accelerators/Wan21_T2V_14B_MoviiGen_lora_rank32_fp16.safetensors"
|
||||
],
|
||||
"loras_multipliers": [1, 0.2, 0.5, 0.5],
|
||||
"group": "wan2_2"
|
||||
},
|
||||
"num_inference_steps": 10,
|
||||
"guidance_scale": 1,
|
||||
"guidance_scale": 2,
|
||||
"flow_shift": 2,
|
||||
"switch_threshold" : 875
|
||||
}
|
||||
19
defaults/vace_14B_cocktail_2_2_light.json
Normal file
19
defaults/vace_14B_cocktail_2_2_light.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"model": {
|
||||
"name": "Wan2.2 Vace Cocktail Light 14B",
|
||||
"architecture": "vace_14B",
|
||||
"modules": [
|
||||
"vace_14B"
|
||||
],
|
||||
"description": "This model has been created on the fly using the Wan text 2.2 video model and the Loras of FusioniX. The weight of the Detail Enhancer Lora has been reduced to improve identity preservation. Only the high noise part of the v2.2 model is used to reduce RAM usage.",
|
||||
"URLs": "t2v_2_2",
|
||||
"URLs2": "t2v_2_2",
|
||||
"loras": "vace_14B_cocktail_2_2",
|
||||
"loras_multipliers": "vace_14B_cocktail_2_2",
|
||||
"group": "wan2_2"
|
||||
},
|
||||
"num_inference_steps": 10,
|
||||
"guidance_scale": 1,
|
||||
"guidance_scale": 2,
|
||||
"flow_shift": 2
|
||||
}
|
||||
Reference in New Issue
Block a user