SoraWebui is an open-source project that simplifies video creation by allowing users to generate videos online with OpenAI's Sora model using text, featuring easy one-click website deployment. 👉 SoraWebui
English | 简体中文
git clone git@github.com:SoraWebui/SoraWebui.git
cd SoraWebui && yarn
#or
cd SoraWebui && npm install
#or
cd SoraWebui && pnpm install
# website URL
NEXT_PUBLIC_SITE_URL=http://localhost
# openai config
OPENAI_API_KEY=sk-XXXXXX
OPENAI_API_BASE_URL=http://localhost:8081
OPENAI_API_MODEL=sora-1.0-turbo
yarn dev
#or
npm run dev
#or
pnpm dev
5. Open http://localhost with your browser to see it.
SoraWebui requires FakeSoraAPI to function properly.