Cinemotion / generation_config.json
jeffvedd's picture
Config 49 frames adicionado
c8e8505 verified
Raw
History Blame Contribute Delete
367 Bytes
{
"base_model": "THUDM/CogVideoX-2b",
"lora_model": "jeffvedd/Cinemotion",
"recommended_settings": {
"num_frames": 49,
"fps": 8,
"num_inference_steps": 30,
"guidance_scale": 6.0,
"lora_scale": 0.8,
"torch_dtype": "bfloat16"
},
"optimizations": [
"enable_model_cpu_offload",
"vae.enable_tiling",
"vae.enable_slicing"
]
}