imageImage to ImageControlNetImage
Flux Redux Model
Generate images by transferring style from reference images using Flux Redux.
About
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
width | int | 1024 | Output width in pixels |
height | int | 1024 | Output height in pixels |
filename_prefix | string | ComfyUI | Output filename prefix |
Usage
c3 comfyui run flux_redux_model_example \
--prompt "your prompt here" \
--output my_output \
--width 1024 \
--height 1024Required Models
Example Prompt
Prompt Example
"``` A girl is walking in the natural wilderness. ```"
Ready to run this template?
Install the CLI and run this template on GPU in seconds.
pip install hypercli-cli && hyper comfyui run flux_redux_model_example