From c56a772a6ee063f57f8ec1d986b2b34affb8c32f Mon Sep 17 00:00:00 2001 From: LEv145 Date: Fri, 7 Jul 2023 02:17:47 +0200 Subject: [PATCH 1/3] Update description of fork --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0bc854..05e2521 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,12 @@ Extension for [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATI - New button `🔃` for calculation of height and width inverse - Normal mode: `1024x1024 and 16:9 = 1820x1024` - Reverse mode: `1024x1024 and 16:9 = 1024x576` -- Replace name of `Calc` button to `📐` -- New styles for buttons -- Better resolution presets (by formula: `f(x) = 512 + (1024-512)/4*x, 0 <= x <= 4`) -- Better ratios presets - New button `🔍` for rounding dimensions to the nearest multiples of 4 (`1023x101` => `1024x100`) +- Better resolution presets (by formula: `f(x) = 512 + (1024-512)/4*x, 0 <= x <= 4`) +- Better ratios presets (by [wikipedia](https://en.m.wikipedia.org/wiki/Aspect_ratio_(image))) +- Rename `Calc` button to `📐` +- Works with the original extension +- ~~New styles for buttons~~ https://github.com/alemelis/sd-webui-ar/pull/18 ![img](https://media.discordapp.net/attachments/1124020774055981108/1125719548587417630/image.png) From 4af79f5dee134fcfeb3cc973d4cb41db7d8af621 Mon Sep 17 00:00:00 2001 From: LEv145 Date: Fri, 7 Jul 2023 02:20:30 +0200 Subject: [PATCH 2/3] Update description of fork --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05e2521..da670f4 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Extension for [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATI - Normal mode: `1024x1024 and 16:9 = 1820x1024` - Reverse mode: `1024x1024 and 16:9 = 1024x576` - New button `🔍` for rounding dimensions to the nearest multiples of 4 (`1023x101` => `1024x100`) +- New styles - Better resolution presets (by formula: `f(x) = 512 + (1024-512)/4*x, 0 <= x <= 4`) -- Better ratios presets (by [wikipedia](https://en.m.wikipedia.org/wiki/Aspect_ratio_(image))) +- Better ratios presets (from [wikipedia](https://en.wikipedia.org/wiki/Aspect_ratio_(image))) - Rename `Calc` button to `📐` - Works with the original extension -- ~~New styles for buttons~~ https://github.com/alemelis/sd-webui-ar/pull/18 ![img](https://media.discordapp.net/attachments/1124020774055981108/1125719548587417630/image.png) From 72025d3914c84974e5879c433d0cc2ce97640b76 Mon Sep 17 00:00:00 2001 From: LEv145 Date: Fri, 7 Jul 2023 02:22:17 +0200 Subject: [PATCH 3/3] Update description of fork --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da670f4..05410cd 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Extension for [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATI - Normal mode: `1024x1024 and 16:9 = 1820x1024` - Reverse mode: `1024x1024 and 16:9 = 1024x576` - New button `🔍` for rounding dimensions to the nearest multiples of 4 (`1023x101` => `1024x100`) -- New styles -- Better resolution presets (by formula: `f(x) = 512 + (1024-512)/4*x, 0 <= x <= 4`) -- Better ratios presets (from [wikipedia](https://en.wikipedia.org/wiki/Aspect_ratio_(image))) +- New styles (Some styles have been moved to the original extension) +- Better resolution presets (By formula: `f(x) = 512 + (1024-512)/4*x, 0 <= x <= 4`) +- Better ratios presets (From [wikipedia](https://en.wikipedia.org/wiki/Aspect_ratio_(image))) - Rename `Calc` button to `📐` - Works with the original extension