Nodes Browser

ComfyDeploy: How Prompt Factory works in ComfyUI?

What is Prompt Factory?

A modular system that adds randomness to prompt generation

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for Prompt Factory and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI Prompt Factory

A collection of modular ComfyUI nodes that adds randomness to prompt generation.

Prompt Factory Workflow

Installation

Via ComfyUI

If you have ComfyUI Manager installed, you can simply import workflow.json or workflow.png in ComfyUI and click on "Install Missing Nodes".

Alternatively, you can install it via the Comfy Registry using the CLI.

$ comfy node registry-install comfyui-prompt-factory

Manually

Clone this repo in custom_nodes situated in your ComfyUI install folder.

$ git clone https://github.com/satche/comfyui-prompt-factory
$ pip install -r requirements.txt

Quick start

Select one or multiple nodes from the ⚙️Prompt Factory collection and adapt the settings to your liking.

Nodes and prompts are created according to the config.default folder. You can duplicate it and name it config to customize your own settings.

[!NOTE] Check the Wiki for all informations about nodes and configuration.

License

This project is licensed under the MIT License - see the LICENSE file for details.