Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hallatore/stable-diffusion-webui-prompt-utilities
A set of utilities for the stable-diffusion-webui
https://github.com/hallatore/stable-diffusion-webui-prompt-utilities
Last synced: 3 months ago
JSON representation
A set of utilities for the stable-diffusion-webui
- Host: GitHub
- URL: https://github.com/hallatore/stable-diffusion-webui-prompt-utilities
- Owner: hallatore
- Created: 2022-11-13T16:05:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T07:26:34.000Z (about 2 years ago)
- Last Synced: 2023-03-11T08:17:33.854Z (almost 2 years ago)
- Language: Python
- Size: 6.44 MB
- Stars: 37
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stable-diffusion-webui-prompt-utilities
This an extension for [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)This is a set of utilities for the stable-diffusion-webui.
## Installation
go to the directory \/extensions and run command to install: `git clone https://github.com/hallatore/stable-diffusion-webui-prompt-utilities` and restart your stable-diffusion-webui.
[See here for more install details]( https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Extensions)
## Prompt reducer
This script will generate a grid of images with different parts of the prompt removed. This can be used to find out what each part does to the image.
![image](images/prompt-reducer.png)
### Example prompt
sports car, Porsche, masterpiece, best quality, epic lighting
Negative prompt: text, b&w, weird colors, (cartoon, 3d, bad art, poorly drawn, close up, blurry, disfigured, deformed, extra limbs:1.5)
Steps: 30, Sampler: DPM++ 2M Karras, CFG scale: 5, Seed: 1960802277, Size: 768x512![image](images/prompt-reducer-example.png)
## Prompt puncher
This script will generate a grid of images with different parts of the prompt increased in strength. This can be used to find out what each part does to the image.
![image](images/prompt-puncher.png)
### Example prompt
sports car, Porsche, masterpiece, best quality, epic lighting
Negative prompt: text, b&w, weird colors, (cartoon, 3d, bad art, poorly drawn, close up, blurry, disfigured, deformed, extra limbs:1.5)
Steps: 30, Sampler: DPM++ 2M Karras, CFG scale: 5, Seed: 1960802277, Size: 768x512![image](images/prompt-puncher-example.png)