stable-diffusion-webui/javascript
Gerschel 5d483bf307 aspect ratio for dim's; sliders adjust by ratio
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.
2023-02-06 08:18:04 -08:00
..
aspectRatioOverlay.js
aspectRatioSliders.js aspect ratio for dim's; sliders adjust by ratio 2023-02-06 08:18:04 -08:00
ComponentControllers.js aspect ratio for dim's; sliders adjust by ratio 2023-02-06 08:18:04 -08:00
contextMenus.js
dragdrop.js
edit-attention.js attention ctrl+up/down enhancements 2023-01-22 08:07:18 +03:00
extensions.js add progressbar to extension update check; do not check for updates for disabled extensions 2023-01-28 15:57:56 +03:00
extraNetworks.js add buttons for auto-search in subdirectories for extra tabs 2023-01-29 11:34:58 +03:00
generationParams.js
hints.js Add prompt_hash option for file/dir name pattern 2023-02-05 15:48:51 +09:00
hires_fix.js remove some unnecessary logging to javascript console 2023-01-20 08:36:37 +03:00
imageMaskFix.js
imageParams.js
imageviewer.js
localization.js
notification.js
progressbar.js
textualInversion.js
ui.js update prompt token counts after using the paste params button 2023-01-30 01:03:31 +03:00