The Ponyhelper extension for Stable Diffusion Web UI is designed to assist users in creating prompts for the PonyXL model. This extension allows you to prepend dynamic scoring sequences to your prompts based on a configurable slider, helping with quality control using score tags.
- Enable/Disable ScorePrompt: Easily toggle the ScorePrompt feature on or off using a checkbox.
- Score Level Slider: Adjust the scoring sequence from 1 to 9 using a slider.
- Dynamic Accordion Label: The Accordion label updates based on the checkbox state, displaying "Active" or "Not Active".
- Prefix and Negative Prefix Generation: Automatically prepend score sequences to both positive and negative prompts based on the selected score level.
To install the Ponyhelper extension, follow these steps:
-
Ensure you have the latest Automatic1111 stable-diffusion-webui version ≥ 1.93 installed.
-
Open the "Extensions" tab and navigate to the "Install from URL" section.
-
Paste the repository URL into the "URL for extension's git repository" field:
https://github.com/DogManTC/sd-webui-ponyhelper.git
-
Press the Install button. Wait a few seconds for the extension to finish installing.
-
Restart the Web UI: Completely restart your Stable Diffusion Web UI to load the new extension.
- Enable the Extension: In the Stable Diffusion Web UI, navigate to the Ponyhelper extension.
- Configure the Slider: Adjust the score level slider to your desired level.
- Generate Prompts: The extension will automatically prepend the appropriate score sequence to your prompts.
-
Slider set to 6:
- Positive Prompt Prefix:
score_9, score_8_up, score_7_up, score_6_up,
- Negative Prompt Prefix:
score_5, score_4, score_3, score_2, score_1,
- Positive Prompt Prefix:
-
Slider set to 2:
- Positive Prompt Prefix:
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, score_3_up, score_2_up,
- Negative Prompt Prefix:
score_1,
- Positive Prompt Prefix:
-
Slider set to 8:
- Positive Prompt Prefix:
score_9, score_8_up,
- Negative Prompt Prefix:
score_7, score_6, score_5, score_4, score_3, score_2, score_1,
- Positive Prompt Prefix:
- Python 3.x
- Gradio
- Stable Diffusion Web UI
=