Update emojis

This commit is contained in:
LEv145
2023-07-02 17:38:52 +02:00
parent 64ffba011f
commit 48fa82044c
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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