mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-02 03:47:06 +08:00
remove unused variable
This commit is contained in:
parent
27720a1e45
commit
01934bf639
@ -32,7 +32,7 @@ if model_management.sage_attention_enabled():
|
|||||||
from sageattention import sageattn
|
from sageattention import sageattn
|
||||||
sage_attention_available = True
|
sage_attention_available = True
|
||||||
logging.info("Found SageAttention2 (sageattention package)")
|
logging.info("Found SageAttention2 (sageattention package)")
|
||||||
except ModuleNotFoundError as e:
|
except ModuleNotFoundError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if not sage_attention_available:
|
if not sage_attention_available:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user