1
0
Fork 0

apply lint

This commit is contained in:
Sean Sube 2023-04-29 23:12:15 -05:00
parent 077845e868
commit bf2f77d7a2
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@
# https://github.com/huggingface/diffusers/blob/main/LICENSE
###
from functools import partial
from logging import getLogger
from os import mkdir, path
from pathlib import Path
@ -93,7 +92,7 @@ def get_model_version(
else:
opts["model_type"] = "FrozenCLIPEmbedder"
opts["prediction_type"] = "epsilon"
except:
except Exception:
logger.debug("unable to load tensor for version check")
pass