You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the purpose of the node and the scenarios in which it is used:
Node Description:
A custom ComfyUI node that provides fine-grained control over style transfer using Redux-style models. It combines text prompts with reference image styles for flexible and detailed image generation.
Use Case:
Ideal for users looking to create highly customizable style transfer results by adjusting prompt and reference image influence, style detail levels, and interpolation methods. Supports tasks such as artistic image generation, mixed media effects, and localized style control with masking.
Workflow Details (optional)
Please provide details about the workflow, including links, screenshots, or JSON files:
Workflow Link: [Not provided]
Screenshots: [Not provided]
JSON File: [Not provided]
Additional Context (optional)
Add any other context or information about the feature request here:
Features:
Combines text prompts and reference image styles.
Adjustable influence for both prompts and reference images.
Flexible style detail control (from 27×27 grids to 1×1 grids).
Supports various image processing modes and masked regions.
Multiple interpolation methods for enhanced flexibility.
buzhidao123abc
changed the title
[FEATURE REQUEST] Support for ComfyUI node in BizyAir
[FEATURE REQUEST] Support for ComfyUI node in ComfyUI-Redux-Prompt
Dec 10, 2024
ComfyUI Node Repository
Please provide the repository URL of the ComfyUI node you are referring to:
Node Description and Use Case
Describe the purpose of the node and the scenarios in which it is used:
Node Description:
A custom ComfyUI node that provides fine-grained control over style transfer using Redux-style models. It combines text prompts with reference image styles for flexible and detailed image generation.
Use Case:
Ideal for users looking to create highly customizable style transfer results by adjusting prompt and reference image influence, style detail levels, and interpolation methods. Supports tasks such as artistic image generation, mixed media effects, and localized style control with masking.
Workflow Details (optional)
Please provide details about the workflow, including links, screenshots, or JSON files:
Additional Context (optional)
Add any other context or information about the feature request here:
Features:
Parameters:
Required Inputs:
conditioning
: Original prompt input.style_model
: Redux style model.clip_vision
: CLIP vision encoder.reference_image
: Style source image.prompt_influence
: Controls text prompt strength.reference_influence
: Controls reference image influence.style_grid_size
: Determines style detail level (1=strongest, 14=weakest).interpolation_mode
: Token interpolation method.image_processing_mode
: Image processing mode.Optional Inputs:
mask
: For localized control.autocrop_padding
: Padding for automatic cropping (0-256 pixels).Installation:
custom_nodes
directory and restart ComfyUI.Usage Notes:
prompt_influence
emphasizes text prompts.reference_influence
emphasizes reference image styles.style_grid_size
values (closer to 1) provide detailed style transfer.autocrop with mask
mode is selected.The text was updated successfully, but these errors were encountered: