chat-diffusion
chat-diffusion copied to clipboard
ChatDiffusion - A ChatGPT web UI that integrates with variety of online Stable Diffusion services
ChatDiffusion - A ChatGPT web UI that integrates with variety of online Stable Diffusion services
English | 简体中文
Online Demo: https://chat.fluoritestudio.com
Join us:
Only support client-side (browser) call to OpenAI at this moment. Server-side WIP.
Supported online services:
- [x] Hugging Face Inference API for Text to Image
- [x] Using prompthero/openjourney as default Stable Diffusion model, you can ask ChatGPT to change the "model" value in JSON to any model hosted on Hugging Face that has public inference API enabled.
- [ ] Hugging Face Space integration for Image to Text
- [x] DeepDanbooru (WIP)
Local Usage
- Clone the ChatDiffusion from GitHub.
- Run
npm install
. - You can now use the application by running
npm run dev
.
LICENSE
This code is distributed under the MIT license. See LICENSE in this directory.