diff --git a/wgp.py b/wgp.py index 9903c5c..8f5a5fb 100644 --- a/wgp.py +++ b/wgp.py @@ -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)