pranavsekhar/flaremuse-animate
Forked from pranavsekhar/flaremuse
Forked from pranavsekhar/flaremuse
Public
1
run
Run pranavsekhar/flaremuse-animate 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 |
|---|---|---|---|
| user_photo |
string
|
Photo of the person to generate a headshot for
|
|
| reference_image_1 |
string
|
https://www.statmuse.com/_image?href=https%3A%2F%2Fcdn.statmuse.com%2Fimg%2Fnba%2Fplayers%2Fgolden-state-warriors-stephen-curry2021-min-1-1--gmckzkgf.png&w=600&h=600&f=webp
|
First StatMuse style reference image (URL or file)
|
| reference_image_2 |
string
|
https://www.statmuse.com/_image?href=https%3A%2F%2Fcdn.statmuse.com%2Fimg%2Fnfl%2Fplayers%2Fbaltimore-ravens-lamar-jackson-min--itclg2yg.png&w=600&h=600&f=webp
|
Second StatMuse style reference image (URL or file, optional)
|
| reference_image_3 |
string
|
https://www.statmuse.com/_image?href=https%3A%2F%2Fcdn.statmuse.com%2Fimg%2Fnba%2Fplayers%2Fphoenix-suns-devin-booker2025--ik_6bscu.png&w=600&h=600&f=webp
|
Third StatMuse style reference image (URL or file, optional)
|
| prompt |
string
|
Create a professional headshot in the StatMuse artistic style with bold colors and graphic design elements
|
Description of the headshot you want to generate
|
| resolution |
None
|
2K
|
Resolution of the generated image
|
| aspect_ratio |
None
|
1:1
|
Aspect ratio for the headshot
|
| output_format |
None
|
png
|
Output image format
|
{
"type": "object",
"title": "Input",
"required": [
"user_photo"
],
"properties": {
"prompt": {
"type": "string",
"title": "Prompt",
"default": "Create a professional headshot in the StatMuse artistic style with bold colors and graphic design elements",
"x-order": 4,
"description": "Description of the headshot you want to generate"
},
"resolution": {
"enum": [
"1K",
"2K",
"4K"
],
"type": "string",
"title": "resolution",
"description": "Resolution of the generated image",
"default": "2K",
"x-order": 5
},
"user_photo": {
"type": "string",
"title": "User Photo",
"format": "uri",
"x-order": 0,
"description": "Photo of the person to generate a headshot for"
},
"aspect_ratio": {
"enum": [
"1:1",
"2:3",
"3:2",
"3:4",
"4:3",
"4:5",
"5:4",
"9:16",
"16:9",
"21:9"
],
"type": "string",
"title": "aspect_ratio",
"description": "Aspect ratio for the headshot",
"default": "1:1",
"x-order": 6
},
"output_format": {
"enum": [
"jpg",
"png"
],
"type": "string",
"title": "output_format",
"description": "Output image format",
"default": "png",
"x-order": 7
},
"reference_image_1": {
"type": "string",
"title": "Reference Image 1",
"default": "https://www.statmuse.com/_image?href=https%3A%2F%2Fcdn.statmuse.com%2Fimg%2Fnba%2Fplayers%2Fgolden-state-warriors-stephen-curry2021-min-1-1--gmckzkgf.png&w=600&h=600&f=webp",
"x-order": 1,
"description": "First StatMuse style reference image (URL or file)"
},
"reference_image_2": {
"type": "string",
"title": "Reference Image 2",
"default": "https://www.statmuse.com/_image?href=https%3A%2F%2Fcdn.statmuse.com%2Fimg%2Fnfl%2Fplayers%2Fbaltimore-ravens-lamar-jackson-min--itclg2yg.png&w=600&h=600&f=webp",
"x-order": 2,
"nullable": true,
"description": "Second StatMuse style reference image (URL or file, optional)"
},
"reference_image_3": {
"type": "string",
"title": "Reference Image 3",
"default": "https://www.statmuse.com/_image?href=https%3A%2F%2Fcdn.statmuse.com%2Fimg%2Fnba%2Fplayers%2Fphoenix-suns-devin-booker2025--ik_6bscu.png&w=600&h=600&f=webp",
"x-order": 3,
"nullable": true,
"description": "Third StatMuse style reference image (URL or file, optional)"
}
}
}
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"
}