Add files via upload

debug_branch
EnsignMK 2023-06-24 20:06:56 +02:00 committed by GitHub
commit 13afff2d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

33
README.md Normal file
View File

@ -0,0 +1,33 @@
# Danbooru Prompt
Extension that gets tags for Danbooru images links in AUTOMATIC1111's Stable Diffusion webui
# Credit:
Alot of code I used for this project came from this project:
https://github.com/antis0007/sd-webui-gelbooru-prompt
## What is this?
This is a small extension I wrote to let you automatically pull the tags for any saved Danbooru image link in [AUTOMATIC1111's stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
## Additional Info:
### How does this work?
Example:
> paste Danbooru image link : https://danbooru.donmai.us/posts/6431002
All you need to do is hit the "Get Tags" button, and it will put the fetched tags into the textbox below.
You can now use these tags in any prompt crafting you'd like to do. Enjoy!
### Requirements:
This extensions requires beautifulsoup4, you'll need to install it to either your venv or globally depending on your setup
[inside venv/Scripts]
yourenv is where your stable webui is installed
> activate yourenv
> pip install beautifulsoup4
## Showcase / Usage:
![example_image](showcase.png)