Generate Image: Bria Fibo
Needs structured JSON as a prompt - specs/example:
{
"type": "object",
"properties": {
"short_description": {
"type": "string",
"description": "A short description of the image to be generated."
},
"objects": {
"type": "array",
"items": {
"type": "object",
"properties": {
"description": {
"type": "string",
"description": "A description of the object to be generated."
},
"location": {
"type": "string",
"description": "The location of the object in the image."
},
"relationship": {
"type": "string",
"description": "The relationship of the object to other objects in the image."
},
"relative_size": {
"type": "string",
"description": "The relative size of the object in the image."
},
"shape_and_color": {
"type": "string",
"description": "The shape and color of the object."
},
"texture": {
"type": "string",
"description": "The texture of the object."
},
"appearance_details": {
"type": "string",
"description": "The appearance details of the object in the image."
},
"number_of_objects": {
"type": "integer",
"description": "The number of objects in the image."
},
"pose": {
"type": "string",
"description": "The pose of the object in the image."
},
"expression": {
"type": "string",
"description": "The expression of the object in the image."
},
"clothing": {
"type": "string",
"description": "The clothing of the object in the image."
},
"action": {
"type": "string",
"description": "The action of the object in the image."
},
"gender": {
"type": "string",
"description": "The gender of the object in the image."
},
"skin_tone_and_texture": {
"type": "string",
"description": "The skin tone and texture of the object in the image."
},
"orientation": {
"type": "string",
"description": "The orientation of the object in the image."
}
},
"required": [
"relationship"
],
"additionalProperties": false
},
"description": "A list of objects in the image to be generated, along with their attributes and relationships to other objects in the image."
},
"background_setting": {
"type": "string",
"description": "The background setting of the image to be generated."
},
"lighting": {
"type": "object",
"properties": {
"conditions": {
"type": "string",
"description": "The conditions of the lighting in the image to be generated."
},
"direction": {
"type": "string",
"description": "The direction of the lighting in the image to be generated."
},
"shadows": {
"type": "string",
"description": "The shadows in the image to be generated."
}
},
"additionalProperties": false,
"description": "The lighting of the image to be generated."
},
"aesthetics": {
"type": "object",
"properties": {
"composition": {
"type": "string",
"description": "The composition of the image to be generated."
},
"color_scheme": {
"type": "string",
"description": "The color scheme of the image to be generated."
},
"mood_atmosphere": {
"type": "string",
"description": "The mood and atmosphere of the image to be generated."
}
},
"additionalProperties": false,
"description": "The aesthetics of the image to be generated."
},
"photographic_characteristics": {
"type": "object",
"properties": {
"depth_of_field": {
"type": "string",
"description": "The depth of field in the image to be generated."
},
"focus": {
"type": "string",
"description": "The focus in the image to be generated."
},
"camera_angle": {
"type": "string",
"description": "The angle of the camera in the image to be generated."
},
"lens_focal_length": {
"type": "string",
"description": "The focal length of the lens in the image to be generated."
}
},
"additionalProperties": false,
"description": "The photographic characteristics of the image to be generated."
},
"style_medium": {
"type": "string",
"description": "The style medium of the image to be generated."
},
"text_render": {
"type": "array",
"description": "A list of text to be rendered in the image."
},
"context": {
"type": "string",
"description": "The context of the image to be generated."
},
"artistic_style": {
"type": "string",
"description": "The artistic style of the image to be generated."
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
Public
<1kModels used: Bria Fibo