cgauss commited on
Commit
0313b9a
·
verified ·
1 Parent(s): 8e53d7e

Delete workflow_api.json

Browse files
Files changed (1) hide show
  1. workflow_api.json +0 -189
workflow_api.json DELETED
@@ -1,189 +0,0 @@
1
- {
2
- "6": {
3
- "inputs": {
4
- "text": "Imagine 3 characters riding on a large wooden boat with a blue and white paint job exterior, looking out over the edge and waving.\nMain Characters:\n(3-year-old boy): Light skin, short straight hair, wearing a blue t-shirt with a truck graphic, bright red swim trunks with white stripes, and a hat featuring a truck design. \n(8-year-old girl): Light skin, brown eyes, short brown hair tied back, dressed in a vibrant pink swimsuit with a tropical pattern, and carrying a matching pink backpack. \nSupporting Characters:\nA middle-aged man with a black beard, wearing a black and white striped shirt, blue jeans, and a sailor’s hat.\nBackground:\nOcean Shore: Sparkling water reflecting the bright sun, with gentle waves lapping against the boat with a white and blue paint job. The happy and epic scene is lively and playful. PIXARFLUX art style",
5
- "clip": [
6
- "11",
7
- 0
8
- ]
9
- },
10
- "class_type": "CLIPTextEncode",
11
- "_meta": {
12
- "title": "CLIP Text Encode (Positive Prompt)"
13
- }
14
- },
15
- "8": {
16
- "inputs": {
17
- "samples": [
18
- "13",
19
- 0
20
- ],
21
- "vae": [
22
- "10",
23
- 0
24
- ]
25
- },
26
- "class_type": "VAEDecode",
27
- "_meta": {
28
- "title": "VAE Decode"
29
- }
30
- },
31
- "9": {
32
- "inputs": {
33
- "filename_prefix": "ComfyUI",
34
- "images": [
35
- "8",
36
- 0
37
- ]
38
- },
39
- "class_type": "SaveImage",
40
- "_meta": {
41
- "title": "Save Image"
42
- }
43
- },
44
- "10": {
45
- "inputs": {
46
- "vae_name": "ae.sft"
47
- },
48
- "class_type": "VAELoader",
49
- "_meta": {
50
- "title": "Load VAE"
51
- }
52
- },
53
- "11": {
54
- "inputs": {
55
- "clip_name1": "t5xxl_fp16.safetensors",
56
- "clip_name2": "clip_l.safetensors",
57
- "type": "flux"
58
- },
59
- "class_type": "DualCLIPLoader",
60
- "_meta": {
61
- "title": "DualCLIPLoader"
62
- }
63
- },
64
- "12": {
65
- "inputs": {
66
- "unet_name": "flux1-dev.sft",
67
- "weight_dtype": "default"
68
- },
69
- "class_type": "UNETLoader",
70
- "_meta": {
71
- "title": "Load Diffusion Model"
72
- }
73
- },
74
- "13": {
75
- "inputs": {
76
- "noise": [
77
- "25",
78
- 0
79
- ],
80
- "guider": [
81
- "22",
82
- 0
83
- ],
84
- "sampler": [
85
- "16",
86
- 0
87
- ],
88
- "sigmas": [
89
- "17",
90
- 0
91
- ],
92
- "latent_image": [
93
- "27",
94
- 0
95
- ]
96
- },
97
- "class_type": "SamplerCustomAdvanced",
98
- "_meta": {
99
- "title": "SamplerCustomAdvanced"
100
- }
101
- },
102
- "16": {
103
- "inputs": {
104
- "sampler_name": "euler"
105
- },
106
- "class_type": "KSamplerSelect",
107
- "_meta": {
108
- "title": "KSamplerSelect"
109
- }
110
- },
111
- "17": {
112
- "inputs": {
113
- "scheduler": "simple",
114
- "steps": 20,
115
- "denoise": 1,
116
- "model": [
117
- "12",
118
- 0
119
- ]
120
- },
121
- "class_type": "BasicScheduler",
122
- "_meta": {
123
- "title": "BasicScheduler"
124
- }
125
- },
126
- "22": {
127
- "inputs": {
128
- "model": [
129
- "30",
130
- 0
131
- ],
132
- "conditioning": [
133
- "26",
134
- 0
135
- ]
136
- },
137
- "class_type": "BasicGuider",
138
- "_meta": {
139
- "title": "BasicGuider"
140
- }
141
- },
142
- "25": {
143
- "inputs": {
144
- "noise_seed": 344088569883357
145
- },
146
- "class_type": "RandomNoise",
147
- "_meta": {
148
- "title": "RandomNoise"
149
- }
150
- },
151
- "26": {
152
- "inputs": {
153
- "guidance": 3,
154
- "conditioning": [
155
- "6",
156
- 0
157
- ]
158
- },
159
- "class_type": "FluxGuidance",
160
- "_meta": {
161
- "title": "FluxGuidance"
162
- }
163
- },
164
- "27": {
165
- "inputs": {
166
- "width": 1344,
167
- "height": 768,
168
- "batch_size": 1
169
- },
170
- "class_type": "EmptySD3LatentImage",
171
- "_meta": {
172
- "title": "EmptySD3LatentImage"
173
- }
174
- },
175
- "30": {
176
- "inputs": {
177
- "lora_name": "FLUXTest2-000009.safetensors",
178
- "strength_model": 1,
179
- "model": [
180
- "12",
181
- 0
182
- ]
183
- },
184
- "class_type": "LoraLoaderModelOnly",
185
- "_meta": {
186
- "title": "LoraLoaderModelOnly"
187
- }
188
- }
189
- }