An open API service indexing awesome lists of open source software.

https://github.com/Yuan-ManX/ComfyUI-StyleStudio

Make StyleStudio avialbe in ComfyUI.
https://github.com/Yuan-ManX/ComfyUI-StyleStudio

Last synced: 3 months ago
JSON representation

Make StyleStudio avialbe in ComfyUI.

Awesome Lists containing this project

README

        

# ComfyUI-StyleStudio

Make StyleStudio avialbe in ComfyUI.

[StyleStudio](https://arxiv.org/abs/2412.08503): Text-Driven Style Transfer with Selective Control of Style Elements.

## Installation

1. Make sure you have ComfyUI installed

2. Clone this repository into your ComfyUI's custom_nodes directory:
```
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-StyleStudio.git
```

3. Install dependencies:
```
cd ComfyUI-StyleStudio
pip install -r requirements.txt
```