记录一次stable-diffusion animatediff插件异常: *** Error running postprocess_batch_list: G:\project\AI\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py Traceback (most recent call last): File "G:\project\AI\stable-diffusion-webui\modules\scripts.py", line 766, in postprocess_batch_list script.postprocess_batch_list(p, pp, *script_args, **kwargs) File "G:\project\AI\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py", line 85, in postprocess_batch_list self.prompt_scheduler.save_infotext_img(p) AttributeError: 'NoneType' object has no attribute 'save_infotext_img'
*** Error running postprocess: G:\project\AI\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py Traceback (most recent call last): File "G:\project\AI\stable-diffusion-webui\modules\scripts.py", line 750, in postprocess script.postprocess(p, processed, *script_args) File "G:\project\AI\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py", line 97, in postprocess self.prompt_scheduler.save_infotext_txt(res) AttributeError: 'NoneType' object has no attribute 'save_infotext_txt'
原因: 没有添加loRa模型