bytedance / hyper-flux-16step

Hyper FLUX 16-step by ByteDance

  • Public
  • 3.8M runs
  • H100
  • GitHub
  • Weights
  • Paper
  • License

Run bytedance/hyper-flux-16step with an API

Input schema

seedinteger

Random seed. Set for reproducible generation

widthinteger

Width of the generated image. Optional, only used when aspect_ratio=custom. Must be a multiple of 16 (if it's not, it will be rounded to nearest multiple of 16)

Minimum
256
Maximum
1440
heightinteger

Height of the generated image. Optional, only used when aspect_ratio=custom. Must be a multiple of 16 (if it's not, it will be rounded to nearest multiple of 16)

Minimum
256
Maximum
1440
promptstring

Prompt for generated image

num_outputsinteger

Number of images to output.

Default
1
Minimum
1
Maximum
4
aspect_ratiostring

Aspect ratio for the generated image. The size will always be 1 megapixel, i.e. 1024x1024 if aspect ratio is 1:1. To use arbitrary width and height, set aspect ratio to 'custom'.

Default
"1:1"
output_formatstring

Format of the output images

Default
"webp"
guidance_scalenumber

Guidance scale for the diffusion process

Default
3.5
Maximum
10
output_qualityinteger

Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs

Default
80
Maximum
100
num_inference_stepsinteger

Number of inference steps

Default
16
Minimum
1
Maximum
30
disable_safety_checkerboolean

Disable safety checker for generated images. This feature is only available through the API. See [https://replicate.com/docs/how-does-replicate-work#safety](https://replicate.com/docs/how-does-replicate-work#safety)

Output schema

Type
uri[]