Skip to content

Upscale 4x #1060

Answered by dosubot bot
quasar136a8 asked this question in Q&A
Dec 7, 2024 · 2 comments
Discussion options

You must be logged in to vote

Hey @quasar136a8, I'm here to help you with any bugs, questions, or contributions you have!

The CUDA out-of-memory error you're encountering when trying to upscale to 4x is due to the GPU's memory limitations. The error message indicates that the application is attempting to allocate more memory than is available on your GPU. Here are a few strategies you can try to mitigate this issue:

  1. Reduce Image Size: Before upscaling, try reducing the original image size. This can help decrease the memory required for processing.

  2. Adjust Batch Size: If your application allows, reduce the batch size. This will lower the memory demand during processing.

  3. Optimize Model Settings: Check if there are…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by quasar136a8
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant