Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnimateDiff only generates images #2939

Open
takuro46 opened this issue Oct 20, 2024 · 0 comments
Open

AnimateDiff only generates images #2939

takuro46 opened this issue Oct 20, 2024 · 0 comments

Comments

@takuro46
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant