Judge: add seed (reproducible output) + interrupt support
New 'seed' input seeds sampling (torch.manual_seed before generation) so a fixed seed reproduces the same output — no reroll when re-queueing while tweaking downstream nodes; bump it to reroll (named 'seed' so the frontend adds control_after_generate). Generation now honors ComfyUI cancel: a StoppingCriteria halts model.generate() promptly and _check_interrupt() raises between passes. Workflows updated with the seed widget. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -208,6 +208,8 @@
|
||||
"bf16",
|
||||
3072,
|
||||
0.4,
|
||||
0,
|
||||
"fixed",
|
||||
false,
|
||||
false,
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user