mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 07:10:52 +08:00
change output types to FLOAT
This commit is contained in:
parent
aa29284a76
commit
59cfa0e7e3
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user