File size: 419 Bytes
557227d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "_class_name": "CustomInferenceAPI",
  "task": "text-to-image",
  "widget": {
    "input_template": {
      "inputs": "beautiful landscape with mountains",
      "parameters": {
        "negative_prompt": "blurry, low quality",
        "seed": 42,
        "inference_steps": 30,
        "guidance_scale": 7,
        "width": 1024,
        "height": 768
      }
    },
    "output_widget": "Base64ImageOutput"
  }
}