Spaces:
Running
on
Zero
Running
on
Zero
metadata
title: STARFlow
emoji: 🎨
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 6.0.2
app_file: app.py
pinned: false
license: apache-2.0
STARFlow: Text-to-Image & Video Generation
Generate high-quality images and videos from text prompts using STARFlow models.
Usage
- Upload a model checkpoint (.pth file)
- Enter your text prompt
- Adjust settings (CFG scale, aspect ratio, etc.)
- Click "Generate"
Models
- STARFlow 3B: Text-to-image generation (256x256)
- STARFlow-V 7B: Text-to-video generation (480p, ~5 seconds)
Hardware
This Space requires GPU. Select GPU T4 small (free) or GPU A10 (paid) in Space settings.
Configuration
- Config files: Located in
configs/directory - Requirements: See
requirements.txt - App:
app.py(Gradio interface)