1
0
Fork 0

apply lint

This commit is contained in:
Sean Sube 2023-02-18 14:14:13 -06:00
parent f534fbb92c
commit 0d2211ff25
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ def optimize_pipeline(
except Exception as e: except Exception as e:
logger.warning("error while enabling model CPU offload: %s", e) logger.warning("error while enabling model CPU offload: %s", e)
if "memory-efficient-attention" in server.optimizations: if "memory-efficient-attention" in server.optimizations:
# TODO: check for xformers # TODO: check for xformers
logger.debug("enabling memory efficient attention for SD pipeline") logger.debug("enabling memory efficient attention for SD pipeline")