forked from fidecastro/ComfyUI-serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_payload.json
89 lines (89 loc) · 1.41 KB
/
test_payload.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"10": {
"inputs": {
"ckpt_name": "v1-5-pruned-emaonly.safetensors"
},
"class_type": "CheckpointLoaderSimple"
},
"22": {
"inputs": {
"add_noise": "enable",
"noise_seed": 1234,
"steps": 5,
"cfg": 7,
"sampler_name": "euler_ancestral",
"scheduler": "karras",
"start_at_step": 0,
"end_at_step": 1000,
"return_with_leftover_noise": "disable",
"model": [
"10",
0
],
"positive": [
"240",
0
],
"negative": [
"243",
0
],
"latent_image": [
"301",
0
]
},
"class_type": "KSamplerAdvanced"
},
"201": {
"inputs": {
"filename_prefix": "basic",
"images": [
"247",
0
]
},
"class_type": "SaveImage"
},
"240": {
"inputs": {
"text": "a photo of a dog",
"clip": [
"10",
1
]
},
"class_type": "CLIPTextEncode"
},
"243": {
"inputs": {
"text": "cat",
"clip": [
"10",
1
]
},
"class_type": "CLIPTextEncode"
},
"247": {
"inputs": {
"samples": [
"22",
0
],
"vae": [
"10",
2
]
},
"class_type": "VAEDecode"
},
"301": {
"inputs": {
"width": 64,
"height": 64,
"batch_size": 1
},
"class_type": "EmptyLatentImage"
}
}