Licon-Live-Talk / config.json
LiconStudio's picture
Add root inference config
7137210 verified
Raw
History Blame Contribute Delete
818 Bytes
{
"schema_version": 1,
"name": "Licon Live Talk",
"release": "validation-0.1",
"release_status": "validation",
"base_model": "Lightricks/LTX-2.3",
"code_repository": "https://github.com/liconstudio/Licon-Live-Talk",
"model_repository": "https://huggingface.co/LiconStudio/Licon-Live-Talk",
"precision": "bfloat16",
"validated_inference_profile": {
"height": 704,
"width": 704,
"fps": 24,
"denoising_steps": 4
},
"inputs": [
"reference_image",
"text_guidance"
],
"output": "streaming_audio_video",
"components": {
"generator": "generator/model.safetensors.index.json",
"runtime": "runtime/licon_runtime_components_bf16.safetensors",
"text_conditioner": "gemma/model.safetensors.index.json",
"dialogue_model": "qwen/model.safetensors.index.json"
}
}