Randomize seed in a hackish way

This commit is contained in:
space-nuko
2023-04-25 06:26:40 -07:00
parent 76a22c47f6
commit cd0fde0f55
8 changed files with 66 additions and 10 deletions

View File

@@ -10,5 +10,6 @@ export default class ComfyGraphNode extends LGraphNode {
*/
virtualWidgets: ComfyWidget[] = [];
onExecuting?(): void;
onExecuted?(output: any): void;
}