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.
1.4 KiB
1.4 KiB
SoraWebui
SoraWebui 是一个开源项目,允许用户使用 OpenAI 的 Sora 模型使用文本在线生成视频,从而简化视频创建,并具有轻松的一键网站部署功能。 👉 SoraWebui
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. 复制 .env.example 并将其重命名为 .env.local
# 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
4. 运行
yarn dev
#or
npm run dev
#or
pnpm dev
4. 在浏览器打开 http://localhost
重要事项
SoraWebui 需要 FakeSoraAPI 才能正常运行。