Spaces:
Running
Running
Upload deliberateforinvoke_workflow_api.json
Browse files
workflows/deliberateforinvoke_workflow_api.json
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"3": {
|
3 |
+
"inputs": {
|
4 |
+
"seed": 156680208700286,
|
5 |
+
"steps": 20,
|
6 |
+
"cfg": 8,
|
7 |
+
"sampler_name": "euler",
|
8 |
+
"scheduler": "normal",
|
9 |
+
"denoise": 1,
|
10 |
+
"model": [
|
11 |
+
"4",
|
12 |
+
0
|
13 |
+
],
|
14 |
+
"positive": [
|
15 |
+
"6",
|
16 |
+
0
|
17 |
+
],
|
18 |
+
"negative": [
|
19 |
+
"7",
|
20 |
+
0
|
21 |
+
],
|
22 |
+
"latent_image": [
|
23 |
+
"5",
|
24 |
+
0
|
25 |
+
]
|
26 |
+
},
|
27 |
+
"class_type": "KSampler",
|
28 |
+
"_meta": {
|
29 |
+
"title": "KSampler"
|
30 |
+
}
|
31 |
+
},
|
32 |
+
"4": {
|
33 |
+
"inputs": {
|
34 |
+
"ckpt_name": "deliberateForInvoke_v08.ckpt"
|
35 |
+
},
|
36 |
+
"class_type": "CheckpointLoaderSimple",
|
37 |
+
"_meta": {
|
38 |
+
"title": "Load Checkpoint"
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"5": {
|
42 |
+
"inputs": {
|
43 |
+
"width": 512,
|
44 |
+
"height": 512,
|
45 |
+
"batch_size": 1
|
46 |
+
},
|
47 |
+
"class_type": "EmptyLatentImage",
|
48 |
+
"_meta": {
|
49 |
+
"title": "Empty Latent Image"
|
50 |
+
}
|
51 |
+
},
|
52 |
+
"6": {
|
53 |
+
"inputs": {
|
54 |
+
"text": "beautiful scenery nature glass bottle landscape, , purple galaxy bottle,",
|
55 |
+
"clip": [
|
56 |
+
"4",
|
57 |
+
1
|
58 |
+
]
|
59 |
+
},
|
60 |
+
"class_type": "CLIPTextEncode",
|
61 |
+
"_meta": {
|
62 |
+
"title": "CLIP Text Encode (Prompt)"
|
63 |
+
}
|
64 |
+
},
|
65 |
+
"7": {
|
66 |
+
"inputs": {
|
67 |
+
"text": "text, watermark",
|
68 |
+
"clip": [
|
69 |
+
"4",
|
70 |
+
1
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"class_type": "CLIPTextEncode",
|
74 |
+
"_meta": {
|
75 |
+
"title": "CLIP Text Encode (Prompt)"
|
76 |
+
}
|
77 |
+
},
|
78 |
+
"8": {
|
79 |
+
"inputs": {
|
80 |
+
"samples": [
|
81 |
+
"3",
|
82 |
+
0
|
83 |
+
],
|
84 |
+
"vae": [
|
85 |
+
"4",
|
86 |
+
2
|
87 |
+
]
|
88 |
+
},
|
89 |
+
"class_type": "VAEDecode",
|
90 |
+
"_meta": {
|
91 |
+
"title": "VAE Decode"
|
92 |
+
}
|
93 |
+
},
|
94 |
+
"9": {
|
95 |
+
"inputs": {
|
96 |
+
"filename_prefix": "ComfyUI",
|
97 |
+
"images": [
|
98 |
+
"8",
|
99 |
+
0
|
100 |
+
]
|
101 |
+
},
|
102 |
+
"class_type": "SaveImage",
|
103 |
+
"_meta": {
|
104 |
+
"title": "Save Image"
|
105 |
+
}
|
106 |
+
}
|
107 |
+
}
|