docs: changlog

This commit is contained in:
Bingsu
2023-05-04 15:04:53 +09:00
parent 4daf4e6593
commit b18e5a7b44
2 changed files with 11 additions and 1 deletions

View File

@@ -13,6 +13,8 @@
The yolo models can be found on huggingface [Bingsu/adetailer](https://huggingface.co/Bingsu/adetailer).
You DON'T need to download models from huggingface.
### Dataset
Datasets used for training the yolo face detection models are:
@@ -41,6 +43,14 @@ On the ControlNet tab, select a ControlNet inpaint model and set the model weigh
## Changelog
### 2023-05-04
- v23.5.4
- use pydantic for arguments validation
- revert: ad_model to `None` as default
- revert: `__future__` imports
- lazily import yolo and mediapipe
### 2023-05-03
- v23.5.3.post0