这是一个免费试用AI视频创作平台,集成了基于GPT的视频剧本生成和视频生成功能。 我们的理想是让每个人都能成为导演,以最快的方式将日常中的任何创意转化为高质量的视频, 无论是电影、营销视频、还是自媒体视频。 完整平台请在这里试用。
由于生成式AI发展迅速,Sora等模型也迅速步入人们关注。 而目前基于生成式模型的前端平台普遍较少,页面功能较为简陋,难以满足用户需求。 因此本项目开源基于NextJS的前端, 希望能够提供一个用于生成式AI的文字转视频, 尤其是电影从编剧到视频生成的Web前端平台参考。
Everyone can become a director. The front-end of an AI driven platform for automatic movie/video generation (form GPT script generation to text2video movie generation).
- 视频剧本生成 - GPT for script generation
- OpenAI
- 百度千帆大模型
- 智谱ChatGLM
- 剧本转视频 - Text2Video
- fliki(API is temporarily unavailable)
- StableDiffusionAPI(expensive and uncertain performance)
由于fliki近期关闭了API接口,本平台的视频生成功能暂时无法使用。 另一种替代方案是使用StableDiffusionAPI, 但是由于其高昂的价格成本(147刀/月)和不确定的生成效果,本平台暂时无法实现对接。
但这些并不影响本项目的前端开源和价值,我们仍然希望能够为生成式AI文生视频的前端开发提供一些参考。
完整平台请在这里试用。
Please try the full platform here.
- 安装依赖 - Install Dependencies
npm install --force
- 启动项目 - Start Project
npm run dev
- Skip the login
If you don't own a chinese phone number, you can skip the login by modifying the nextjs middleware file, by commenting out the redirect code in
/client/src/middleware.ts
本项目的前端代码基于MIT协议开源,后端代码暂不开源。
- 本平台的剧本生成和部分AI技术基于智增增,OpenAI 和其他主流大语言模型平台。
- 视频生成和部分AI技术基于fliki。
- 网站框架基于NextJS, 设计参考了notus-nextjs和nextjs-template
- 视频生成后的视频剪辑功能基于fabric-video-editor
This project is released under the MIT License.
- The script generation and some AI techniques are based on OpenAI, 智增增 and other mainstream LLM platforms
- The video generation and some AI techniques are based on fliki
- The website is based on NextJS, and is designed referencing the notus-nextjs and nextjs-template
- The video trimming function after video generation is based on the fabric-video-editor