mirror of
https://github.com/altoiddealer/--sd-webui-ar-plusplus.git
synced 2026-04-22 23:39:00 +00:00
Fix README
This commit is contained in:
12
README.md
12
README.md
@@ -5,11 +5,13 @@ Extension for [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATI
|
||||
|
||||
## Fork features
|
||||
|
||||
- Make calculation of height and width inverse, that is, the way it is convenient for me
|
||||
- Disable `calculator_button` in css
|
||||
- Use flex(dynamic) width for all buttons
|
||||
- Add resolution presets by formula: `f(x) = 512 + (1024-512)/4*x, 0 <= x <= 4 `
|
||||
- Add ratios presets
|
||||
- Make calculation of height and width inverse, that is, the way it is convenient for me (1024x1024 and 16:9 = 1024x576)
|
||||
- Disable `Calculator` button in css
|
||||
- New styles for buttons
|
||||
- Better resolution presets (by formula: `f(x) = 512 + (1024-512)/4*x, 0 <= x <= 4`)
|
||||
- Better ratios presets
|
||||
|
||||

|
||||
|
||||
|
||||
## Updates
|
||||
|
||||
Reference in New Issue
Block a user