Bils commited on
Commit
2ec7e62
·
verified ·
1 Parent(s): f245206

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -14
README.md CHANGED
@@ -1,14 +1,29 @@
1
- ---
2
- title: ShortiFoley
3
- emoji: 🦀
4
- colorFrom: yellow
5
- colorTo: pink
6
- sdk: gradio
7
- sdk_version: 5.44.1
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: Smart foley for 9:16 Shorts with one click
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Foley Studio (ZeroGPU) — HunyuanVideo-Foley
2
+
3
+ Custom Gradio front-end for **tencent/HunyuanVideo-Foley** with:
4
+ - **ZeroGPU** execution via `@spaces.GPU(duration=240)`
5
+ - Smart **preprocessing** (auto-trim to ~20s, downscale to 480p)
6
+ - **Mux** option to deliver MP4 with foley track
7
+ - **Batch-Lite** queue for 1–3 short clips
8
+ - Simple **branding** via env vars
9
+
10
+ ## Space setup
11
+ - Type: **Gradio**
12
+ - Hardware: **ZeroGPU**
13
+ - Dev Mode: **ON**
14
+ - Add files: `app.py`, `requirements.txt`, `postBuild`, `README.md`
15
+
16
+ Optional ENV:
17
+ - `BILS_BRAND` (default: "Bilsimaging · Foley Studio")
18
+ - `PRIMARY_COLOR` (hex, default: `#6B5BFF`)
19
+ - `MAX_SECS` (default: 22)
20
+ - `TARGET_H` (default: 480)
21
+ - `TARGET_SR` (default: 48000)
22
+
23
+ ## Usage
24
+ 1. Upload a short video (≤ ~20s recommended).
25
+ 2. (Optional) Add a sound prompt.
26
+ 3. Click **Generate**.
27
+ 4. Download the WAV and/or muxed MP4.
28
+
29
+