mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-25 18:33:40 +08:00
Update cuda_malloc.py
This commit is contained in:
parent
a8652a052f
commit
99789c6109
@ -62,8 +62,8 @@ def cuda_malloc_supported():
|
||||
for b in blacklist:
|
||||
if b in x:
|
||||
return False
|
||||
return True
|
||||
#returned to older version.
|
||||
return False
|
||||
#We don't need malloc at all with amd gpu's. So disabling all together.
|
||||
|
||||
|
||||
if not args.cuda_malloc:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user