Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)