sdfdsfsf32e3 commited on
Commit
486d19f
·
verified ·
1 Parent(s): 38275e9

Upload 4 files

Browse files
Files changed (4) hide show
  1. README.md +7 -8
  2. app.py +0 -0
  3. requirements.txt +30 -0
  4. runexx_msr_workflow.json +0 -0
README.md CHANGED
@@ -1,13 +1,12 @@
1
  ---
2
- title: Sss
3
- emoji: 🚀
4
- colorFrom: yellow
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 6.25.0
8
  python_version: '3.12'
9
  app_file: app.py
10
- pinned: false
 
11
  ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: LTX 2.3 10Eros Image-to-Video
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 improved image-to-video with 10eros & native audio
12
  ---
 
 
app.py ADDED
The diff for this file is too large to render. See raw diff
 
requirements.txt ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # gradio 5.x and transformers 4.x BOTH cap this at <1.0; letting pip drift past
9
+ # the cap is what produces the mixed-version tree that breaks lazy imports.
10
+ huggingface_hub>=0.34.0,<1.0
11
+ transformers>=4.48.0,<5 # 5.x requires huggingface_hub>=1.5, which gradio 5.44 forbids
12
+ accelerate>=0.26.0
13
+ safetensors
14
+ einops
15
+ scipy
16
+ numpy
17
+ pillow
18
+ opencv-python-headless
19
+ mediapipe
20
+ av
21
+ kornia<0.8.0
22
+ psutil
23
+ websocket-client
24
+ gguf
25
+ sentencepiece
26
+ protobuf
27
+ spandrel
28
+ soundfile
29
+ imageio-ffmpeg
30
+ rotary_embedding_torch
runexx_msr_workflow.json ADDED
The diff for this file is too large to render. See raw diff