You're looking at a specific version of this model. Jump to the model overview.

goodguy1963 /hidream-l1-full-img2img:bba8d853

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
image
string
Input image file (required)
use_florence2
boolean
True
Use Florence2 for automatic caption generation
prompt_prefix
string
Photo
With Florence2: Prefix to add to generated caption. Without Florence2: Complete prompt to use
negative_prompt
string
bad ugly jpeg artifacts
Negative prompt to guide the model away from certain elements
model_variant
None
full
HiDream model variant to use
seed
integer
42
Random seed
steps
integer
50

Min: 1

Max: 100

Number of inference steps
cfg
number
5.54

Min: 1

Max: 20

Guidance scale
denoise
number
0.6

Max: 1

Denoising strength
shift
number
3

Max: 20

ModelSamplingSD3 shift parameter (0-20)
sampler_name
None
uni_pc
Sampling algorithm to use
scheduler
None
normal
Scheduler for the sampler

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}