mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-29 18:51:31 +00:00
Add optimization --cuda-stream
See also the readme for more details
This commit is contained in:
@@ -116,6 +116,7 @@ parser.add_argument("--disable-server-info", action="store_true")
|
||||
parser.add_argument("--multi-user", action="store_true")
|
||||
|
||||
parser.add_argument("--cuda-malloc", action="store_true")
|
||||
parser.add_argument("--cuda-stream", action="store_true")
|
||||
parser.add_argument("--pin-shared-memory", action="store_true")
|
||||
|
||||
if ldm_patched.modules.options.args_parsing:
|
||||
|
||||
Reference in New Issue
Block a user