Spaces:
Running
Running
Fix workflow parameters for updated ComfyUI nodes
Browse files- Changed SeedVR2VideoUpscaler color_correction from 'fixed' to 'lab'
- Changed DyPE_FLUX model_type from 'zimage' to 'auto'
- These parameters match the current node versions
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
- simple_api_workflow.json +3 -3
simple_api_workflow.json
CHANGED
|
@@ -102,7 +102,7 @@
|
|
| 102 |
],
|
| 103 |
"width": 3840,
|
| 104 |
"height": 2160,
|
| 105 |
-
"model_type": "
|
| 106 |
"method": "vision_yarn",
|
| 107 |
"yarn_alt_scaling": false,
|
| 108 |
"enable_dype": true,
|
|
@@ -216,10 +216,10 @@
|
|
| 216 |
0
|
| 217 |
],
|
| 218 |
"seed": 9999999,
|
| 219 |
-
"color_correction": "
|
| 220 |
"batch_size": 2160,
|
| 221 |
"uniform_batch_size": 0,
|
| 222 |
-
"resolution":
|
| 223 |
"max_resolution": false
|
| 224 |
}
|
| 225 |
},
|
|
|
|
| 102 |
],
|
| 103 |
"width": 3840,
|
| 104 |
"height": 2160,
|
| 105 |
+
"model_type": "auto",
|
| 106 |
"method": "vision_yarn",
|
| 107 |
"yarn_alt_scaling": false,
|
| 108 |
"enable_dype": true,
|
|
|
|
| 216 |
0
|
| 217 |
],
|
| 218 |
"seed": 9999999,
|
| 219 |
+
"color_correction": "lab",
|
| 220 |
"batch_size": 2160,
|
| 221 |
"uniform_batch_size": 0,
|
| 222 |
+
"resolution": 1,
|
| 223 |
"max_resolution": false
|
| 224 |
}
|
| 225 |
},
|