Easy Pony is a helper node that simplifies the process of adding scoring and other attributes to prompts when using Pony models.
[!WARNING] I have updated the node to be more self-contained and to be more user friendly. As of version 1.2.0 you are able to select a model and alter the last_clip parameter directly on the node. A invert for source and rating has been added as well, allowing you to filter this content out in the negative direction. Anyone using the previous version of this node will need to update their flows to reflect the changes in the new version.
[!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
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.
model
- The model to use for the prompt - Pony
models only
last_clip
- The last clip to use for the prompt, this will be used to determine the quality of the prompt based on the model training data.
source and rating
- acts as a filter for the model
invert source and rating
- acts as a filter for the model in the negative direction
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
Easy Pony
on the search bar of ComfyUI Manager.To install ComfyUI-EasyPony
:
custom_nodes
folder.git clone https://github.com/itsjustregi/ComfyUI-EasyPony
.To update ComfyUI-EasyPony
:
ComfyUI-EasyPony
folder.git pull
.Parameters with null value (-) will not be included in the generated prompt.
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.
This project is licensed under the MIT License.