The solution to the failure to close the lock width and height after locking the width and height #72
JointName
started this conversation in
Please raise an "Issue" for suggestions at the moment.
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Lock the width and height and close the lock width and height again, which will cause the failure to close the lock width and height。
Open sd-webui-aspect-ratio-helper\javascript
Open aspectRatioController.js
const _OFF = "off"; Change to const _OFF = "关闭";
Restart Stable Diffusion, not webui.
该插件在开户锁定宽高比例后,会出现锁死宽高比例,那怕是关闭该功能也会导致输入宽或者高后,宽高会跟着你输入的数字变动,
可以打开sd-webui-aspect-ratio-helper\javascript
再打开aspectRatioController.js
把const _OFF = "off"; 改成 const _OFF = "关闭";
是要重启Stable Diffusion, 非重启 webui.
Beta Was this translation helpful? Give feedback.
All reactions