Skip to content

CUDA out of memory on a SDXL models #246

Answered by Gourieff
axelerleo asked this question in Q&A
Discussion options

You must be logged in to vote

ReActor has nothing to do with "CUDA out of memory", it uses not so much of VRAM (500-550Mb)

All I can suggest is to try more powerful GPU or to use optimizations to reduce VRAM usage:

"Commandline": [
"launch.py",
"--force-enable-xformers",
"--xformers",
"--medvram"
],

set "--lowram" instead of "--medvram"
Also try "--opt-sdp-attention --upcast-sampling" instead of "--xformers"

Also you cant set "Execution Provider" to CPU in the ReActor's Settings Tab - ReActor will work little slower but it won't use VRAM

Replies: 2 comments 1 reply

Comment options

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

You must be logged in to vote
1 reply
@Gourieff
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #217 on December 07, 2023 17:54.