Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1000 Bytes

README.zh-CN.md

File metadata and controls

44 lines (31 loc) · 1000 Bytes

FakeSoraAPI

SoraWebui 的接口,调用此 API 以从文本生成视频。 👉 FakeSoraAPI

English | 简体中文

快速开始

在 Vercel 上部署

Deploy with Vercel

1. 克隆项目

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

2. 安装依赖

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

3. 运行

yarn dev
#or
npm run dev
#or
pnpm dev

4. 在浏览器打开 http://localhost:8081

success_deploy.jpg