
corywilkerson/mascot-me

Public
41
runs
Run corywilkerson/mascot-me with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
input_image |
string
|
Upload a photo of yourself or someone to turn into a mascot
|
|
mascot_style |
None
|
sports team mascot
|
Style of mascot to create
|
gender_presentation |
None
|
auto-detect
|
Gender presentation for the mascot character
|
team_colors |
string
|
blue and white
|
Primary colors for the mascot (e.g., 'red and blue', 'green and gold')
|
mascot_name |
string
|
|
Optional name for your mascot (helps guide the personality)
|
seed |
integer
|
Random seed for reproducible results
|
{
"type": "object",
"title": "Input",
"required": [
"input_image",
"seed"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 5,
"description": "Random seed for reproducible results"
},
"input_image": {
"type": "string",
"title": "Input Image",
"format": "uri",
"x-order": 0,
"description": "Upload a photo of yourself or someone to turn into a mascot"
},
"mascot_name": {
"type": "string",
"title": "Mascot Name",
"default": "",
"x-order": 4,
"description": "Optional name for your mascot (helps guide the personality)"
},
"team_colors": {
"type": "string",
"title": "Team Colors",
"default": "blue and white",
"x-order": 3,
"description": "Primary colors for the mascot (e.g., 'red and blue', 'green and gold')"
},
"mascot_style": {
"enum": [
"sports team mascot",
"university mascot",
"cartoon character",
"superhero mascot",
"animal mascot",
"retro cartoon",
"modern cartoon",
"pixel art character"
],
"type": "string",
"title": "mascot_style",
"description": "Style of mascot to create",
"default": "sports team mascot",
"x-order": 1
},
"gender_presentation": {
"enum": [
"auto-detect",
"masculine",
"feminine",
"non-binary"
],
"type": "string",
"title": "gender_presentation",
"description": "Gender presentation for the mascot character",
"default": "auto-detect",
"x-order": 2
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}
Example API response
View prediction
'https://replicate.delivery/xezq/OkcBOL8cyBaFIFuZEXTr73s8PgrF80KvtUFiKe6e75qnHQLVA/tmpo3a_ub6n.png'