Exosfeer commited on
Commit
0492dcc
·
1 Parent(s): b086208

Upgrade to Gradio 6.2.0 for html_template/js_on_load support in custom components

Browse files
Files changed (2) hide show
  1. README.md +7 -3
  2. requirements.txt +0 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: ⚡
4
  colorFrom: purple
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 5.23.0
8
  python_version: '3.12'
9
  app_file: app.py
10
  pinned: true
@@ -39,8 +39,11 @@ parameter** DiT-based audio-video foundation model — running entirely on
39
 
40
  - **Text to Video** — describe a scene and get video with synchronized audio
41
  - **Image to Video** — provide a first frame and animate it with audio
 
 
42
  - **Prompt enhancement** — Gemma-3 12B rewrites your prompt for better results
43
  - **Multiple resolutions** — 16:9, 1:1, and 9:16 aspect ratios
 
44
  - **Reproducible** — set a seed for consistent outputs
45
 
46
  ## How it works
@@ -84,8 +87,8 @@ the massive 22B model on ZeroGPU's A10G (40GB VRAM):
84
  Keep duration at 3 seconds or less for best reliability.
85
  - **VRAM constraints**: Even with FP8 quantization, very high resolutions
86
  are not possible. The preset resolutions are tuned for ZeroGPU.
87
- - **No audio conditioning**: This simplified interface doesn't support
88
- custom audio input (the full model does).
89
 
90
  ## Duplicating this Space
91
 
@@ -101,3 +104,4 @@ as the text encoder. Before duplicating, you must:
101
  - **Text encoder**: [google/gemma-3-12b-it-qat-q4_0-unquantized](https://huggingface.co/google/gemma-3-12b-it-qat-q4_0-unquantized) (requires accepting Google's Gemma license)
102
  - **Codebase**: [Lightricks/LTX-2](https://github.com/Lightricks/LTX-2)
103
  - **ZeroGPU architecture** inspired by [alexnasa/ltx-2-TURBO](https://huggingface.co/spaces/alexnasa/ltx-2-TURBO)
 
 
4
  colorFrom: purple
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 6.2.0
8
  python_version: '3.12'
9
  app_file: app.py
10
  pinned: true
 
39
 
40
  - **Text to Video** — describe a scene and get video with synchronized audio
41
  - **Image to Video** — provide a first frame and animate it with audio
42
+ - **Interpolate Mode** — provide first and last frames, generate video between them
43
+ - **Audio Input** — provide custom audio for lip-sync or soundtrack conditioning
44
  - **Prompt enhancement** — Gemma-3 12B rewrites your prompt for better results
45
  - **Multiple resolutions** — 16:9, 1:1, and 9:16 aspect ratios
46
+ - **Duration presets** — 2s, 3s, and 5s video clips
47
  - **Reproducible** — set a seed for consistent outputs
48
 
49
  ## How it works
 
87
  Keep duration at 3 seconds or less for best reliability.
88
  - **VRAM constraints**: Even with FP8 quantization, very high resolutions
89
  are not possible. The preset resolutions are tuned for ZeroGPU.
90
+ - **No camera LoRAs**: Camera LoRAs are only available for the 19B model,
91
+ not the 22B 2.3 model.
92
 
93
  ## Duplicating this Space
94
 
 
104
  - **Text encoder**: [google/gemma-3-12b-it-qat-q4_0-unquantized](https://huggingface.co/google/gemma-3-12b-it-qat-q4_0-unquantized) (requires accepting Google's Gemma license)
105
  - **Codebase**: [Lightricks/LTX-2](https://github.com/Lightricks/LTX-2)
106
  - **ZeroGPU architecture** inspired by [alexnasa/ltx-2-TURBO](https://huggingface.co/spaces/alexnasa/ltx-2-TURBO)
107
+ - **Space by** [ZeroCollabs](https://huggingface.co/ZeroCollabs) | [GitHub](https://github.com/ZeroHackz)
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- gradio>=5.0
2
  spaces
3
  huggingface_hub[hf_xet]
4
  torch>=2.7
 
 
1
  spaces
2
  huggingface_hub[hf_xet]
3
  torch>=2.7