From d7d099b116fae98abeaea8c7f555f8d8ff113ad5 Mon Sep 17 00:00:00 2001 From: jewelsonn Date: Sun, 18 Aug 2024 21:47:55 +0530 Subject: [PATCH] Version Update --- scripts/faceswaplab_globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/faceswaplab_globals.py b/scripts/faceswaplab_globals.py index 99edff0..d8c4886 100644 --- a/scripts/faceswaplab_globals.py +++ b/scripts/faceswaplab_globals.py @@ -16,7 +16,7 @@ REFERENCE_PATH = os.path.join( ) # Defining the version flag for the application -VERSION_FLAG: str = "v1.2.7" +VERSION_FLAG: str = "v1.2.8" # Defining the path for 'sd-webui-faceswaplab' inside the 'extensions' directory EXTENSION_PATH = os.path.join("extensions", "sd-webui-faceswaplab")