diff --git a/README.md b/README.md index 8636839..0120afe 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,9 @@ Enjoy! # Change Log +## v1.4.2 +* ignore .vae file in model folder when scanning + ## v1.4.1 * When checking new versions, also searching and ignore already existed ones. * Add version number to the bottom of this extension's tab diff --git a/scripts/civitai_helper.py b/scripts/civitai_helper.py index 768daf9..8eca1ac 100644 --- a/scripts/civitai_helper.py +++ b/scripts/civitai_helper.py @@ -24,7 +24,7 @@ from scripts.lib import setting from scripts.lib import civitai # init -version = "1.4.1" +version = "1.4.2" model.get_custom_model_folder() setting.load()