-
Notifications
You must be signed in to change notification settings - Fork 3
/
workflow_api_debug.json
97 lines (97 loc) · 1.58 KB
/
workflow_api_debug.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
90
91
92
93
94
95
96
97
{
"4": {
"inputs": {
"ckpt_name": "animagine-xl-3.1.safetensors"
},
"class_type": "CheckpointLoaderSimple"
},
"7": {
"inputs": {
"text": "nsfw, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name",
"clip": [
"4",
1
]
},
"class_type": "CLIPTextEncode"
},
"17": {
"inputs": {
"samples": [
"74",
0
],
"vae": [
"4",
2
]
},
"class_type": "VAEDecode"
},
"71": {
"inputs": {
"text": "",
"clip": [
"4",
1
]
},
"class_type": "CLIPTextEncode"
},
"74": {
"inputs": {
"seed": 560137325582751,
"steps": 20,
"cfg": 8,
"sampler_name": "euler",
"scheduler": "normal",
"denoise": 1,
"model": [
"4",
0
],
"positive": [
"71",
0
],
"negative": [
"7",
0
],
"latent_image": [
"108",
0
]
},
"class_type": "KSampler"
},
"105": {
"inputs": {
"images": [
"17",
0
]
},
"class_type": "PreviewImage"
},
"108": {
"inputs": {
"pixels": [
"109",
0
],
"vae": [
"4",
2
]
},
"class_type": "VAEEncode"
},
"109": {
"inputs": {
"image": "00.png",
"upload": "image"
},
"class_type": "LoadImage"
}
}