bytedance
/
hyper-flux-16step
Hyper FLUX 16-step by ByteDance
Run bytedance/hyper-flux-16step with an API
Input schema
Random seed. Set for reproducible generation
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
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
Prompt for generated image
Number of images to output.
- Default
- 1
- Minimum
- 1
- Maximum
- 4
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"
Format of the output images
- Default
- "webp"
Guidance scale for the diffusion process
- Default
- 3.5
- Maximum
- 10
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
Number of inference steps
- Default
- 16
- Minimum
- 1
- Maximum
- 30
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[]