imageText to ImageImage
Flux Schnell Full Text to Image
Generate images quickly with Flux Schnell full version. Uses Apache2.0 license, requires only 4 steps to generate images while maintaining good image quality.
About
Diffusion Model
Text Encoder
VAE
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
width | int | 1024 | Output width in pixels |
height | int | 1024 | Output height in pixels |
seed | int | 167447334682596 | Random seed (use -1 for random) |
steps | int | 4 | Number of sampling steps |
cfg | float | 1 | CFG scale (guidance strength) |
sampler_name | enum | euler | Sampler algorithm |
scheduler | enum | simple | Noise scheduler |
filename_prefix | string | ComfyUI | Output filename prefix |
Usage
c3 comfyui run flux_schnell_full_text_to_image \
--prompt "your prompt here" \
--output my_output \
--width 1024 \
--height 1024 \
--steps 4 \
--cfg 1Required Models
Ready to run this template?
Install the CLI and run this template on GPU in seconds.
pip install hypercli-cli && hyper comfyui run flux_schnell_full_text_to_image