mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
Update seedcontrol.js
This commit is contained in:
committed by
GitHub
parent
b471390b88
commit
25d0bd0e88
@@ -28,7 +28,7 @@ class SeedControl {
|
|||||||
this.lastSeed = -1;
|
this.lastSeed = -1;
|
||||||
this.serializedCtx = {};
|
this.serializedCtx = {};
|
||||||
this.node = node;
|
this.node = node;
|
||||||
this.seedBehavior = 'randomize'; // Default behavior
|
this.seedBehavior = 'fixed'; // Default behavior
|
||||||
|
|
||||||
let controlAfterGenerateIndex;
|
let controlAfterGenerateIndex;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user