diff --git a/web/extensions/core/batchIndex.js b/web/extensions/core/batchIndex.js index 386a1d7a7..51ba6e931 100644 --- a/web/extensions/core/batchIndex.js +++ b/web/extensions/core/batchIndex.js @@ -3,8 +3,8 @@ import { app } from "/scripts/app.js"; class BatchInfo { constructor() { - this.addOutput("iteration", "INT"); - this.addOutput("batchCount", "INT"); + this.addOutput("iteration", "FLOAT"); + this.addOutput("batchCount", "FLOAT"); const batchIteration = (ComfyWidgets["INT"](this, "iteration", ["INT",{}], app) || {}).widget; batchIteration.disabled = true;