zelenioncode
/
webcustomer
- Public
- 32 runs
Run zelenioncode/webcustomer 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 |
---|---|---|---|
json_data |
string
|
{"style":[{"background":"white","clothes":"white shirt","number_picture":12},{"background":"office","clothes":"blue polo","number_picture":12},{"background":"white","clothes":"black sweater","number_picture":4},{"background":"white","clothes":"blue polo","number_picture":5}]}
|
Json data for make a request to the API
|
prompt |
string
|
portrait photo of casual sophisticated man, looking camera, yellow background, classic side part, yellow turtleneck sweater, skin imperfections, 8k uhd, dsir, soft lighting, high quality, film grain, Fujifilm XT3
|
Make a prompt for create RealVisV3 picture
|
negative_prompt |
string
|
(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, BadDream, UnrealisticDream
|
Make a negative prompt for create RealVisV3 picture
|
link_safetensors |
string
|
https://huggingface.co/SG161222/RealVisXL_V3.0/resolve/main/RealVisXL_V3.0.safetensors?download=true
|
Link to safetensors
|
gender |
string
|
woman
|
Gender
|
{
"type": "object",
"title": "Input",
"properties": {
"gender": {
"type": "string",
"title": "Gender",
"default": "woman",
"x-order": 4,
"description": "Gender"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "portrait photo of casual sophisticated man, looking camera, yellow background, classic side part, yellow turtleneck sweater, skin imperfections, 8k uhd, dsir, soft lighting, high quality, film grain, Fujifilm XT3",
"x-order": 1,
"description": "Make a prompt for create RealVisV3 picture"
},
"json_data": {
"type": "string",
"title": "Json Data",
"default": "{\"style\":[{\"background\":\"white\",\"clothes\":\"white shirt\",\"number_picture\":12},{\"background\":\"office\",\"clothes\":\"blue polo\",\"number_picture\":12},{\"background\":\"white\",\"clothes\":\"black sweater\",\"number_picture\":4},{\"background\":\"white\",\"clothes\":\"blue polo\",\"number_picture\":5}]}",
"x-order": 0,
"description": "Json data for make a request to the API"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"default": "(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, BadDream, UnrealisticDream",
"x-order": 2,
"description": "Make a negative prompt for create RealVisV3 picture"
},
"link_safetensors": {
"type": "string",
"title": "Link Safetensors",
"default": "https://huggingface.co/SG161222/RealVisXL_V3.0/resolve/main/RealVisXL_V3.0.safetensors?download=true",
"x-order": 3,
"description": "Link to safetensors"
}
}
}
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"
}