mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-12 00:40:06 +00:00
docs: changlog
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@ description = "An object detection and auto-mask extension for stable diffusion
|
||||
authors = [
|
||||
{name = "dowon", email = "ks2515@naver.com"},
|
||||
]
|
||||
requires-python = ">=3.9,<3.12"
|
||||
requires-python = ">=3.8,<3.12"
|
||||
readme = "README.md"
|
||||
license = {text = "AGPL-3.0"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user