Nodes Browser

ComfyDeploy: How Styles CSV Loader Extension for ComfyUI works in ComfyUI?

What is Styles CSV Loader Extension for ComfyUI?

This extension allows users to load styles from a CSV file, primarily for migration purposes from the automatic1111 Stable Diffusion web UI.

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 Styles CSV Loader Extension for ComfyUI and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

Styles CSV Loader Extension for ComfyUI

Extension for ComfyUI that loads styles from a CSV file.

Description

This extension allows users to load styles from a CSV file (styles.csv), primarily for migration purposes from the automatic1111 Stable Diffusion web UI.

Installation

  • Clone this repository into the custom_nodes folder of ComfyUI. Restart ComfyUI and the extension should be loaded.
  • OR: Use the ComfyUI-Manager to install this extension.

Important: The styles.csv file must be located in the root of ComfyUI where main.py resides.

Nodes Description

Each style is represented as a dictionary with the keys being style_name and the values being a list containing positive_prompt and negative_prompt. The prompts are outputs of this Node.

Author