
fofr/make-someone
Public
26
runs
Run fofr/make-someone 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 |
---|---|---|---|
person_prompt |
string
|
Describe the person you want to create (e.g., 'a young woman with curly red hair')
|
|
num_variations |
integer
|
3
Min: 1 Max: 5 |
Number of character variations to create
|
create_videos |
boolean
|
False
|
Whether to create videos from each image and stitch them together
|
{
"type": "object",
"title": "Input",
"required": [
"person_prompt"
],
"properties": {
"create_videos": {
"type": "boolean",
"title": "Create Videos",
"default": false,
"x-order": 2,
"description": "Whether to create videos from each image and stitch them together"
},
"person_prompt": {
"type": "string",
"title": "Person Prompt",
"x-order": 0,
"description": "Describe the person you want to create (e.g., 'a young woman with curly red hair')"
},
"num_variations": {
"type": "integer",
"title": "Num Variations",
"default": 3,
"maximum": 5,
"minimum": 1,
"x-order": 1,
"description": "Number of character variations to create"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"title": "Output"
}
Example API response
View prediction
['https://replicate.delivery/xezq/DddeNh0pMm0GGC1QwUHZYFO7Vs6SGEfNojAdeGcVTTcLxuQqA/tmpd1w4e71m.png',
'https://replicate.delivery/xezq/8y2KaIKb1Xb4KlrHbMFX0ejn8txqk96hK3k3fXMKGbVmYXIVA/tmpwikw4g4p.png',
'https://replicate.delivery/xezq/QYTLqKaZve0pGqblqfZDAlu91akt2ecnp9PoN3qbhy2NxuQqA/tmpdhp0v0fq.png',
'https://replicate.delivery/xezq/7930zrmHTLqdLZoON0UT9ck7e1IeTxUqESYt2U1zCIlmYXIVA/tmphqbcxp0r.png',
'https://replicate.delivery/xezq/nILqh8efb9i8iUeM9b5enSy0quFvdNoUCBwiiYKty85bidhUB/tmpa_d7nwv2.png',
'https://replicate.delivery/xezq/5Uucajd8eOQpf0oPiVF55vfnZtxLBx1IRBHAf3uzP5wYidhUB/tmpavoc7qub.png',
'https://replicate.delivery/xezq/cERjbsLFuYZnABz3M9xriBKXeuWtpqEUrEm5s5XYsdfmYXIVA/tmpfjdrmw9r.mp4',
'https://replicate.delivery/xezq/ey1buTlEuJzSFCWT7BxGqNRmfODtDGjuutSLL9snRnWmYXIVA/tmp54jsrrpq.mp4',
'https://replicate.delivery/xezq/DrbxPBpbRYrrENoFitDFgHwjMBMbS9pBW7VNnHY7VjmJ2FSF/tmpju8f1m90.mp4',
'https://replicate.delivery/xezq/8sDno4NmEQbXERUOIfm0gPZaJpnhinW1zlYaiEcfCEMnYXIVA/tmpmqanx5n7.mp4',
'https://replicate.delivery/xezq/IghfxgFJWz1sfkXj6r2vefYezRQeh61OXXgibbzQZwReTsLkKA/tmpa8sqoh9s.mp4',
'https://replicate.delivery/xezq/nUL6fhalj6z2QKAbfKq8k1Wc6EGVy4xb9EwlqULsQImnYXIVA/output.mp4']