mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-06 19:42:34 +08:00
Change return value to False in cuda_malloc.py
This commit is contained in:
parent
0e13ba3678
commit
6b08be7725
@ -60,7 +60,7 @@ def cuda_malloc_supported():
|
|||||||
for b in blacklist:
|
for b in blacklist:
|
||||||
if b in x:
|
if b in x:
|
||||||
return False
|
return False
|
||||||
return True
|
return False
|
||||||
|
|
||||||
|
|
||||||
version = ""
|
version = ""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user