LTX-2.3-distilled-Diffusers / text_encoder /generation_config.json
CalamitousFelicitousness's picture
Replace text_encoder with google/gemma-3-12b-it (bf16, 24GB vs 49GB float32)
85e838f verified
raw
history blame contribute delete
215 Bytes
{
"bos_token_id": 2,
"cache_implementation": "hybrid",
"do_sample": true,
"eos_token_id": [
1,
106
],
"pad_token_id": 0,
"top_k": 64,
"top_p": 0.95,
"transformers_version": "4.50.0.dev0"
}