mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-03-15 05:57:20 +00:00
Fix.
This commit is contained in:
parent
299436cfed
commit
35504e2f93
@ -200,7 +200,7 @@ try:
|
|||||||
logging.info("pytorch version: {}".format(torch_version))
|
logging.info("pytorch version: {}".format(torch_version))
|
||||||
mac_ver = mac_version()
|
mac_ver = mac_version()
|
||||||
if mac_ver is not None:
|
if mac_ver is not None:
|
||||||
print("Mac Version", mac_ver)
|
logging.info("Mac Version {}".format(mac_ver))
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user