GitXplorerGitXplorer
n

ComfyUI-StyleShot

public
9 stars
2 forks
2 issues

Commits

List of commits on branch main.
Verified
bab319837a954f86eeaf1f5f2ef7a4fff2f47e99

Update SD15 path

nneverbiasu committed 2 months ago
Verified
6b3e7d10767fb5bc11585db27a43a8ac1e1d2ef4

Update SD15 path

nneverbiasu committed 3 months ago
Verified
1a75d98c927d96b8e96340032ef04c9c4944dd02

Create LICENSE

nneverbiasu committed 5 months ago
Verified
008083ee5ff638a12442629a65e55fc8fb182361

Add pyproject.toml for Custom Node Registry (#2)

rrobinjhuang committed 5 months ago
Verified
a57bbb5e1e8ffe5685d9afbbe2ce4be6270528c6

Add Github Action for Publishing to Comfy Registry (#1)

rrobinjhuang committed 5 months ago
Unverified
e04cbbafdfc0a055d8b01242759606fb6153d810

Add README

nneverbiasu committed 5 months ago

README

The README file for this repository.

ComfyUI-StyleShot

This project integrates StyleShot functionality into ComfyUI, thanks to the foundational work by continue-revolution.

image You can refer to this example workflow for a quick start.

Requirements

Install the necessary Python dependencies using the following command:

pip3 install -r requirements.txt

Parameters

Mode

  • Description: The mode of operation for the style transfer. Options include "text_driven", "image_driven", "controlnet", and "t2i-adapter".
  • Type: str
  • Default: "text_driven"

Style Image

  • Description: The style image that will be used to transfer its style to the content image.
  • Type: [PIL.Image] or [numpy.ndarray]
  • Default: None

Condition Image

  • Description: The condition image that will be used in certain modes like "image_driven" and "controlnet".
  • Type: [PIL.Image] or [numpy.ndarray]
  • Default: None

Prompt

  • Description: A textual description or prompt that guides the style transfer process.
  • Type: str
  • Default: ""

Preprocessor

  • Description: The preprocessor to use for the style transfer. Options include "Contour" and "Lineart".
  • Type: str
  • Default: "Contour"

Contribution

Thank you for considering contributing! Please fork this repository, make your changes, and submit a pull request for review and merging.