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 Fix Aspect Ratio Overlay / AROverlay to work with Inpaint & Sketch 2023-01-14 14:45:08 -08:00
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 Fix various typos 2022-12-14 21:01:32 -05:00
dragdrop.js Add image paste fallback 2023-01-03 12:46:48 -05:00
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 added event listener for the image gallery modal; moved js to separate file 2022-11-10 13:14:04 -05:00
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 Fix #2750 2022-10-17 07:48:28 +03:00
imageParams.js make dragging to prompt work again 2022-10-15 12:58:53 +03:00
imageviewer.js re-enable image dragging on non-firefox browsers 2023-01-18 14:14:50 +03:00
localization.js add option to show/hide warnings 2023-01-18 23:04:24 +03:00
notification.js Make the generated image count only count new images in the currently active tab 2022-12-10 22:58:06 +01:00
progressbar.js internal progress relative path 2023-01-19 16:56:45 +03:00
textualInversion.js big rework of progressbar/preview system to allow multiple users to prompts at the same time and do not get previews of each other 2023-01-15 18:51:04 +03:00
ui.js update prompt token counts after using the paste params button 2023-01-30 01:03:31 +03:00