ComfyUI Extension: ComfyUI-Config-Presets

Authored by pooria98

Created

Updated

0 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Preset nodes to save and use prompt and sampler settings presets for different models.

Looking for a different extension?

Custom Nodes (3)

README

ComfyUI Config Presets

Custom nodes for ComfyUI that allow saving and using presets for different models. This is similar to Config Presets extention and prompot styles in A1111/Forge.

Installation

ComfyUI Manager

Install using comfyui manager.

Manual

Clone this repo in custom_nodes folder.

git clone https://github.com/pooria98/ComfyUI-Config-Presets.git

Install requirements (comfyui portable).

.\python_embeded\python.exe -m pip install -r "ComfyUI\custom_nodes\ComfyUI-style-selector\requirements.txt"

Nodes

Preset Settings Loader:

  • Allows selecting generation presets for resolution, steps, cfg, ... similar to Config Presets in A1111/Forge.

Preset Settings Saver:

  • Allows saving generation presets to the json file directly from comfyui.
  • Preset Saver must be used standalone. just set the values and click on the blue "execute" button. You must refresh the page to see the new presets in the loader node.
  • You can manually edit the preset json file in \ComfyUI\custom_nodes\ComfyUI-Config-Presets\configs folder to edit or remove presets.

Prompt Style Selector:

  • Allows adding predefined text styles to your prompt from a csv or xlsx file. It acts similar to prompt styles feature in A1111/Forge.
  • manually create the styles and put them in \ComfyUI\custom_nodes\ComfyUI-Config-Presets\styles folder.
  • the {prompt} keyword in styles will be replaced with your input prompt when using the node.

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Learn more