mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-09 21:12:36 +08:00
clean commit
This commit is contained in:
parent
55e46e708e
commit
79a07bb813
@ -145,7 +145,7 @@ export class ComfyApp {
|
|||||||
if(this.widgets) {
|
if(this.widgets) {
|
||||||
widgets = this.widgets.map(({ type, name, value }) => ({ type, name, value }));
|
widgets = this.widgets.map(({ type, name, value }) => ({ type, name, value }));
|
||||||
}
|
}
|
||||||
|
|
||||||
let img = new Image();
|
let img = new Image();
|
||||||
var imgs = undefined;
|
var imgs = undefined;
|
||||||
if(this.imgs != undefined) {
|
if(this.imgs != undefined) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user