READMEの更新
parent
cf733bc0c6
commit
fe3a92698e
10
README.md
10
README.md
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
([日本語版はこちら](README_ja.md))
|
||||
|
||||
This is a repository for using [ChatGPT](https://openai.com/blog/chatgpt) in [Stable Diffusion web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui).
|
||||
When you say something like "generate an image", ChatGPT will automatically generate a prompt and generate an image.
|
||||
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
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ Generate more than 20 prompts.
|
|||
|
||||
## How to install
|
||||
|
||||
1. [ChatGPT API Key](https://platform.openai.com/account/api-keys) is required (with some exceptions).
|
||||
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.
|
||||
|
|
@ -41,6 +41,6 @@ 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 ChatGPT API key in "API Key" of "Settings".
|
||||
4. Open "sd-webui-chatgpt" tab, and enter your API key in "API Key" of "Settings".
|
||||
|
||||
Now you can talk to ChatGPT from "Chat" on the "sd-webui-chatgpt" tab.
|
||||
Now you can talk from "Chat" on the "sd-webui-chatgpt" tab.
|
||||
10
README_ja.md
10
README_ja.md
|
|
@ -1,7 +1,7 @@
|
|||
# sd-webui-chatgpt
|
||||
|
||||
[Stable Diffusion web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui)で[ChatGPT](https://openai.com/blog/chatgpt)を利用するためのリポジトリです。
|
||||
「画像を生成して」などの発言をすると、ChatGPTがプロンプトを自動生成して画像を生成してくれます。
|
||||
[Stable Diffusion web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui)で[OpenAI API](https://platform.openai.com/overview)([ChatGPT](https://openai.com/blog/chatgpt)互換)や[llama.cpp](https://github.com/ggerganov/llama.cpp)で会話をするためのリポジトリです。
|
||||
「画像を生成して」などの発言をすると、プロンプトを自動生成して画像を生成してくれます。
|
||||
|
||||
## サンプル
|
||||
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
## 導入方法
|
||||
|
||||
1. [ChatGPTのAPIキー](https://platform.openai.com/account/api-keys)が必要です(一部を除いて有料)。
|
||||
1. [OpenAI APIキー](https://platform.openai.com/account/api-keys)が必要です(一部を除いて有料)。
|
||||
持っていない場合は、登録して発行してください。
|
||||
|
||||
2. webuiを起動し、「拡張機能(Extensions)」の「URLからインストール(Install from URL)」から以下のURLを入力し、インストールしてください。
|
||||
|
|
@ -39,6 +39,6 @@ https://github.com/NON906/sd-webui-chatgpt.git
|
|||
|
||||
3. 「拡張機能(Extensions)」の「インストール済(Installed)」の「適用してUIを再起動(Apply and restart UI)」をクリックし、再起動してください。
|
||||
|
||||
4. 「sd-webui-chatgpt」タブの「設定(Settings)」の「API キー(API Key)」にChatGPTのAPIキーを入力してください。
|
||||
4. 「sd-webui-chatgpt」タブの「設定(Settings)」の「API キー(API Key)」にAPIキーを入力してください。
|
||||
|
||||
これで「sd-webui-chatgpt」タブの「Chat」からChatGPTと会話できるようになります。
|
||||
これで「sd-webui-chatgpt」タブの「Chat」から会話できるようになります。
|
||||
Loading…
Reference in New Issue