/sora-web

sora text to image/video website

Primary LanguageTypeScriptApache License 2.0Apache-2.0

SoraWebui

A browser interface for OpenAI Sora, generate text-to-video simply. 👉 SoraWebui

English | 简体中文

Quick Started

Deploy on Vercel

Deploy with Vercel

1. Clone project

git clone git@github.com:SoraWebui/SoraWebui.git

2. Install dependencies

cd SoraWebui && yarn
#or
cd SoraWebui && npm install
#or
cd SoraWebui && pnpm install

3. Run it

yarn dev
#or
npm run dev
#or
pnpm dev

4. Open http://localhost with your browser to see it.

success_deploy.jpg

Notice

SoraWebui requires FakeSoraAPI to function properly.