From f11c182997e2bcf6b239117930789dcd2a31353a Mon Sep 17 00:00:00 2001 From: Dowon Date: Sat, 16 Mar 2024 23:25:28 +0900 Subject: [PATCH] docs: update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 06ce487..1eb67ff 100644 --- a/README.md +++ b/README.md @@ -102,3 +102,11 @@ ADetailer works in three simple steps. 1. Create an image. 2. Detect object with a detection model and create a mask image. 3. Inpaint using the image from 1 and the mask from 2. + +## Development + +ADetailer is developed and tested using the stable-diffusion 1.5 model, for the [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) repository only. + +## License + +ADetailer is a derivative work that uses two AGPL-licensed works (stable-diffusion-webui, ultralytics) and is therefore distributed under the AGPL license.