Update accel_sdxl_gen_img.py

This commit is contained in:
DKnight54
2025-01-27 20:41:12 +08:00
committed by GitHub
parent 25283008d3
commit e96ea1b841

View File

@@ -2768,6 +2768,8 @@ def main(args):
# 数が足りないなら前のをそのまま使う
if len(seeds) > 0:
seed = seeds.pop(0)
if len(seeds) == 1:
seeds = None
else:
if predefined_seeds is not None:
if len(predefined_seeds) > 0: