File size: 894 Bytes
970a868
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "model_id": "ANYTHING_V4.5_FP16",
    "version": "1.5.0",
    "net": {
        "network": "https://huggingface.co/oovm/anything/resolve/main/anything-v4.5-fp16/unet.onnx",
        "local": "anything-v4.5-fp16.unet"
    },
    "vae_encoder": null,
    "vae_decoder": null,
    "preview": null,
    "examples": [
        {
            "task_id": "",
            "positive": "masterpiece, best quality, 1girl, white hair, medium hair, cat ears, closed eyes, looking at viewer, :3, cute, scarf, jacket, outdoors, streets",
            "negative": "",
            "width": 256,
            "height": 256,
            "batch": 1,
            "start_id": 0,
            "step": 20,
            "scheduler": {
                "type": "DDIM",
                "alphas_cumprod": 0.0,
                "final_alpha_cumprod": 0.0,
                "init_noise_sigma": 0.0
            }
        }
    ]
}