Merge pull request #278 from ssteo/patch-1

Make seed in a batch further from each other
This commit is contained in:
deepbeepmeep 2025-06-18 00:50:43 +02:00 committed by GitHub
commit b1b2a0fe3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
wgp.py
View File

@ -3750,7 +3750,7 @@ def generate_video(
send_cmd("output")
seed += 1
seed = random.randint(0, 999999999)
clear_status(state)
if temp_filename!= None and os.path.isfile(temp_filename):
os.remove(temp_filename)