comfyui-workflow-builder 1.0.51 → 1.0.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -153,6 +153,7 @@ export function zImageGenerationWorkflow(input) {
153
153
  cfg: input.cfg,
154
154
  samplerName: input.sampler,
155
155
  denoise: input.denoise,
156
+ scheduler: "simple",
156
157
  model: modelSamplingAuraFlowNode,
157
158
  positiveConditioning: positivePrompt,
158
159
  negativeConditioning: conditioningZeroOutNode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comfyui-workflow-builder",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",