diagonalge commited on
Commit
7229838
·
verified ·
1 Parent(s): d2fd94d

Upload 2 files

Browse files
Files changed (2) hide show
  1. flux-template-warmup.json +201 -0
  2. flux-template.json +215 -0
flux-template-warmup.json ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "8": {
3
+ "inputs": {
4
+ "samples": [
5
+ "13",
6
+ 0
7
+ ],
8
+ "vae": [
9
+ "10",
10
+ 0
11
+ ]
12
+ },
13
+ "class_type": "VAEDecode",
14
+ "_meta": {
15
+ "title": "VAE Decode"
16
+ }
17
+ },
18
+ "10": {
19
+ "inputs": {
20
+ "vae_name": "ae.safetensors"
21
+ },
22
+ "class_type": "VAELoader",
23
+ "_meta": {
24
+ "title": "Load VAE"
25
+ }
26
+ },
27
+ "11": {
28
+ "inputs": {
29
+ "clip_name1": "t5xxl_fp16.safetensors",
30
+ "clip_name2": "clip_l.safetensors",
31
+ "type": "flux",
32
+ "device": "default"
33
+ },
34
+ "class_type": "DualCLIPLoader",
35
+ "_meta": {
36
+ "title": "DualCLIPLoader"
37
+ }
38
+ },
39
+ "12": {
40
+ "inputs": {
41
+ "unet_name": "flux1-dev.safetensors",
42
+ "weight_dtype": "default"
43
+ },
44
+ "class_type": "UNETLoader",
45
+ "_meta": {
46
+ "title": "Load Diffusion Model"
47
+ }
48
+ },
49
+ "13": {
50
+ "inputs": {
51
+ "noise": [
52
+ "25",
53
+ 0
54
+ ],
55
+ "guider": [
56
+ "22",
57
+ 0
58
+ ],
59
+ "sampler": [
60
+ "16",
61
+ 0
62
+ ],
63
+ "sigmas": [
64
+ "Scheduler",
65
+ 0
66
+ ],
67
+ "latent_image": [
68
+ "Latents",
69
+ 4
70
+ ]
71
+ },
72
+ "class_type": "SamplerCustomAdvanced",
73
+ "_meta": {
74
+ "title": "SamplerCustomAdvanced"
75
+ }
76
+ },
77
+ "16": {
78
+ "inputs": {
79
+ "sampler_name": "dpmpp_2m"
80
+ },
81
+ "class_type": "KSamplerSelect",
82
+ "_meta": {
83
+ "title": "KSamplerSelect"
84
+ }
85
+ },
86
+ "22": {
87
+ "inputs": {
88
+ "model": [
89
+ "61",
90
+ 0
91
+ ],
92
+ "conditioning": [
93
+ "60",
94
+ 0
95
+ ]
96
+ },
97
+ "class_type": "BasicGuider",
98
+ "_meta": {
99
+ "title": "BasicGuider"
100
+ }
101
+ },
102
+ "25": {
103
+ "inputs": {
104
+ "noise_seed": 396346139617412
105
+ },
106
+ "class_type": "RandomNoise",
107
+ "_meta": {
108
+ "title": "RandomNoise"
109
+ }
110
+ },
111
+ "60": {
112
+ "inputs": {
113
+ "guidance": 3,
114
+ "conditioning": [
115
+ "Prompt",
116
+ 0
117
+ ]
118
+ },
119
+ "class_type": "FluxGuidance",
120
+ "_meta": {
121
+ "title": "FluxGuidance"
122
+ }
123
+ },
124
+ "61": {
125
+ "inputs": {
126
+ "max_shift": 1.1500000000000001,
127
+ "base_shift": 0.5,
128
+ "width": [
129
+ "Latents",
130
+ 0
131
+ ],
132
+ "height": [
133
+ "Latents",
134
+ 1
135
+ ],
136
+ "model": [
137
+ "12",
138
+ 0
139
+ ]
140
+ },
141
+ "class_type": "ModelSamplingFlux",
142
+ "_meta": {
143
+ "title": "ModelSamplingFlux"
144
+ }
145
+ },
146
+ "90": {
147
+ "inputs": {
148
+ "filename_prefix": "MarkuryFLUX",
149
+ "images": [
150
+ "8",
151
+ 0
152
+ ]
153
+ },
154
+ "class_type": "SaveImage",
155
+ "_meta": {
156
+ "title": "Save Image"
157
+ }
158
+ },
159
+ "Latents": {
160
+ "inputs": {
161
+ "width": 1024,
162
+ "height": 1024,
163
+ "aspect_ratio": "custom",
164
+ "swap_dimensions": "Off",
165
+ "upscale_factor": 1,
166
+ "batch_size": 1
167
+ },
168
+ "class_type": "CR SDXL Aspect Ratio",
169
+ "_meta": {
170
+ "title": "🔳 CR SDXL Aspect Ratio"
171
+ }
172
+ },
173
+ "Prompt": {
174
+ "inputs": {
175
+ "text": "",
176
+ "clip": [
177
+ "11",
178
+ 0
179
+ ]
180
+ },
181
+ "class_type": "CLIPTextEncode",
182
+ "_meta": {
183
+ "title": "CLIP Text Encode (Prompt)"
184
+ }
185
+ },
186
+ "Scheduler": {
187
+ "inputs": {
188
+ "scheduler": "sgm_uniform",
189
+ "steps": 35,
190
+ "denoise": 1,
191
+ "model": [
192
+ "61",
193
+ 0
194
+ ]
195
+ },
196
+ "class_type": "BasicScheduler",
197
+ "_meta": {
198
+ "title": "BasicScheduler"
199
+ }
200
+ }
201
+ }
flux-template.json ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Prompt": {
3
+ "inputs": {
4
+ "text": "",
5
+ "clip": [
6
+ "11",
7
+ 0
8
+ ]
9
+ },
10
+ "class_type": "CLIPTextEncode",
11
+ "_meta": {
12
+ "title": "CLIP Text Encode (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
+ "10": {
32
+ "inputs": {
33
+ "vae_name": "ae.safetensors"
34
+ },
35
+ "class_type": "VAELoader",
36
+ "_meta": {
37
+ "title": "Load VAE"
38
+ }
39
+ },
40
+ "11": {
41
+ "inputs": {
42
+ "clip_name1": "t5xxl_fp16.safetensors",
43
+ "clip_name2": "clip_l.safetensors",
44
+ "type": "flux",
45
+ "device": "default"
46
+ },
47
+ "class_type": "DualCLIPLoader",
48
+ "_meta": {
49
+ "title": "DualCLIPLoader"
50
+ }
51
+ },
52
+ "12": {
53
+ "inputs": {
54
+ "unet_name": "flux1-dev.safetensors",
55
+ "weight_dtype": "default"
56
+ },
57
+ "class_type": "UNETLoader",
58
+ "_meta": {
59
+ "title": "Load Diffusion Model"
60
+ }
61
+ },
62
+ "13": {
63
+ "inputs": {
64
+ "noise": [
65
+ "25",
66
+ 0
67
+ ],
68
+ "guider": [
69
+ "22",
70
+ 0
71
+ ],
72
+ "sampler": [
73
+ "16",
74
+ 0
75
+ ],
76
+ "sigmas": [
77
+ "Scheduler",
78
+ 0
79
+ ],
80
+ "latent_image": [
81
+ "Latents",
82
+ 4
83
+ ]
84
+ },
85
+ "class_type": "SamplerCustomAdvanced",
86
+ "_meta": {
87
+ "title": "SamplerCustomAdvanced"
88
+ }
89
+ },
90
+ "16": {
91
+ "inputs": {
92
+ "sampler_name": "dpmpp_2m"
93
+ },
94
+ "class_type": "KSamplerSelect",
95
+ "_meta": {
96
+ "title": "KSamplerSelect"
97
+ }
98
+ },
99
+ "Scheduler": {
100
+ "inputs": {
101
+ "scheduler": "sgm_uniform",
102
+ "steps": 35,
103
+ "denoise": 1,
104
+ "model": [
105
+ "61",
106
+ 0
107
+ ]
108
+ },
109
+ "class_type": "BasicScheduler",
110
+ "_meta": {
111
+ "title": "BasicScheduler"
112
+ }
113
+ },
114
+ "22": {
115
+ "inputs": {
116
+ "model": [
117
+ "61",
118
+ 0
119
+ ],
120
+ "conditioning": [
121
+ "60",
122
+ 0
123
+ ]
124
+ },
125
+ "class_type": "BasicGuider",
126
+ "_meta": {
127
+ "title": "BasicGuider"
128
+ }
129
+ },
130
+ "25": {
131
+ "inputs": {
132
+ "noise_seed": 1089034022124551
133
+ },
134
+ "class_type": "RandomNoise",
135
+ "_meta": {
136
+ "title": "RandomNoise"
137
+ }
138
+ },
139
+ "60": {
140
+ "inputs": {
141
+ "guidance": 7,
142
+ "conditioning": [
143
+ "Prompt",
144
+ 0
145
+ ]
146
+ },
147
+ "class_type": "FluxGuidance",
148
+ "_meta": {
149
+ "title": "FluxGuidance"
150
+ }
151
+ },
152
+ "61": {
153
+ "inputs": {
154
+ "max_shift": 1.15,
155
+ "base_shift": 0.5,
156
+ "width": [
157
+ "Latents",
158
+ 0
159
+ ],
160
+ "height": [
161
+ "Latents",
162
+ 1
163
+ ],
164
+ "model": [
165
+ "Lora_loader",
166
+ 0
167
+ ]
168
+ },
169
+ "class_type": "ModelSamplingFlux",
170
+ "_meta": {
171
+ "title": "ModelSamplingFlux"
172
+ }
173
+ },
174
+ "Lora_loader": {
175
+ "inputs": {
176
+ "lora_name": "",
177
+ "strength_model": 1,
178
+ "model": [
179
+ "12",
180
+ 0
181
+ ]
182
+ },
183
+ "class_type": "LoraLoaderModelOnly",
184
+ "_meta": {
185
+ "title": "LoraLoaderModelOnly"
186
+ }
187
+ },
188
+ "Latents": {
189
+ "inputs": {
190
+ "width": 1024,
191
+ "height": 1024,
192
+ "aspect_ratio": "custom",
193
+ "swap_dimensions": "Off",
194
+ "upscale_factor": 1,
195
+ "batch_size": 1
196
+ },
197
+ "class_type": "CR SDXL Aspect Ratio",
198
+ "_meta": {
199
+ "title": "🔳 CR SDXL Aspect Ratio"
200
+ }
201
+ },
202
+ "90": {
203
+ "inputs": {
204
+ "filename_prefix": "MarkuryFLUX",
205
+ "images": [
206
+ "8",
207
+ 0
208
+ ]
209
+ },
210
+ "class_type": "SaveImage",
211
+ "_meta": {
212
+ "title": "Save Image"
213
+ }
214
+ }
215
+ }