-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Pipelines loaded with dtype=torch.float16
cannot run with cpu
device.
#11123
Comments
Hi @r3KoR. On our end the message you're seeing is a warning, it will not stop the model from loading, and it looks like the generation succeeded, if the node is moving the model to CUDA afterwards it may not be a problem. Can you link to the custom node you're using, the fix (if any) will likely need to come from there but we are happy to take a look and advise on a solution. diffusers/src/diffusers/pipelines/pipeline_utils.py Lines 490 to 496 in 2c1ed50
|
Hi @hlky thank you for the swift reply. I am currently out of town hence my delay in response. The custom node for this would be: https://github.com/smthemex/ComfyUI_Sonic.git More accurately the SonicSampler. Would it help if I attach the workflow here as well? |
Yes that would help to confirm why the warning only appears for longer videos, however after reviewing the code the warning appears to be harmless, the pipe is moved to
|
Hi there!
I am using a image to video for lipsync through Sonic and suddenly get this error. When I do shorter videos it does not seem to cause any issues I assume this is due to length?
The thing is I want to create an animated avatar for youtube videos and they are generally 10 minutes long but when I work with 1 minute or less it does not cause any error.
Here is the log just in case. Is anyone able to spot an error or can confirm it's the video length?
I would really appreciate your help!
Thank you!
The text was updated successfully, but these errors were encountered: