Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.06 KB

FakeSoraAPI

API for SoraWebui.This API will be called to generate video from text. demo here👉 FakeSoraAPI

English | 简体中文

Quick Started

Deploy on Vercel

Deploy with Vercel

1. Clone project

git clone [email protected]:SoraWebui/FakeSoraAPI.git

2. Install dependencies

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

3. Run it

yarn dev
#or
npm run dev
#or
pnpm dev

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

success_deploy.jpg