mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-01 17:20:17 +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:
|
||||
if b in x:
|
||||
return False
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
version = ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user