Creating Hergé-style images from a description

Producing visuals inspired by the distinctive art style of Hergé based on provided details

Use case example

  • - Artistic renderings reminiscent of Hergé's iconic style in comics like Tintin
  • - Creating images with a similar clean-line, clear-color aesthetic as Hergé's artwork

Technical

Dreambooth trained used with Stable diffusion

Added by: APIForAI

Price per call≈ 0.06

Try it nowAPI information

Try it

Examples

Input

{
"input":{
"prompt":"man walking in a forrest, herg..."
"width":512
"height":512
"num_outputs":1
"num_inference_steps":50
"guidance_scale":7.5
"seed":1178
}
"id":102
}

Output

Image
{
"status":"succeeded"
"output":[
0:"https://rbqktisnztholqojxlaf.s..."
]
"prediction_time":20.618462
}

API Information

Input description

prompt string

Input prompt. Needs 'herge_style' in it.

Default value: man walking with a herge_style

width integer

An enumeration.

Default value: 512

Enum values: 128, 256, 512, 768, 1024

height integer

An enumeration.

Default value: 512

Enum values: 128, 256, 512, 768, 1024

num_outputs integer

An enumeration.

Default value: 1

Enum values: 1, 4

num_inference_steps integer

Number of denoising steps

Default value: 50

guidance_scale number

Scale for classifier-free guidance

Default value: 7.5

seed integer

Random seed. Leave blank to randomize the seed

Output JSON Schema

This represents the JSON schema that details the structure of the model's output.

{
"type":"array"
"items":{
"type":"string"
"format":"uri"
}
"title":"Output"
}

APIForAI

Build fast by accessing AI models easily