mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
5d483bf307
Default choices added to settings in user interface section
Choices are editable by user
User selects from dropdown.
When you move one slider, the other adjusts according to the ratio
chosen.
Vice versa for the other slider.
Number fields for changes work as well.
For disabling ratio, an unlock pad "🔓" is available as a default.
This string can be changed to anything to serve as a disable,
as long as there is no colon ":".
Ratios are entered in this format, floats or ints with a colon "1:1".
The string is split at the colon, parses left and right as floats to
perform the math.
|
||
---|---|---|
.. | ||
aspectRatioOverlay.js | ||
aspectRatioSliders.js | ||
ComponentControllers.js | ||
contextMenus.js | ||
dragdrop.js | ||
edit-attention.js | ||
extensions.js | ||
extraNetworks.js | ||
generationParams.js | ||
hints.js | ||
hires_fix.js | ||
imageMaskFix.js | ||
imageParams.js | ||
imageviewer.js | ||
localization.js | ||
notification.js | ||
progressbar.js | ||
textualInversion.js | ||
ui.js |