Skip to content

Commit 8952ea3

Browse files
committed
future ci work
1 parent 1951513 commit 8952ea3

15 files changed

Lines changed: 3126 additions & 0 deletions
Lines changed: 245 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,245 @@
1+
{
2+
"6": {
3+
"inputs": {
4+
"text": [
5+
"47",
6+
2
7+
],
8+
"clip": [
9+
"39",
10+
0
11+
]
12+
},
13+
"class_type": "CLIPTextEncode",
14+
"_meta": {
15+
"title": "CLIP Text Encode (Positive Prompt)"
16+
}
17+
},
18+
"8": {
19+
"inputs": {
20+
"samples": [
21+
"13",
22+
0
23+
],
24+
"vae": [
25+
"40",
26+
0
27+
]
28+
},
29+
"class_type": "VAEDecode",
30+
"_meta": {
31+
"title": "VAE Decode"
32+
}
33+
},
34+
"9": {
35+
"inputs": {
36+
"filename_prefix": "MultiGPU",
37+
"images": [
38+
"8",
39+
0
40+
]
41+
},
42+
"class_type": "SaveImage",
43+
"_meta": {
44+
"title": "Save Image"
45+
}
46+
},
47+
"13": {
48+
"inputs": {
49+
"noise": [
50+
"25",
51+
0
52+
],
53+
"guider": [
54+
"22",
55+
0
56+
],
57+
"sampler": [
58+
"16",
59+
0
60+
],
61+
"sigmas": [
62+
"17",
63+
0
64+
],
65+
"latent_image": [
66+
"27",
67+
0
68+
]
69+
},
70+
"class_type": "SamplerCustomAdvanced",
71+
"_meta": {
72+
"title": "SamplerCustomAdvanced"
73+
}
74+
},
75+
"16": {
76+
"inputs": {
77+
"sampler_name": "euler"
78+
},
79+
"class_type": "KSamplerSelect",
80+
"_meta": {
81+
"title": "KSamplerSelect"
82+
}
83+
},
84+
"17": {
85+
"inputs": {
86+
"scheduler": "simple",
87+
"steps": 20,
88+
"denoise": 1,
89+
"model": [
90+
"30",
91+
0
92+
]
93+
},
94+
"class_type": "BasicScheduler",
95+
"_meta": {
96+
"title": "BasicScheduler"
97+
}
98+
},
99+
"22": {
100+
"inputs": {
101+
"model": [
102+
"30",
103+
0
104+
],
105+
"conditioning": [
106+
"26",
107+
0
108+
]
109+
},
110+
"class_type": "BasicGuider",
111+
"_meta": {
112+
"title": "BasicGuider"
113+
}
114+
},
115+
"25": {
116+
"inputs": {
117+
"noise_seed": 66527593966288
118+
},
119+
"class_type": "RandomNoise",
120+
"_meta": {
121+
"title": "RandomNoise"
122+
}
123+
},
124+
"26": {
125+
"inputs": {
126+
"guidance": 3.5,
127+
"conditioning": [
128+
"6",
129+
0
130+
]
131+
},
132+
"class_type": "FluxGuidance",
133+
"_meta": {
134+
"title": "FluxGuidance"
135+
}
136+
},
137+
"27": {
138+
"inputs": {
139+
"width": 1024,
140+
"height": 1024,
141+
"batch_size": 1
142+
},
143+
"class_type": "EmptySD3LatentImage",
144+
"_meta": {
145+
"title": "EmptySD3LatentImage"
146+
}
147+
},
148+
"30": {
149+
"inputs": {
150+
"max_shift": 1.15,
151+
"base_shift": 0.5,
152+
"width": 1024,
153+
"height": 1024,
154+
"model": [
155+
"38",
156+
0
157+
]
158+
},
159+
"class_type": "ModelSamplingFlux",
160+
"_meta": {
161+
"title": "ModelSamplingFlux"
162+
}
163+
},
164+
"38": {
165+
"inputs": {
166+
"unet_name": "flux1-dev-fp8.safetensors",
167+
"weight_dtype": "default",
168+
"device": "cuda:0"
169+
},
170+
"class_type": "UNETLoaderMultiGPU",
171+
"_meta": {
172+
"title": "UNETLoaderMultiGPU"
173+
}
174+
},
175+
"39": {
176+
"inputs": {
177+
"clip_name1": "t5xxl_fp8_e4m3fn_scaled.safetensors",
178+
"clip_name2": "clip_l.safetensors",
179+
"type": "flux",
180+
"device": "cpu"
181+
},
182+
"class_type": "DualCLIPLoaderMultiGPU",
183+
"_meta": {
184+
"title": "DualCLIPLoaderMultiGPU"
185+
}
186+
},
187+
"40": {
188+
"inputs": {
189+
"vae_name": "ae.safetensors",
190+
"device": "cuda:1"
191+
},
192+
"class_type": "VAELoaderMultiGPU",
193+
"_meta": {
194+
"title": "VAELoaderMultiGPU"
195+
}
196+
},
197+
"44": {
198+
"inputs": {
199+
"image": "ComfyUI-Florence2 detailed_caption to flux.jpg"
200+
},
201+
"class_type": "LoadImage",
202+
"_meta": {
203+
"title": "Load Image"
204+
}
205+
},
206+
"45": {
207+
"inputs": {
208+
"model": "MiaoshouAI/Florence-2-large-PromptGen-v2.0",
209+
"precision": "fp16",
210+
"attention": "sdpa",
211+
"convert_to_safetensors": "cuda:1",
212+
"device": "cuda:1",
213+
"offload_device": "cpu"
214+
},
215+
"class_type": "DownloadAndLoadFlorence2ModelMultiGPU",
216+
"_meta": {
217+
"title": "DownloadAndLoadFlorence2ModelMultiGPU"
218+
}
219+
},
220+
"47": {
221+
"inputs": {
222+
"text_input": "",
223+
"task": "detailed_caption",
224+
"fill_mask": true,
225+
"keep_model_loaded": true,
226+
"max_new_tokens": 4096,
227+
"num_beams": 3,
228+
"do_sample": true,
229+
"output_mask_select": "",
230+
"seed": 61577449829591,
231+
"image": [
232+
"44",
233+
0
234+
],
235+
"florence2_model": [
236+
"45",
237+
0
238+
]
239+
},
240+
"class_type": "Florence2Run",
241+
"_meta": {
242+
"title": "Florence2Run"
243+
}
244+
}
245+
}

0 commit comments

Comments
 (0)