Redux Style with Prompt Control
ReduxPromptStyler
Redux Style with Prompt Control [English] - conditioning: Original prompt input - style_model: Redux style model - clip_vision: CLIP vision encoder - reference_image: Style source image - prompt_influence: Prompt strength (1.0=normal) - reference_influence: Image influence (1.0=normal) - style_grid_size: Style detail level (1=strongest 27x27, 14=weakest 1x1) - interpolation_mode: Token interpolation method - image_processing_mode: Image mode (crop/aspect/mask) - mask: Optional mask - autocrop_padding: Cropping padding (0-256) [中文] - conditioning: 原始提示词输入 - style_model: Redux 风格模型 - clip_vision: CLIP 视觉编码器 - reference_image: 风格参考图像 - prompt_influence: 提示词强度 (1.0=正常) - reference_influence: 图像影响 (1.0=正常) - style_grid_size: 风格细节等级 (1=最强 27x27, 14=最弱 1x1) - interpolation_mode: Token插值方法 - image_processing_mode: 图像模式 (裁剪/比例/蒙版) - mask: 可选蒙版 - autocrop_padding: 裁剪边距 (0-256)
Pack: ComfyUI-Redux-Prompt
custom_nodes.ComfyUI-Redux-Prompt
Inputs (11)
| Name | Type | Required |
|---|---|---|
| conditioning | CONDITIONING | required |
| style_model | STYLE_MODEL | required |
| clip_vision | CLIP_VISION | required |
| reference_image | IMAGE | required |
| prompt_influence | FLOAT | required |
| reference_influence | FLOAT | required |
| style_grid_size | INT | required |
| interpolation_mode | COMBO | required |
| image_processing_mode | COMBO | required |
| mask | MASK | optional |
| autocrop_padding | INT | optional |
Outputs (2)
| Name | Type |
|---|---|
| CONDITIONING | CONDITIONING |
| IMAGE | IMAGE |