This extension allows users to load styles from a CSV file, primarily for migration purposes from the automatic1111 Stable Diffusion web UI.
Extension for ComfyUI that loads styles from a CSV file.
This extension allows users to load styles from a CSV file (styles.csv), primarily for migration purposes from the automatic1111 Stable Diffusion web UI.
custom_nodes
folder of ComfyUI. Restart ComfyUI and the extension should be loaded.Important: The styles.csv
file must be located in the root of ComfyUI
where main.py
resides.
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.