https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader
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).
https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader
Last synced: 4 months ago
JSON representation
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).
- Host: GitHub
- URL: https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader
- Owner: theUpsider
- License: mit
- Created: 2023-08-07T19:51:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T20:06:51.000Z (over 2 years ago)
- Last Synced: 2023-08-07T21:32:40.369Z (over 2 years ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **Styles CSV Loader Extension for ComfyUI**
- awesome-comfyui - **Styles CSV Loader Extension for ComfyUI**
README
# Styles CSV Loader Extension for ComfyUI
Extension for [ComfyUI](https://github.com/comfyanonymous/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](https://github.com/AUTOMATIC1111/stable-diffusion-webui).
## Installation
- Clone this repository into the `custom_nodes` folder of ComfyUI. Restart ComfyUI and the extension should be loaded.
- OR: Use the [ComfyUI-Manager](https://github.com/ltdrdata/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
- David Fischer
- GitHub: [theUpsider](https://github.com/theUpsider)
- Support me on [BuyMeACoffee](https://www.buymeacoffee.com/theupsider)