mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
--windows-standalone-build now enables --cuda-malloc
This commit is contained in:
parent
1679abd86d
commit
55d0fca9fa
@ -85,3 +85,4 @@ args = parser.parse_args()
|
||||
|
||||
if args.windows_standalone_build:
|
||||
args.auto_launch = True
|
||||
args.cuda_malloc = True #work around memory issue in nvidia drivers > 531
|
||||
|
Loading…
Reference in New Issue
Block a user