mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-02 01:57: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
|
||||
sage_attention_available = True
|
||||
logging.info("Found SageAttention2 (sageattention package)")
|
||||
except ModuleNotFoundError as e:
|
||||
except ModuleNotFoundError:
|
||||
pass
|
||||
|
||||
if not sage_attention_available:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user