mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 14:16:57 +00:00
Make seed in a batch further from each other
This commit is contained in:
parent
c9aa2c3230
commit
3eaec9a391
2
wgp.py
2
wgp.py
@ -3289,7 +3289,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