Seed controls added to Ksamplers (#296)

Co-authored-by: flyingshutter <flyingshutter@users.noreply.github.com>
This commit is contained in:
FizzleDorf
2023-04-12 20:57:13 -04:00
committed by GitHub
parent bada50f132
commit 3f52e7cbb1
4 changed files with 52 additions and 29 deletions

View File

@@ -949,6 +949,11 @@ class ComfyApp {
widget.value = widget.value.slice(7);
}
}
if (widget.name == "control_after_generate") {
if (widget.value == true) {
widget.value = "randomize";
}
}
}
}
}