-
Notifications
You must be signed in to change notification settings - Fork 146
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
Stuck on 0% when generating #66
Comments
UPDATE: I bypassed that particular issue by uninstalling my PyTorch installation and re-installing a particular version to use CUDA (instead of the 2.5.1 +cpu version I had) by following this:
However now I'm getting this issue, which I don't think is related, but I'll see if I can fix it:
|
Hi haddad, I think you should try to adjust the width,height or the frames so that there won't be an OOM. I successfully run the three jsons by this way. Also there is a chance that the vram of your 3060ti is too small to load the model. |
Hi Yun, I ended up using ComfyUI with quantized models, which works. |
In the first line, you can see the command that I'm using.
Loading the checkpoint shards works.
Then you see at the end it's at: 0% 0/40 [00:00<?, ?it/s]
It's been stuck like that with no progress for the past 20 minutes.
The Beautiful Soup warning shouldn't be an issue and the torch.meshgrid UserWarning is just a warning for a future release, so I don't see what is causing it to hang up.
Any ideas?
Here are the versions I'm using:
CUDA version:
Python version:
PyTorch version:
The text was updated successfully, but these errors were encountered: