imageOutpaintingImageImage to Image
Flux Outpaint
Extend images beyond boundaries using Flux outpainting.
About
**Note: Model links** Tutorial
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
seed | int | 164211176398261 | Random seed (use -1 for random) |
steps | int | 20 | Number of sampling steps |
cfg | float | 1 | CFG scale (guidance strength) |
sampler_name | enum | euler | Sampler algorithm |
scheduler | enum | normal | Noise scheduler |
filename_prefix | string | ComfyUI | Output filename prefix |
Usage
c3 comfyui run flux_fill_outpaint_example \
--prompt "your prompt here" \
--output my_output \
--steps 20 \
--cfg 1Required Models
Example Prompt
Prompt Example
"``` beautiful scenery ```"
Ready to run this template?
Install the CLI and run this template on GPU in seconds.
pip install hypercli-cli && hyper comfyui run flux_fill_outpaint_example