Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/non906/sd-webui-chatgpt
This is a repository for conversations using OpenAI API (compatible with ChatGPT) or llama.cpp in Stable Diffusion web UI.
https://github.com/non906/sd-webui-chatgpt
Last synced: 3 months ago
JSON representation
This is a repository for conversations using OpenAI API (compatible with ChatGPT) or llama.cpp in Stable Diffusion web UI.
- Host: GitHub
- URL: https://github.com/non906/sd-webui-chatgpt
- Owner: NON906
- License: mit
- Created: 2023-08-11T04:22:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T05:03:53.000Z (5 months ago)
- Last Synced: 2024-06-19T12:44:18.068Z (5 months ago)
- Language: Python
- Homepage:
- Size: 855 KB
- Stars: 39
- Watchers: 2
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - sd-webui-chatgpt - This is a repository for using ChatGPT in Stable Diffusion web UI. (Others)
README
# sd-webui-chatgpt
([日本語版はこちら](README_ja.md))
This is a repository for conversations using [OpenAI API](https://platform.openai.com/overview) (compatible with [ChatGPT](https://openai.com/blog/chatgpt)) or [llama.cpp](https://github.com/ggerganov/llama.cpp) in [Stable Diffusion web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui).
When you say something like "generate an image", it will automatically generate a prompt and generate an image.## Example
```
Please think about the setting of the girl character for one person.
Feel free to think about the details.
``````
Sure! Here's a possible setting for the girl character:Name: Sophia Turner
Age: 17
...
Appearance: Sophia has long, wavy chestnut brown hair that falls just below her shoulders. She has sparkling hazel eyes that light up when she smiles. She has a slender frame and a graceful posture. Sophia loves fashion and always dresses stylishly, often opting for dresses or trendy outfits that reflect her fun and vibrant personality.
...
``````
Please generate an image of her with this content.
Generate more than 20 prompts.
```![](docs/example_en.png)
## How to install
1. [OpenAI API Key](https://platform.openai.com/account/api-keys) is required (with some exceptions).
If you do not have one, please register and issue one.2. Start webui and enter the following URL from "Install from URL" in "Extensions" to install.
```
https://github.com/NON906/sd-webui-chatgpt.git
```3. Click "Apply and restart UI" under "Extensions" -> "Installed", and restart.
4. Open "sd-webui-chatgpt" tab, and enter your API key in "API Key" of "Settings".
Now you can talk from "Chat" on the "sd-webui-chatgpt" tab.