You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1012 B
1012 B
SoraWebui
OpenAI Sora 的浏览器界面,可轻松生成文本到视频。
English | 简体中文
快速开始
在 Vercel 上部署
1. 克隆项目
git clone git@github.com:SoraWebui/SoraWebui.git
2. 安装依赖
cd SoraWebui && yarn
#or
cd SoraWebui && npm install
#or
cd SoraWebui && pnpm install
3. 运行
yarn dev
#or
npm run dev
#or
pnpm dev
4. 在浏览器打开 http://localhost
注意
SoraWebui 需要 FakeSoraAPI 才能正常运行。