Add screenshots to README

master
Bit9Labs 2023-07-31 14:02:18 -04:00
parent 26d9039dcb
commit a16e24b932
2 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,9 @@
An extension for [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) that maintains a locked ratio between the image width and height sliders.
#### Text2Image View
![Ratio Lock](./screenshots/screenshot.png?raw=true "Ratio Lock")
## Installation
<!-- The extension can be installed directly from within the **Extensions** tab within the Webui. -->
@ -12,6 +15,15 @@ Manual install from within the webui directory:
and restart your stable-diffusion-webui, then you can see the new tab "Masonry Browser".
## Recent updates
## Use
Select an option from the Image Ratio dropdown. This will lock the height slider to the width slider. To unlock the sliders select None from the dropdown. Select the magnifying glass to attempt to identify the Ratio based on the current width and heights.
NOTICE: Currently the way that gradio callbacks work this only works when the width changes. Also since this is a client to server to client solution the order of operations sometimes gets missed. (i.e. It requires you to jiggle the width slider to get the correct height)
## Roadmap
- Allow for custom ratios
- Increase tolerance for the find button
## Credit

BIN
screenshots/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB