Skip to content

This extension allows users to load styles from a CSV file, primarily for migration purposes from the [automatic1111 Stable Diffusion web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui).

License

Notifications You must be signed in to change notification settings

theUpsider/ComfyUI-Styles_CSV_Loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This extension allows users to load styles from a CSV file, primarily for migration purposes from the [automatic1111 Stable Diffusion web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages