|
340 | 340 | <span id="intro_sdWebUI" data-i18n="externalServices"></span> |
341 | 341 | </a> |
342 | 342 | <ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> |
343 | | - <!--A1111--> |
344 | 343 | <div class="A1111_api_content"> |
345 | | - <li> |
346 | | - <label> |
347 | | - <h5>WebUI(A1111/Forge)</h5> |
348 | | - </label> |
349 | | - <label for="sdWebUIPageUrl"> |
350 | | - <span data-i18n="apiUrl">URL</span> |
351 | | - <input type="text" id="sdWebUIPageUrl" value="http://127.0.0.1:7860"> |
352 | | - </label> |
353 | | - </li> |
354 | | - <li> |
355 | | - <a href="html/API_Help/sd-api-guide.html" target="_blank"> |
356 | | - <i class="material-icons">help_outline</i> |
357 | | - <span data-i18n="help_api_connect_settings"> |
358 | | - </span> |
359 | | - </a> |
360 | | - </li> |
361 | | - <li> |
362 | | - <button id="sdWebUIPageUrlDefaultUrl"> |
363 | | - <span data-i18n="defaultUrl">デフォルトURL</span> |
364 | | - </button> |
| 344 | + <li class="es-section-title">WebUI (A1111/Forge)</li> |
| 345 | + <li class="es-url-row"> |
| 346 | + <input type="text" id="sdWebUIPageUrl" value="http://127.0.0.1:7860" placeholder="URL"> |
| 347 | + <button id="sdWebUIPageUrlDefaultUrl" class="es-btn-small" title="Reset">↺</button> |
| 348 | + <a href="html/API_Help/sd-api-guide.html" target="_blank" class="es-btn-small" title="Help">?</a> |
365 | 349 | </li> |
366 | 350 | </div> |
367 | 351 | <hr> |
368 | 352 | <div class="Comfyui_api_content"> |
369 | | - <li> |
370 | | - <label> |
371 | | - <h5 data-i18n="comfyUI">ComfyUI</h5> |
372 | | - </label> |
373 | | - </li> |
374 | | - <li> |
375 | | - <label for="comfyUIPageUrl"> |
376 | | - <span data-i18n="apiUrl">URL</span> |
377 | | - <input type="text" id="comfyUIPageUrl" value="http://127.0.0.1:8188"> |
378 | | - </label> |
379 | | - </li> |
380 | | - |
381 | | - <li> |
382 | | - <a href="html/API_Help/comfyui_settings.html" target="_blank"> |
383 | | - <i class="material-icons">help_outline</i> |
384 | | - <span data-i18n="help_api_connect_settings"> |
385 | | - </span> |
386 | | - </a> |
| 353 | + <li class="es-section-title" data-i18n="comfyUI">ComfyUI</li> |
| 354 | + <li class="es-url-row"> |
| 355 | + <input type="text" id="comfyUIPageUrl" value="http://127.0.0.1:8188" placeholder="URL"> |
| 356 | + <button id="comfyUIPageUrlDefaultUrl" class="es-btn-small" title="Reset">↺</button> |
| 357 | + <a href="html/API_Help/comfyui_settings.html" target="_blank" class="es-btn-small" title="Help">?</a> |
387 | 358 | </li> |
388 | | - <li> |
389 | | - <button id="comfyUIPageUrlDefaultUrl"> |
390 | | - <span data-i18n="defaultUrl">デフォルトURL</span> |
391 | | - </button> |
392 | | - </li> |
393 | | - |
394 | | - </div> |
| 359 | + </div> |
395 | 360 | </ul> |
396 | 361 | </li> |
397 | 362 | </ul> |
@@ -1789,10 +1754,6 @@ <h5 data-i18n="comfyUI">ComfyUI</h5> |
1789 | 1754 | <div id="canvas-buttons"> |
1790 | 1755 |
|
1791 | 1756 | <div id="layer-buttons"> |
1792 | | - <button onclick="AllRun()"> |
1793 | | - <i class="material-icons">collections</i> |
1794 | | - <span data-i18n="T2I_AllRun">All Run</span> |
1795 | | - </button> |
1796 | 1757 | <button onclick="View()"> |
1797 | 1758 | <i class="material-icons">document_scanner</i> |
1798 | 1759 | <span data-i18n="promptView">View</span> |
|
0 commit comments