Better seed randomizer
This commit is contained in:
@@ -4,12 +4,6 @@ import { LGraphNode } from "@litegraph-ts/core";
|
||||
export default class ComfyGraphNode extends LGraphNode {
|
||||
isVirtualNode: boolean = false;
|
||||
|
||||
/*
|
||||
* Widgets that aren't a part of the graph, but are used for rendering
|
||||
* purposes only.
|
||||
*/
|
||||
virtualWidgets: ComfyWidget[] = [];
|
||||
|
||||
onExecuting?(): void;
|
||||
afterQueued?(): void;
|
||||
onExecuted?(output: any): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user