Upscale 4x #1060
-
Hi, everything work well, but I can upscale only to 2x, for exaple I can't uscale this image in A1111 with 4x |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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:
These steps can help manage memory usage and potentially resolve the out-of-memory error when attempting to upscale images to 4x. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
wrong community, sorry |
Beta Was this translation helpful? Give feedback.
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:
Reduce Image Size: Before upscaling, try reducing the original image size. This can help decrease the memory required for processing.
Adjust Batch Size: If your application allows, reduce the batch size. This will lower the memory demand during processing.
Optimize Model Settings: Check if there are…