zelenioncode
/
675ada3f-e572-4368-8bef-d288cbdda8c3
Model for the AiPicture
- Public
- 2 runs
Run zelenioncode/675ada3f-e572-4368-8bef-d288cbdda8c3 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 |
string
|
{"style":[{"clothes":"Black Suit","supabase":false,"background":"Alley","number_picture":5}]}
|
Need to enter a json, for more information check the documentation
|
product_id |
string
|
None
|
Product
|
gender |
string
(enum)
|
man
Options: man, woman |
Need to choice a gender for the prediction
|
safetensors |
string
|
https://huggingface.co/SG161222/RealVisXL_V4.0/resolve/main/RealVisXL_V4.0.safetensors?download=true
|
WARNING ! If you make a training with this model, you don't need to do something with this input. Need to choice a safetensors for the prediction.
|
version |
string
|
Version of the actual project
|
|
string
|
Email
|
||
use_webhook |
boolean
|
True
|
True for use webhook
|
webhook_url |
string
|
Webhook where you want your answrer
|
|
index_picture |
integer
|
0
|
Index for name picture
|
{
"type": "object",
"title": "Input",
"required": [
"version",
"email",
"webhook_url"
],
"properties": {
"email": {
"type": "string",
"title": "Email",
"x-order": 5,
"description": "Email"
},
"input": {
"type": "string",
"title": "Input",
"default": "{\"style\":[{\"clothes\":\"Black Suit\",\"supabase\":false,\"background\":\"Alley\",\"number_picture\":5}]}",
"x-order": 0,
"description": "Need to enter a json, for more information check the documentation"
},
"gender": {
"enum": [
"man",
"woman"
],
"type": "string",
"title": "gender",
"description": "Need to choice a gender for the prediction",
"default": "man",
"x-order": 2
},
"version": {
"type": "string",
"title": "Version",
"x-order": 4,
"description": "Version of the actual project"
},
"product_id": {
"type": "string",
"title": "Product Id",
"default": "None",
"x-order": 1,
"description": "Product"
},
"safetensors": {
"type": "string",
"title": "Safetensors",
"default": "https://huggingface.co/SG161222/RealVisXL_V4.0/resolve/main/RealVisXL_V4.0.safetensors?download=true",
"x-order": 3,
"description": "WARNING ! If you make a training with this model, you don't need to do something with this input. Need to choice a safetensors for the prediction."
},
"use_webhook": {
"type": "boolean",
"title": "Use Webhook",
"default": true,
"x-order": 6,
"description": "True for use webhook"
},
"webhook_url": {
"type": "string",
"title": "Webhook Url",
"x-order": 7,
"description": "Webhook where you want your answrer"
},
"index_picture": {
"type": "integer",
"title": "Index Picture",
"default": 0,
"x-order": 8,
"description": "Index for name picture"
}
}
}
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"
}