The following error code appears and the video cannot be generated.
Please tell me the solution
0%| | 0/20 [00:00<?, ?it/s]2024-10-20 17:44:04,802 - AnimateDiff - WARNING - No motion module detected, falling back to the original forward. You are most likely using !Adetailer. !Adetailer post-process your outputs sequentially, and there will NOT be motion module in your UNet, so there might be NO temporal consistency within the inpainted face. Use at your own risk. If you really want to pursue inpainting with AnimateDiff inserted into UNet, use Segment Anything to generate masks for each frame and inpaint them with AnimateDiff + ControlNet. Note that my proposal might be good or bad, do your own research to figure out the best way.
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [01:09<00:00, 3.47s/it]
==========================================================================================0/20 [01:05<00:00, 3.50s/it]
A tensor with all NaNs was produced in VAE.
Web UI will now convert VAE into 32-bit float and retry.
To disable this behavior, disable the 'Automatically revert VAE to 32-bit floats' setting.
To always start with 32-bit VAE, use --no-half-vae commandline flag.
Error running postprocess_batch_list: C:\Stable Diffusion20230601\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py
Traceback (most recent call last):
File "C:\Stable Diffusion20230601\stable-diffusion-webui\modules\scripts.py", line 888, in postprocess_batch_list
script.postprocess_batch_list(p, pp, script_args, kwargs)
File "C:\Stable Diffusion20230601\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py", line 84, in postprocess_batch_list
params.prompt_scheduler.save_infotext_img(p)
AttributeError: 'NoneType' object has no attribute 'save_infotext_img'
** Error running postprocess: C:\Stable Diffusion20230601\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py
Traceback (most recent call last):
File "C:\Stable Diffusion20230601\stable-diffusion-webui\modules\scripts.py", line 872, in postprocess
script.postprocess(p, processed, script_args)
File "C:\Stable Diffusion20230601\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py", line 94, in postprocess
params.prompt_scheduler.save_infotext_txt(res)
AttributeError: 'NoneType' object has no attribute 'save_infotext_txt'
The following error code appears and the video cannot be generated. Please tell me the solution
0%| | 0/20 [00:00<?, ?it/s]2024-10-20 17:44:04,802 - AnimateDiff - WARNING - No motion module detected, falling back to the original forward. You are most likely using !Adetailer. !Adetailer post-process your outputs sequentially, and there will NOT be motion module in your UNet, so there might be NO temporal consistency within the inpainted face. Use at your own risk. If you really want to pursue inpainting with AnimateDiff inserted into UNet, use Segment Anything to generate masks for each frame and inpaint them with AnimateDiff + ControlNet. Note that my proposal might be good or bad, do your own research to figure out the best way. 100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [01:09<00:00, 3.47s/it] ==========================================================================================0/20 [01:05<00:00, 3.50s/it] A tensor with all NaNs was produced in VAE. Web UI will now convert VAE into 32-bit float and retry. To disable this behavior, disable the 'Automatically revert VAE to 32-bit floats' setting. To always start with 32-bit VAE, use --no-half-vae commandline flag.
Error running postprocess_batch_list: C:\Stable Diffusion20230601\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py Traceback (most recent call last): File "C:\Stable Diffusion20230601\stable-diffusion-webui\modules\scripts.py", line 888, in postprocess_batch_list script.postprocess_batch_list(p, pp, script_args, kwargs) File "C:\Stable Diffusion20230601\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py", line 84, in postprocess_batch_list params.prompt_scheduler.save_infotext_img(p) AttributeError: 'NoneType' object has no attribute 'save_infotext_img'
** Error running postprocess: C:\Stable Diffusion20230601\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py Traceback (most recent call last): File "C:\Stable Diffusion20230601\stable-diffusion-webui\modules\scripts.py", line 872, in postprocess script.postprocess(p, processed, script_args) File "C:\Stable Diffusion20230601\stable-diffusion-webui\extensions\sd-webui-animatediff\scripts\animatediff.py", line 94, in postprocess params.prompt_scheduler.save_infotext_txt(res) AttributeError: 'NoneType' object has no attribute 'save_infotext_txt'
Thank you all for your support.