|
275 | 275 | </a> |
276 | 276 | </li> |
277 | 277 | <li> |
278 | | - <a class="dropdown-item" href="#" id="settingsLoad"> |
279 | | - <i class="material-icons">settings</i> <span data-i18n="settingsLoad">Settings |
280 | | - Load</span> |
| 278 | + <a class="dropdown-item" href="#" onclick="inputImageFile()"> |
| 279 | + <span class="material-symbols-outlined">image</span> |
| 280 | + <span data-i18n="imageImport">画像インポート</span> |
281 | 281 | </a> |
282 | 282 | </li> |
283 | 283 | <li> |
|
339 | 339 | <div class="A1111_api_content"> |
340 | 340 | <li> |
341 | 341 | <label> |
342 | | - <h5 data-i18n="">WebUI(A1111/Forge)</h5> |
| 342 | + <h5>WebUI(A1111/Forge)</h5> |
343 | 343 | </label> |
344 | 344 | <label for="sdWebUIPageUrl"> |
345 | 345 | <span data-i18n="apiUrl">URL</span> |
@@ -844,7 +844,7 @@ <h5 data-i18n="comfyUI">ComfyUI</h5> |
844 | 844 | <button id="add" onclick="panelAllChange()"><i class="material-icons">border_all</i> <span |
845 | 845 | data-i18n="all_change">All Change</span></button> |
846 | 846 | <button id="edit" onclick="Edit()"><i class="material-icons">edit_square</i> <span |
847 | | - data-i18n="editingMode">Editing Mode</span></button> |
| 847 | + data-i18n="editModeOn">Panel Edit Mode ON</span></button> |
848 | 848 |
|
849 | 849 | <hr> |
850 | 850 | <div class="input-group"> |
@@ -1727,26 +1727,7 @@ <h5 data-i18n="comfyUI">ComfyUI</h5> |
1727 | 1727 | <div class="area-header"> |
1728 | 1728 |
|
1729 | 1729 |
|
1730 | | - <button id="inputImageFile" onclick="inputImageFile()"> |
1731 | | - <span class="material-symbols-outlined">image</span> |
1732 | | - <input type="file" id="imageInput" multiple style="display: none;" accept="image/*"> |
1733 | | - <label data-i18n="importButton" style="margin: 0px; "> |
1734 | | - Import |
1735 | | - </label> |
1736 | | - </button> |
1737 | | - |
1738 | | - <button id="cropMode"> |
1739 | | - <i class="material-icons">crop_free</i> |
1740 | | - <label data-i18n="cropButton" style="margin: 0px; "> |
1741 | | - 切り抜き |
1742 | | - </label> |
1743 | | - </button> |
1744 | | - <button id="crop" anim="glow" class="toggled"> |
1745 | | - <i class="material-icons">crop</i> |
1746 | | - <label data-i18n="cropButton" style="margin: 0px; "> |
1747 | | - 切り抜き |
1748 | | - </label> |
1749 | | - </button> |
| 1730 | + <input type="file" id="imageInput" multiple style="display: none;" accept="image/*"> |
1750 | 1731 |
|
1751 | 1732 | <button id="clearMode" onclick="operationModeClear()"> |
1752 | 1733 | <span class="material-symbols-outlined">cancel_presentation</span> |
@@ -1859,7 +1840,7 @@ <h5 data-i18n="comfyUI">ComfyUI</h5> |
1859 | 1840 |
|
1860 | 1841 | <div id="comfyUIWorkflowId" class="controls-mini"> |
1861 | 1842 | <div class="input-group" data-group="comfyUIWorkflowGroup"> |
1862 | | - <button id="openWorkflowButton">ComfyUI Workflow's Settings</button> |
| 1843 | + <button id="openWorkflowButton" data-i18n="comfyuiWorkflowSettings">ComfyUI Workflows設定</button> |
1863 | 1844 | </div> |
1864 | 1845 | </div> |
1865 | 1846 |
|
@@ -2017,7 +1998,7 @@ <h5 data-i18n="comfyUI">ComfyUI</h5> |
2017 | 1998 |
|
2018 | 1999 | <div id="btm-drawer" class="btm-drawer btm-closed" style="display: none;"> |
2019 | 2000 | <div id="btm-drawer-handle" class="btm-drawer-handle neon-text"> |
2020 | | - OPEN |
| 2001 | + OPEN (Ctrl+B) |
2021 | 2002 | </div> |
2022 | 2003 | <div class="btm-drawer-content"> |
2023 | 2004 | <div id="btm-image-container" class="btm-image-container"></div> |
|
0 commit comments