File size: 815 Bytes
85913ac
d61da82
 
 
 
85913ac
d61da82
 
85913ac
 
d61da82
 
 
 
 
85913ac
 
d61da82
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: LTX-2.3 Gemma Encoder API
emoji: 🧠
colorFrom: purple
colorTo: yellow
sdk: gradio
sdk_version: 6.13.0
python_version: '3.12'
app_file: app.py
pinned: false
hardware: zero-a10g
short_description: Gemma text encoder backend for the LTX-2.3 playground
models:
  - Lightricks/LTX-2.3
  - google/gemma-3-12b-it-qat-q4_0-unquantized
---

# 🧠 LTX-2.3 Gemma text encoder — API backend

Private encoder backend for the LTX-2.3 Pre-Production Playground (adapted from
`linoyts/gemma-text-encoder` to LTX-2.3). Runs Gemma-3-12B + the 2.3 embeddings
connectors and returns final embeddings (video/audio encodings + attention mask) as a
`.pt` — positive and, when `encode_negative=True`, negative (for the dev two-stage CFG
path). Handles prompt enhancement too. Set `HF_TOKEN` (gated `Lightricks/LTX-2.3`).