imageText to ImageImage
HiDream I1 Fast
Generate images quickly with HiDream I1 Fast - Lightweight version with 16 inference steps, ideal for rapid previews on lower-end hardware.
About
KSampler Settings
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
width | int | 1024 | Output width in pixels |
height | int | 1024 | Output height in pixels |
seed | int | 833271177511441 | Random seed (use -1 for random) |
steps | int | 16 | Number of sampling steps |
cfg | float | 1 | CFG scale (guidance strength) |
sampler_name | enum | lcm | Sampler algorithm |
scheduler | enum | normal | Noise scheduler |
filename_prefix | string | ComfyUI | Output filename prefix |
Usage
c3 comfyui run hidream_i1_fast \
--prompt "your prompt here" \
--output my_output \
--width 1024 \
--height 1024 \
--steps 16 \
--cfg 1Required Models
Example Prompt
Prompt Example
"``` A lo-fi, grungy wide shot of a ragged large red tree leaning slightly to one side Polaroid aesthetic. the tree is alone in a desolate landscape, the tree is illuminated by a red light, the background is pitch black ```"
Ready to run this template?
Install the CLI and run this template on GPU in seconds.
pip install hypercli-cli && hyper comfyui run hidream_i1_fast