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.
- Host: GitHub
- URL: https://github.com/Yuan-ManX/ComfyUI-StyleStudio
- Owner: Yuan-ManX
- License: mit
- Created: 2025-03-10T06:28:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T07:01:02.000Z (4 months ago)
- Last Synced: 2025-03-10T07:28:54.763Z (4 months ago)
- Language: Python
- Size: 74.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-StyleStudio**
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
```