LTX-2 / text_encoder /generation_config.json
jsoncx's picture
restructure: match official Lightricks/LTX-2 layout
074f593 verified
{
"cache_implementation": "hybrid",
"do_sample": true,
"eos_token_id": [
1,
106
],
"top_k": 64,
"top_p": 0.95,
"transformers_version": "4.57.3"
}