Where do I put this --cuda-malloc #2361
Answered
by
Xenodermus
Dartterious
asked this question in
Q&A
-
Me no got smarts when it come to coding. But I did used to know where these --XYZ things used to go when I used to use Auto1111. Not clear where it goes for Forge. I get the message as it launches: |
Beta Was this translation helpful? Give feedback.
Answered by
Xenodermus
Nov 22, 2024
Replies: 1 comment 1 reply
-
Edit your webui_user.bat using notepad and include cuda-malloc like this: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Dartterious
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit your webui_user.bat using notepad and include cuda-malloc like this:
set COMMANDLINE_ARGS=--cuda-stream --cuda-malloc --disable-gpu-warning
Save the file and restart the engine.
(note I have two other arguments there, keep the spacing)