diff --git a/html/locale_en.json b/html/locale_en.json index a3cc2bdec..25073bcbd 100644 --- a/html/locale_en.json +++ b/html/locale_en.json @@ -1,6 +1,8 @@ {"icons": [ {"id":"","label":"🎲️","localized":"","hint":"Use random seed"}, {"id":"","label":"♻️","localized":"","hint":"Reuse previous seed"}, + {"id":"","label":"🔄","localized":"","hint":"Reset values"}, + {"id":"","label":"⬆️","localized":"","hint":"Upload image"}, {"id":"","label":"⇅","localized":"","hint":"Swap values"}, {"id":"","label":"⇦","localized":"","hint":"Read parameters from last generated image"}, {"id":"","label":"⊗","localized":"","hint":"Clear prompt"}, @@ -18,6 +20,7 @@ {"id":"","label":"☲","localized":"","hint":"Change view type"}, {"id":"","label":"📐","localized":"","hint":"Measure"}, {"id":"","label":"🔍","localized":"","hint":"Search"}, + {"id":"","label":"🖼️","localized":"","hint":"Show preview"}, {"id":"","label":"✎","localized":"","hint":"Interrogate image using BLIP model"}, {"id":"","label":"✐","localized":"","hint":"Interrogate image using DeepBooru model"} ], diff --git a/modules/ui_models.py b/modules/ui_models.py index 19a2c3632..a0135a6ca 100644 --- a/modules/ui_models.py +++ b/modules/ui_models.py @@ -9,6 +9,7 @@ from modules.ui_components import ToolButton from modules.ui_common import create_refresh_button from modules.call_queue import wrap_gradio_gpu_call from modules.shared import opts, log, req, readfile, max_workers +import modules.ui_symbols import modules.errors import modules.hashes from modules.merging import merge_methods @@ -384,7 +385,7 @@ def create_ui(): gr.HTML('