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

Allocation on device 0 would exceed allowed memory. (out of memory) #25

Open
mehbayat opened this issue May 11, 2024 · 3 comments
Open

Comments

@mehbayat
Copy link

Error occurred when executing IDM-VTON:

Allocation on device 0 would exceed allowed memory. (out of memory)
Currently allocated : 18.33 GiB
Requested : 3.43 GiB
Device limit : 22.02 GiB
Free (according to CUDA): 31.62 MiB
PyTorch limit (set by user-supplied memory fraction)
: 17179869184.00 GiB

@TemryL
Copy link
Owner

TemryL commented May 11, 2024

Hi, try loading in half precision (fp16 or bfp16)

@mehbayat
Copy link
Author

On the pipeline node? This is what I assume you meant, so I updated it, and now I get this error - "When loading the graph, the following node types were not found:
IDM-VTON
PipelineLoader
Nodes that have failed to load will show as red on the graph.". It is installed on Manager, but now I get this.

@Maik-96
Copy link

Maik-96 commented May 22, 2024

Almost same issue

Error occurred when executing PipelineLoader:

Allocation on device 0 would exceed allowed memory. (out of memory)
Currently allocated : 24.78 GiB
Requested : 5.00 MiB
Device limit : 44.56 GiB
Free (according to CUDA): 13.00 MiB
PyTorch limit (set by user-supplied memory fraction)
: 17179869184.00 GiB

Previous release worked well instead

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

3 participants