dterracino / sd-webui-ar_xhox

Select a preset resolution in sd webUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stable Diffusion WebUI 分辨率选择器-xhox

Stable Diffusion WebUI Aspect Ratio Resolutions selector

lllyasviel/stable-diffusion-webui-forgeAUTOMATIC1111/stable-diffusion-webui 添加图片分辨率选择按钮。

Extension for lllyasviel/stable-diffusion-webui-forge, AUTOMATIC1111/stable-diffusion-webui adding image aspect ratio resolutions selector buttons.

更新 Updates

  • 11/02/2024 :添加常用的 SDXL 官方、SD1.5 和自定义分辨率,隐藏删除比例按钮。
  • 11/02/2024 :Add common resolutions, hide Delete aspect ratio button.
  • 20/02/2023 ⚠️ this update will remove your local config files (aspect_ratios.txt and resolutions.txt) and it will create new default ones. These can be then modified freely and preserved in the future. For more info read here.

安装 Install

Browse to the Extensions tab -> go to Install from URL -> paste in https://github.com/xhoxye/sd-webui-ar_xhox -> click Install

安装之后的UI界面效果如下: Here's how the UI looks like after installing this extension

sd-webui-ar_xhox-UI 2024 02 11

使用 Usage

  • 点击你想要设置的分辨率按钮
  • Click on the resolutions button you want to set

自定义 Configuration

Aspect ratios can be defined in the /sd-webui-ar_xhox/Custom_resolutions.txt file. For example,

#1024*1024 # 1:1 SDXL square. This line is an example of the format. 这一行是格式示例。
640*480
480*640
1280*720
720*1280
1920*1080
1080*1920

Note the # marking the line as a comment, i.e. the extension is not reading that line. To use a custom value, un-comment the relative line by removing the starting #.

The format to be used is width*height # optional comment. As before, lines starting with # will be ignored.

分辨率比例缩放计算器面板 Calculator Panel

Use the calculator to determine new width or height values based on the aspect ratio of source dimensions.

  • Click Calc to show or hide the aspect ratio calculator
  • Set the source dimensions:
    • Enter manually, or
    • Click ⬇️ to get source dimentions from txt2img/img2img sliders, or
    • Click 🖼️ to get source dimensions from input image component on the current tab
  • Click ⇅ to swap the width and height, if desired
  • Set the desired width or height, then click either Calculate Height or Calculate Width to calculate the missing value
  • Click Apply to send the values to the txt2txt/img2img sliders

Basic usage of aspect ratio calculator

About

Select a preset resolution in sd webUI


Languages

Language:Python 94.8%Language:JavaScript 2.7%Language:CSS 2.5%