Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.34 KB

README.zh-CN.md

File metadata and controls

29 lines (18 loc) · 1.34 KB

ChatDiffusion - 集成了在线 AI 绘画功能的 ChatGPT UI

ci GitHub

English | 简体中文

截图

演示:https://chat.fluoritestudio.com

目前仅支持客户端(浏览器)访问 OpenAI,服务器端调用正在开发中

集成的在线服务:

  • Hugging Face Inference API 用于文字生成图像
    • prompthero/openjourney 作为默认的 Stable Diffusion 模型, 你可以让 ChatGPT 把 "model" 换成 Hugging Face 上任意开启了 Inference API 的模型。
  • Hugging Face Space 集成,用于图像转文字

本地搭建

  1. 从 GitHub 克隆 ChatVisualNovel
  2. 执行 npm install
  3. 直接运行 npm run dev 就可以使用了。

LICENSE

This code is distributed under the MIT license. See LICENSE in this directory.