mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-18 10:20:16 +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 {
|
class BatchInfo {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.addOutput("iteration", "INT");
|
this.addOutput("iteration", "FLOAT");
|
||||||
this.addOutput("batchCount", "INT");
|
this.addOutput("batchCount", "FLOAT");
|
||||||
|
|
||||||
const batchIteration = (ComfyWidgets["INT"](this, "iteration", ["INT",{}], app) || {}).widget;
|
const batchIteration = (ComfyWidgets["INT"](this, "iteration", ["INT",{}], app) || {}).widget;
|
||||||
batchIteration.disabled = true;
|
batchIteration.disabled = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user