meepo-pro-player
/
luna
- Public
- 0 runs
Run meepo-pro-player/luna 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 |
---|---|---|---|
trigger_word |
string
|
Trigger word for the model
|
|
instance_data |
string
|
A ZIP file containing your training images (JPG, PNG, etc. size not restricted). These images contain your 'subject' that you want the trained model to embed in the output domain for later generating customized scenes beyond the training images. For best results, use images without noise or unrelated objects in the background.
|
{
"type": "object",
"title": "Input",
"required": [
"trigger_word",
"instance_data"
],
"properties": {
"trigger_word": {
"type": "string",
"title": "Trigger Word",
"x-order": 0,
"description": "Trigger word for the model"
},
"instance_data": {
"type": "string",
"title": "Instance Data",
"format": "uri",
"x-order": 1,
"description": "A ZIP file containing your training images (JPG, PNG, etc. size not restricted). These images contain your 'subject' that you want the trained model to embed in the output domain for later generating customized scenes beyond the training images. For best results, use images without noise or unrelated objects in the background."
}
}
}
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"
}