mirror of
https://github.com/altoiddealer/--sd-webui-ar-plusplus.git
synced 2026-04-27 09:41:14 +00:00
Update emojis
This commit is contained in:
@@ -5,8 +5,8 @@ Extension for [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATI
|
||||
|
||||
## Fork features
|
||||
|
||||
- New button(🛠) for calculation of height and width inverse (1024x1024 and 16:9 = 1024x576)
|
||||
- Replace name of Calc button to 🖩
|
||||
- New button `🧭` for calculation of height and width inverse (1024x1024 and 16:9 = 1024x576)
|
||||
- Replace name of Calc button to `📐`
|
||||
- New styles for buttons
|
||||
- Better resolution presets (by formula: `f(x) = 512 + (1024-512)/4*x, 0 <= x <= 4`)
|
||||
- Better ratios presets
|
||||
|
||||
@@ -9,11 +9,11 @@ from modules.ui_components import ToolButton
|
||||
from math import gcd
|
||||
|
||||
BASE_PATH = scripts.basedir()
|
||||
CALCULATOR_SYMBOL = "\U0001F5A9" # 🖩
|
||||
CALCULATOR_SYMBOL = "\U0001F4D0" # 📐
|
||||
SWITCH_VALUES_SYMBOL = "\U000021C5" # ⇅
|
||||
DIMENSIONS_SYMBOL = "\u2B07\ufe0f" # ⬇️
|
||||
IMAGE_DIMENSIONS_SYMBOL = "\U0001F5BC" # 🖼
|
||||
REVERSE_LOGIC_SYMBOL = "\U0001F6E0" # 🛠
|
||||
REVERSE_LOGIC_SYMBOL = "\U0001F9ED" # 🧭
|
||||
|
||||
is_reverse_logic_mode = False # Fixme: Global value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user