LucasMoskun commited on
Commit
4fa7310
β€’
1 Parent(s): beda921

add upscale v3 workflow

Browse files
workflows/api_nilor_upscale_workflow_v3.json ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "241": {
3
+ "inputs": {
4
+ "upscale_by": 3,
5
+ "seed": 1053343939755592,
6
+ "steps": 10,
7
+ "cfg": 1.5,
8
+ "sampler_name": "lcm",
9
+ "scheduler": "sgm_uniform",
10
+ "denoise": 0.55,
11
+ "mode_type": "Linear",
12
+ "tile_width": 640,
13
+ "tile_height": 640,
14
+ "mask_blur": 32,
15
+ "tile_padding": 64,
16
+ "seam_fix_mode": "None",
17
+ "seam_fix_denoise": 0.75,
18
+ "seam_fix_width": 64,
19
+ "seam_fix_mask_blur": 16,
20
+ "seam_fix_padding": 32,
21
+ "force_uniform_tiles": true,
22
+ "tiled_decode": false,
23
+ "image": [
24
+ "302",
25
+ 0
26
+ ],
27
+ "model": [
28
+ "312",
29
+ 0
30
+ ],
31
+ "positive": [
32
+ "253",
33
+ 0
34
+ ],
35
+ "negative": [
36
+ "253",
37
+ 1
38
+ ],
39
+ "vae": [
40
+ "244",
41
+ 4
42
+ ],
43
+ "upscale_model": [
44
+ "242",
45
+ 0
46
+ ]
47
+ },
48
+ "class_type": "UltimateSDUpscale",
49
+ "_meta": {
50
+ "title": "Ultimate SD Upscale"
51
+ }
52
+ },
53
+ "242": {
54
+ "inputs": {
55
+ "model_name": "4xLexicaDAT2_otf.pth"
56
+ },
57
+ "class_type": "Upscale Model Loader",
58
+ "_meta": {
59
+ "title": "Upscale Model Loader"
60
+ }
61
+ },
62
+ "244": {
63
+ "inputs": {
64
+ "ckpt_name": "photonLCM_v10.safetensors",
65
+ "vae_name": "vae-ft-mse-840000-ema-pruned.safetensors",
66
+ "clip_skip": -1,
67
+ "lora_name": "lcm_lora_sd15.safetensors",
68
+ "lora_model_strength": 0.3,
69
+ "lora_clip_strength": 1,
70
+ "positive": [
71
+ "307",
72
+ 0
73
+ ],
74
+ "negative": "watermark, text, signature, blurry, noisy, messy, lowres, jpeg, artifacts, ill, distorted, malformed, nsfw, fused, fused legs, extra legs, extra limbs, ugly, poorly drawn, bad anatomy, mutated, cloned legs, gross proportions, dark, underlit, human, person, rider\n",
75
+ "token_normalization": "none",
76
+ "weight_interpretation": "comfy",
77
+ "empty_latent_width": 640,
78
+ "empty_latent_height": 640,
79
+ "batch_size": 64
80
+ },
81
+ "class_type": "Efficient Loader",
82
+ "_meta": {
83
+ "title": "Efficient Loader"
84
+ }
85
+ },
86
+ "245": {
87
+ "inputs": {
88
+ "model_name": "AnimateLCM_sd15_t2v.ckpt",
89
+ "beta_schedule": "lcm >> sqrt_linear",
90
+ "motion_scale": 1,
91
+ "apply_v2_models_properly": false,
92
+ "model": [
93
+ "244",
94
+ 0
95
+ ],
96
+ "context_options": [
97
+ "246",
98
+ 0
99
+ ],
100
+ "motion_lora": [
101
+ "336",
102
+ 0
103
+ ]
104
+ },
105
+ "class_type": "ADE_AnimateDiffLoaderWithContext",
106
+ "_meta": {
107
+ "title": "AnimateDiff Loader [Legacy] πŸŽ­πŸ…πŸ…“β‘ "
108
+ }
109
+ },
110
+ "246": {
111
+ "inputs": {
112
+ "context_length": 18,
113
+ "context_stride": 1,
114
+ "context_overlap": 3,
115
+ "closed_loop": false,
116
+ "fuse_method": "pyramid",
117
+ "use_on_equal_length": false,
118
+ "start_percent": 0,
119
+ "guarantee_steps": 1
120
+ },
121
+ "class_type": "ADE_LoopedUniformContextOptions",
122
+ "_meta": {
123
+ "title": "Context Optionsβ—†Looped Uniform πŸŽ­πŸ…πŸ…“"
124
+ }
125
+ },
126
+ "250": {
127
+ "inputs": {
128
+ "ipadapter_file": "ip-adapter-plus_sd15.safetensors"
129
+ },
130
+ "class_type": "IPAdapterModelLoader",
131
+ "_meta": {
132
+ "title": "IPAdapter Model Loader"
133
+ }
134
+ },
135
+ "253": {
136
+ "inputs": {
137
+ "strength": 0.8,
138
+ "start_percent": 0,
139
+ "end_percent": 0.75,
140
+ "positive": [
141
+ "244",
142
+ 1
143
+ ],
144
+ "negative": [
145
+ "244",
146
+ 2
147
+ ],
148
+ "control_net": [
149
+ "254",
150
+ 0
151
+ ],
152
+ "image": [
153
+ "302",
154
+ 0
155
+ ]
156
+ },
157
+ "class_type": "ACN_AdvancedControlNetApply",
158
+ "_meta": {
159
+ "title": "Apply Advanced ControlNet πŸ›‚πŸ…πŸ…’πŸ…"
160
+ }
161
+ },
162
+ "254": {
163
+ "inputs": {
164
+ "control_net_name": "motion_controlnet_checkpoint.ckpt"
165
+ },
166
+ "class_type": "ControlNetLoaderAdvanced",
167
+ "_meta": {
168
+ "title": "Load Advanced ControlNet Model πŸ›‚πŸ…πŸ…’πŸ…"
169
+ }
170
+ },
171
+ "302": {
172
+ "inputs": {
173
+ "video": "trim_test.mp4",
174
+ "force_rate": 12,
175
+ "force_size": "Disabled",
176
+ "custom_width": 512,
177
+ "custom_height": 512,
178
+ "frame_load_cap": 0,
179
+ "skip_first_frames": 0,
180
+ "select_every_nth": 1
181
+ },
182
+ "class_type": "VHS_LoadVideo",
183
+ "_meta": {
184
+ "title": "Load Video (Upload) πŸŽ₯πŸ…₯πŸ…—πŸ…’"
185
+ }
186
+ },
187
+ "303": {
188
+ "inputs": {
189
+ "clip_name": "ip-adapter_image_encoder_sd15.safetensors"
190
+ },
191
+ "class_type": "CLIPVisionLoader",
192
+ "_meta": {
193
+ "title": "Load CLIP Vision"
194
+ }
195
+ },
196
+ "307": {
197
+ "inputs": {
198
+ "action": "append",
199
+ "tidy_tags": "no",
200
+ "text_a": "(extreme close-up:0.35) of flowing, billowing fine silk fabric scarf with fine pattern print in the style of (hermes carre:1.0), highly detailed, 8K, realistic, (depth of field:0.25), ",
201
+ "text_b": "",
202
+ "result": "(extreme close-up:0.35) of flowing, billowing fine silk fabric scarf with fine pattern print in the style of (hermes carre:1.0), highly detailed, 8K, realistic, (depth of field:0.25), "
203
+ },
204
+ "class_type": "StringFunction|pysssss",
205
+ "_meta": {
206
+ "title": "String Function 🐍"
207
+ }
208
+ },
209
+ "310": {
210
+ "inputs": {
211
+ "type": "shuffle",
212
+ "strength": 0.3,
213
+ "blur": 0,
214
+ "image_optional": [
215
+ "302",
216
+ 0
217
+ ]
218
+ },
219
+ "class_type": "IPAdapterNoise",
220
+ "_meta": {
221
+ "title": "IPAdapter Noise"
222
+ }
223
+ },
224
+ "312": {
225
+ "inputs": {
226
+ "weight": 1,
227
+ "weight_type": "ease in-out",
228
+ "start_at": 0.4,
229
+ "end_at": 1,
230
+ "sharpening": 0,
231
+ "embeds_scaling": "V only",
232
+ "encode_batch_size": 0,
233
+ "model": [
234
+ "319",
235
+ 0
236
+ ],
237
+ "ipadapter": [
238
+ "250",
239
+ 0
240
+ ],
241
+ "image": [
242
+ "302",
243
+ 0
244
+ ],
245
+ "image_negative": [
246
+ "310",
247
+ 0
248
+ ],
249
+ "clip_vision": [
250
+ "303",
251
+ 0
252
+ ]
253
+ },
254
+ "class_type": "IPAdapterTiledBatch",
255
+ "_meta": {
256
+ "title": "IPAdapter Tiled Batch"
257
+ }
258
+ },
259
+ "319": {
260
+ "inputs": {
261
+ "weight": 1,
262
+ "weight_type": "ease in-out",
263
+ "start_at": 0,
264
+ "end_at": 0.4,
265
+ "embeds_scaling": "V only",
266
+ "encode_batch_size": 0,
267
+ "model": [
268
+ "245",
269
+ 0
270
+ ],
271
+ "ipadapter": [
272
+ "250",
273
+ 0
274
+ ],
275
+ "image": [
276
+ "310",
277
+ 0
278
+ ],
279
+ "image_negative": [
280
+ "310",
281
+ 0
282
+ ],
283
+ "clip_vision": [
284
+ "303",
285
+ 0
286
+ ]
287
+ },
288
+ "class_type": "IPAdapterBatch",
289
+ "_meta": {
290
+ "title": "IPAdapter Batch (Adv.)"
291
+ }
292
+ },
293
+ "332": {
294
+ "inputs": {
295
+ "ckpt_name": "rife47.pth",
296
+ "clear_cache_after_n_frames": 10,
297
+ "multiplier": 2,
298
+ "fast_mode": true,
299
+ "ensemble": true,
300
+ "scale_factor": 1,
301
+ "frames": [
302
+ "241",
303
+ 0
304
+ ]
305
+ },
306
+ "class_type": "RIFE VFI",
307
+ "_meta": {
308
+ "title": "RIFE VFI (recommend rife47 and rife49)"
309
+ }
310
+ },
311
+ "333": {
312
+ "inputs": {
313
+ "frame_rate": 24,
314
+ "loop_count": 0,
315
+ "filename_prefix": "hr_ult_rife",
316
+ "format": "video/h264-mp4",
317
+ "pix_fmt": "yuv420p",
318
+ "crf": 19,
319
+ "save_metadata": true,
320
+ "pingpong": false,
321
+ "save_output": true,
322
+ "images": [
323
+ "332",
324
+ 0
325
+ ]
326
+ },
327
+ "class_type": "VHS_VideoCombine",
328
+ "_meta": {
329
+ "title": "Video Combine πŸŽ₯πŸ…₯πŸ…—πŸ…’"
330
+ }
331
+ },
332
+ "336": {
333
+ "inputs": {
334
+ "lora_name": "WAS26.safetensors",
335
+ "strength": 0.5
336
+ },
337
+ "class_type": "ADE_AnimateDiffLoRALoader",
338
+ "_meta": {
339
+ "title": "Load AnimateDiff LoRA πŸŽ­πŸ…πŸ…“"
340
+ }
341
+ }
342
+ }