updat doc and version number to 1.4.2

pull/39/head
butaixianran 2023-03-11 12:42:12 +08:00
parent 104ccda276
commit 44fa7017d7
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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()