mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-16 17:02:45 +00:00
Update accel_sdxl_gen_img.py
This commit is contained in:
@@ -2389,7 +2389,10 @@ def main(args):
|
||||
all_seeds = gather_object(seeds)
|
||||
all_clip_prompts = gather_object(clip_prompts)
|
||||
all_raw_prompts = gather_object(raw_prompts)
|
||||
all_init_images = gather_object(init_images)
|
||||
if init_images not None:
|
||||
all_init_images = gather_object(init_images)
|
||||
else:
|
||||
all_init_images = None
|
||||
if distributed_state.is_main_process:
|
||||
|
||||
highres_prefix = ("0" if highres_1st else "1") if highres_fix else ""
|
||||
|
||||
Reference in New Issue
Block a user