infery
← All models

Boogu Image

boogu-image

Image generationby Boogu Image

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

FieldTypeDescription
seedThe same seed and the same prompt given to the same version of the model will output the same image every time.
promptrequiredstringThe 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_modebooleanIf true, the media is returned as a data URI and the output is not available in the request history.
image_sizeThe 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_imagesintegerThe number of images to generate.
cfg_range_endnumberEnd of the timestep fraction over which CFG is applied.
output_formatstringenum: jpeg, pngThe format of the generated image.
guidance_scalenumberControls 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_startnumberStart of the timestep fraction over which CFG is applied.
negative_promptstringDescribes what should NOT appear in the image. Used for classifier-free guidance; leave empty to disable text negative guidance.
num_inference_stepsintegerThe number of denoising steps to perform.
enable_safety_checkerbooleanIf 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_urlstringURL of the input image to edit.
image_guidance_scalenumberReference-image guidance strength. A value of 1.0 disables image CFG; higher values preserve the input image more strongly.

Output

FieldTypeDescription
seedinteger 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.
imagesarrayThe generated images.
promptstringThe prompt used for generating the image.
timingsobject
has_nsfw_conceptsarrayWhether the generated images contain NSFW concepts.