Nodes Browser

ComfyDeploy: How ComfyUI-StyleStudio works in ComfyUI?

What is ComfyUI-StyleStudio?

ComfyUI nodes for StyleStudio model.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-StyleStudio and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-StyleStudio

Make StyleStudio avialbe in ComfyUI.

StyleStudio: 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
  1. Install dependencies:
cd ComfyUI-StyleStudio
pip install -r requirements.txt