mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 14:16:57 +00:00
Merge pull request #278 from ssteo/patch-1
Make seed in a batch further from each other
This commit is contained in:
commit
b1b2a0fe3c
2
wgp.py
2
wgp.py
@ -3750,7 +3750,7 @@ def generate_video(
|
|||||||
|
|
||||||
send_cmd("output")
|
send_cmd("output")
|
||||||
|
|
||||||
seed += 1
|
seed = random.randint(0, 999999999)
|
||||||
clear_status(state)
|
clear_status(state)
|
||||||
if temp_filename!= None and os.path.isfile(temp_filename):
|
if temp_filename!= None and os.path.isfile(temp_filename):
|
||||||
os.remove(temp_filename)
|
os.remove(temp_filename)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user