mirror of https://github.com/Bing-su/adetailer.git
parent
4daf4e6593
commit
b18e5a7b44
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"}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue