diff options
author | Greendayle <Greendayle> | 2022-10-08 16:02:56 +0000 |
---|---|---|
committer | Greendayle <Greendayle> | 2022-10-08 16:02:56 +0000 |
commit | 01f8cb44474e454903c11718e6a4f33dbde34bb8 (patch) | |
tree | 3f0b30e2f356733b5d610d1fb4c4913c305c3af4 /README.md | |
parent | 5329d0aba0296f2fde4b5e6256dd27d46028a429 (diff) | |
download | stable-diffusion-webui-gfx803-01f8cb44474e454903c11718e6a4f33dbde34bb8.tar.gz stable-diffusion-webui-gfx803-01f8cb44474e454903c11718e6a4f33dbde34bb8.tar.bz2 stable-diffusion-webui-gfx803-01f8cb44474e454903c11718e6a4f33dbde34bb8.zip |
made deepdanbooru optional, added to readme, automatic download of deepbooru model
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,7 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web - separate prompts using uppercase `AND`
- also supports weights for prompts: `a cat :1.2 AND a dog AND a penguin :2.2`
- No token limit for prompts (original stable diffusion lets you use up to 75 tokens)
+- DeepDanbooru integration, creates danbooru style tags for anime prompts (add --deepdanbooru to commandline args)
## Installation and Running
Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for both [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) (recommended) and [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
@@ -123,4 +124,5 @@ The documentation was moved from this README over to the project's [wiki](https: - Noise generation for outpainting mk2 - https://github.com/parlance-zz/g-diffuser-bot
- CLIP interrogator idea and borrowing some code - https://github.com/pharmapsychotic/clip-interrogator
- Initial Gradio script - posted on 4chan by an Anonymous user. Thank you Anonymous user.
+- DeepDanbooru - interrogator for anime diffusors https://github.com/KichangKim/DeepDanbooru
- (You)
|