Fix error of Stable diffusion Colan: Create video from frames error

Fix error of Stable diffusion Colan: Create video from frames error

Follow step bellow to fix this error : 
<ipython-input-14-c2dac8b03269> in <module> 24 fname = f"{path_name_modifier}_%05d.png" 25 all_step_dirs = [os.path.join(args.outdir, d) for d in os.listdir(args.outdir) if os.path.isdir(os.path.join(args.outdir,d))] ---> 26 newest_dir = max(all_step_dirs, key=os.path.getmtime) 27 image_path = os.path.join(newest_dir, fname) 28 print(f"Reading images from {image_path}") ValueError: max() arg is an empty sequence



You need just to uncheck " renderer_steps" and save the change


Stable diffusion Colan

If you have any question ,let me know in the comment .