← All models
Text To Image Model using Boogu-Image
images
Details
- Accepts
- text + image
Pricing
- Price
- 5 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The same seed and the same prompt given to the same version of the model will output the same image every time. |
| promptrequired | string | The instruction describing the image to generate. Boogu-Image is bilingual — English and Chinese instructions are both supported. Detailed, descriptive prompts produce the best results. |
| sync_mode | boolean | If true, the media is returned as a data URI and the output is not available in the request history. |
| image_size | — | The size of the generated image. The model's maximum native resolution is 2K; larger requests are clamped. Dimensions are aligned to multiples of 16. |
| num_images | integer | The number of images to generate. |
| cfg_range_end | number | End of the timestep fraction over which CFG is applied. |
| output_format | stringenum: jpeg, png | The format of the generated image. |
| guidance_scale | number | Controls how closely generation follows the text instruction. Higher values stick more closely to the prompt. A value of 1.0 disables text classifier-free guidance. |
| cfg_range_start | number | Start of the timestep fraction over which CFG is applied. |
| negative_prompt | string | Describes what should NOT appear in the image. Used for classifier-free guidance; leave empty to disable text negative guidance. |
| num_inference_steps | integer | The number of denoising steps to perform. |
| enable_safety_checker | boolean | If true, the safety checker is run on the generated images. Disabling it requires account authorization; unauthorized requests are always checked, and images flagged as unsafe are returned as black images. |
| image_url | string | URL of the input image to edit. |
| image_guidance_scale | number | Reference-image guidance strength. A value of 1.0 disables image CFG; higher values preserve the input image more strongly. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed. |
| images | array | The generated images. |
| prompt | string | The prompt used for generating the image. |
| timings | object | |
| has_nsfw_concepts | array | Whether the generated images contain NSFW concepts. |