Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prompt-engineering/chat-diffusion
ChatDiffusion - A ChatGPT web UI that integrates with variety of online Stable Diffusion services
https://github.com/prompt-engineering/chat-diffusion
chatgpt huggingface stable-diffusion
Last synced: 3 months ago
JSON representation
ChatDiffusion - A ChatGPT web UI that integrates with variety of online Stable Diffusion services
- Host: GitHub
- URL: https://github.com/prompt-engineering/chat-diffusion
- Owner: prompt-engineering
- License: mit
- Created: 2023-03-25T15:21:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-30T01:25:47.000Z (over 1 year ago)
- Last Synced: 2024-04-14T17:24:31.291Z (7 months ago)
- Topics: chatgpt, huggingface, stable-diffusion
- Language: TypeScript
- Homepage: https://chat.fluoritestudio.com
- Size: 497 KB
- Stars: 61
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatDiffusion - A ChatGPT web UI that integrates with variety of online Stable Diffusion services
[![ci](https://github.com/prompt-engineering/chat-diffusion/actions/workflows/ci.yml/badge.svg)](https://github.com/prompt-engineering/chat-diffusion/actions/workflows/ci.yml)
![GitHub](https://img.shields.io/github/license/prompt-engineering/chat-diffusion)
[![Discord](https://img.shields.io/discord/1082563233593966612)](https://discord.gg/FSWXq4DmEj)English | [简体中文](./README.zh-CN.md)
![Screenshot](https://raw.githubusercontent.com/tianweiliu/.github/main/chatdiffusion.png)
Online Demo: [https://chat.fluoritestudio.com](https://chat.fluoritestudio.com)
Join us:
[![Chat Server](https://img.shields.io/badge/chat-discord-7289da.svg)](https://discord.gg/FSWXq4DmEj)
## Only support client-side (browser) call to OpenAI at this moment. Server-side WIP.
## Supported online services:
- [x] Hugging Face [Inference API](https://huggingface.co/inference-api) for Text to Image
- [x] Using [prompthero/openjourney](https://huggingface.co/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](https://huggingface.co/spaces/hysts/DeepDanbooru) (WIP)## Local Usage
1. Clone the [ChatDiffusion](https://github.com/prompt-engineering/chat-diffusion) from GitHub.
2. Run `npm install`.
3. You can now use the application by running `npm run dev`.## LICENSE
This code is distributed under the MIT license. See [LICENSE](./LICENSE) in this directory.