ComfyUI Easy Pony
[!NOTE] I am not a prolific user of Pony models; This node was created to assist in converting prompts for one of my other custom nodes. YMMV in terms of the quality of the prompts generated.
This custom node is an abstrtaction of a helper node used in one of my other currently un-published
custom nodes. It was created
to simplify the process of adding scoring and other attributes when prompting with Pony
models. It is the implementation of 4 different articles including one by the pony creator based on how to properly prompted when using the models. So yes it is in essence a prompt generator, but there is a method to the madness.
EasyPony - Resources for implementation of EasyPony prompt sturcture
- prompting-for-score-or-source-or-rating-or-and-an-overview-of-prompting-syntax
- pony-diffusion-v6-xl-prompting-resources-and-info
- what-is-score9-and-how-to-use-it-in-pony-diffusion
- negative-prompt-for-pdxl-v2-works-with-other-models
Usage
prefix
- The prefix to use for the prompt, this will replace the quailty score allowing you to use a
custom score or any string unqiue to the model.
suffix
- The suffix to use for the prompt, will be placed at the end of the prompt.
source and rating
- acts as a filter for the model
SFW
- Safe for work, will filter out NSFW content
Quailty Boost
- Use negative strings to boost the quality of the prompt
Negative Boost
- Use negative strings to boost the negative aspects of the prompt
Install from ComfyUI Manager
- Type
Easy Pony
on the search bar of ComfyUI Manager. - Click the install button.
Manual Installation
To install ComfyUI-EasyPony
:
- Open the terminal in the ComfyUI
custom_nodes
folder. - Run:
git clone https://github.com/itsjustregi/ComfyUI-EasyPony
. - Restart ComfyUI.
Update
To update ComfyUI-EasyPony
:
- Open the terminal in the
ComfyUI-EasyPony
folder. - Run:
git pull
. - Restart ComfyUI.
Parameters with null value (-) will not be included in the generated prompt.
Practical Advice
Easy Pony is a helper node that simplifies the process of adding scoring and other attributes to the core when prompting with Pony models. Model selection determines the quality of the images from the prompt. The effectiveness of the parameters depends on the quality of the checkpoint used.
License
This project is licensed under the MIT License.