Creating a logo for your app based on a description
Designing a unique logo for your application from a description
Use case example
- - New business identity
Try it
You have to be logged in to run this model
Examples
Input
{"input":{"prompt":"a monkey with headphones, in s...""width":512"height":512"num_outputs":1"num_inference_steps":50"guidance_scale":10"seed":1802}"id":89}
Output
{"status":"succeeded""output":[0:"https://rbqktisnztholqojxlaf.s..."]"prediction_time":15.359963}
Input
{"input":{"prompt":"a banana, in style of SKSKS ap...""width":512"height":512"num_outputs":1"num_inference_steps":50"guidance_scale":10"seed":1258}"id":89}
Output
{"status":"succeeded""output":[0:"https://rbqktisnztholqojxlaf.s..."]"prediction_time":14.559674}
API Information
Input description
prompt string
Input prompt (has to contain 'in style of SKSKS app icon')
Default value: flat couch vector, minimalist, in style of SKSKS app icon
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: 10
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"
}