dennny123 Claude Sonnet 4.5 commited on
Commit
c08c294
·
1 Parent(s): 4f7f42e

Add missing UltralyticsDetectorProvider node and fix resolution

Browse files

- Add node 578 (UltralyticsDetectorProvider) for bbox detection
- Connect FaceDetailer bbox_detector input to node 578
- Fix SeedVR2VideoUpscaler resolution: 1 → 1080 (min required: 16)
- Keep all original FaceDetailer parameter values (compatible with pinned Impact Pack version)

Now matches reference workflow structure with correct Impact Pack version.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. simple_api_workflow.json +11 -1
simple_api_workflow.json CHANGED
@@ -219,7 +219,7 @@
219
  "color_correction": "fixed",
220
  "batch_size": 2160,
221
  "uniform_batch_size": 0,
222
- "resolution": 1,
223
  "max_resolution": false
224
  }
225
  },
@@ -310,6 +310,12 @@
310
  "strength": 1.2
311
  }
312
  },
 
 
 
 
 
 
313
  "581": {
314
  "class_type": "FaceDetailer",
315
  "inputs": {
@@ -337,6 +343,10 @@
337
  "10",
338
  0
339
  ],
 
 
 
 
340
  "guide_size": 256,
341
  "guide_size_for": true,
342
  "max_size": 1024,
 
219
  "color_correction": "fixed",
220
  "batch_size": 2160,
221
  "uniform_batch_size": 0,
222
+ "resolution": 1080,
223
  "max_resolution": false
224
  }
225
  },
 
310
  "strength": 1.2
311
  }
312
  },
313
+ "578": {
314
+ "class_type": "UltralyticsDetectorProvider",
315
+ "inputs": {
316
+ "model_name": "bbox/yolov8n-face.pt"
317
+ }
318
+ },
319
  "581": {
320
  "class_type": "FaceDetailer",
321
  "inputs": {
 
343
  "10",
344
  0
345
  ],
346
+ "bbox_detector": [
347
+ "578",
348
+ 0
349
+ ],
350
  "guide_size": 256,
351
  "guide_size_for": true,
352
  "max_size": 1024,