Remove unused code

This commit is contained in:
brkirch
2023-02-04 01:22:06 -05:00
parent 1b8af15f13
commit 4306659c4d
2 changed files with 0 additions and 6 deletions

View File

@@ -4,9 +4,6 @@ from modules.sd_hijack_utils import CondFunc
from packaging import version
device = None
# has_mps is only available in nightly pytorch (for now) and macOS 12.3+.
# check `getattr` and try it for compatibility
def check_for_mps() -> bool: