diff --git a/src/constants.py b/src/constants.py index d2d9e42..9353bb0 100644 --- a/src/constants.py +++ b/src/constants.py @@ -1,6 +1,6 @@ from os import environ -APP_VERSION = "v1.0.0 beta 51" +APP_VERSION = "v1.0.0 beta 53" LCM_DEFAULT_MODEL = "stabilityai/sd-turbo" LCM_DEFAULT_MODEL_OPENVINO = "rupeshs/sd-turbo-openvino" APP_NAME = "FastSD CPU"