From 6515d1154a222ef5e214f2a6a9126a52b3bbe15d Mon Sep 17 00:00:00 2001 From: altoiddealer Date: Wed, 13 Mar 2024 11:36:16 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ef90051..14387e2 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ Extension for [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-d ### For ideal and consistent results, first click a static 1:1 resolution value (such as 1024 x 1024, 512 x 512, etc) +- The calculation method works correctly in all cases +- However, since the output values are rounded to the nearest division of 64, the mean value (average) of the input values will often change. + --- # Details from [the source repo](https://github.com/LEv145/--sd-webui-ar-plus) (LEv145/--sd-webui-ar-plus)