leoeric commited on
Commit
881c745
·
1 Parent(s): 0b4562b

Add README.md with HF Spaces configuration

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: STARFlow
3
+ emoji: 🎨
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 4.0.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: apache-2.0
11
+ ---
12
+
13
+ # STARFlow: Text-to-Image & Video Generation
14
+
15
+ Generate high-quality images and videos from text prompts using STARFlow models.
16
+
17
+ ## Usage
18
+
19
+ 1. Upload a model checkpoint (.pth file)
20
+ 2. Enter your text prompt
21
+ 3. Adjust settings (CFG scale, aspect ratio, etc.)
22
+ 4. Click "Generate"
23
+
24
+ ## Models
25
+
26
+ - **STARFlow 3B**: Text-to-image generation (256x256)
27
+ - **STARFlow-V 7B**: Text-to-video generation (480p, ~5 seconds)
28
+
29
+ ## Hardware
30
+
31
+ This Space requires GPU. Select GPU T4 small (free) or GPU A10 (paid) in Space settings.
32
+
33
+ ## Configuration
34
+
35
+ - **Config files**: Located in `configs/` directory
36
+ - **Requirements**: See `requirements.txt`
37
+ - **App**: `app.py` (Gradio interface)
38
+