-
-
Notifications
You must be signed in to change notification settings - Fork 258
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
[Bug]: A tensor with all NaNs was produced in VAE without --no-half #352
Comments
I means that my base model is fp16, and when using animate diff, it is must add both -- no-half and -- no-half-vae at the same time, otherwise an "A tensor with all NaNs was produced in VAE" error will occur. Is there a solution to this? |
I have same issue |
I have the same problem sometimes |
I get this error when I set "Number of frames" to 3 while FPS was set to 30. Setting my "Number of frames" higher than my FPS fixed this. |
Same problem here,and no solution by now as I know.... |
@SeanBannister describes the way to resolve this issue. This issue is actually the same as #213 (comment) here (an older issue). Unfortunately there is no solution. Please always keep your "Number of frames" to be greater than or equal to your "Context batch size". |
Is there an existing issue for this?
Have you read FAQ on README?
What happened?
animate diff render a black image. If I started with command --no-half, then it is ok! --no-half-vae only is no effect, must together --no-half. But none of the other functions are available without --no-half.
Steps to reproduce the problem
The simplest way is to set the parameters for animation diff and draw a few frames
What should have happened?
black image
Commit where the problem happens
webui:
extension:
What browsers do you use to access the UI ?
No response
Command Line Arguments
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: