ComfyOnline
ComfyUI-EasyPony

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

node

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:

  1. Open the terminal in the ComfyUI custom_nodes folder.
  2. Run: git clone https://github.com/itsjustregi/ComfyUI-EasyPony.
  3. Restart ComfyUI.

Update

To update ComfyUI-EasyPony:

  1. Open the terminal in the ComfyUI-EasyPony folder.
  2. Run: git pull.
  3. 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.