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")