mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-16 13:27:11 +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…
x
Reference in New Issue
Block a user