signsur4739379373 commited on
Commit
bc546a3
·
0 Parent(s):

absolvement

Browse files
Files changed (4) hide show
  1. README.md +12 -0
  2. app.py +0 -0
  3. requirements.txt +28 -0
  4. runexx_msr_workflow.json +0 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: LTX 2.3 Finetuned I2V
3
+ emoji: 🎬
4
+ colorFrom: indigo
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 5.44.1
8
+ python_version: '3.12'
9
+ app_file: app.py
10
+ pinned: true
11
+ short_description: LTX 2.3 finetuned I2V with identity & voice conditioning
12
+ ---
app.py ADDED
The diff for this file is too large to render. See raw diff
 
requirements.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu128
2
+ torch==2.8.0
3
+ torchvision==0.23.0
4
+ torchaudio==2.8.0
5
+ torchsde
6
+ spaces
7
+ gradio>=5,<6
8
+ huggingface_hub>=0.34.0
9
+ transformers>=4.48.0
10
+ accelerate>=0.26.0
11
+ safetensors
12
+ einops
13
+ scipy
14
+ numpy
15
+ pillow
16
+ opencv-python-headless
17
+ mediapipe
18
+ av
19
+ kornia<0.8.0
20
+ psutil
21
+ websocket-client
22
+ gguf
23
+ sentencepiece
24
+ protobuf
25
+ spandrel
26
+ soundfile
27
+ imageio-ffmpeg
28
+ rotary_embedding_torch
runexx_msr_workflow.json ADDED
The diff for this file is too large to render. See raw diff