mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 10:46:27 +00:00
enhanced ui
This commit is contained in:
parent
629ca9f17b
commit
968da487f6
@ -1 +1 @@
|
||||
Subproject commit 0e85616443cecefc5e3b56440e0110cd4ae11701
|
||||
Subproject commit 2fa5068047d14e6a11e550ee46ed0b590f3ca91d
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-e569003e.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-f13e7800.css">
|
||||
<script type="module" crossorigin src="/assets/index-c2fef247.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-4b1865b7.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -1284,9 +1284,9 @@
|
||||
<div class="flex flex-row">
|
||||
<button class="hover:text-primary bg-green-200 rounded-lg p-4 m-4 w-full text-center items-center" @click="reinstallSDService">install sd service</button>
|
||||
<button class="hover:text-primary bg-green-200 rounded-lg p-4 m-4 w-full text-center items-center" @click="upgradeSDService">upgrade sd service</button>
|
||||
<a class="hover:text-primary bg-green-200 rounded-lg p-4 m-4 w-full text-center items-center" href="https://github.com/ParisNeo/stable-diffusion-webui/blob/master/LICENSE.txt" target="_blank">automatic1111's sd licence</a>
|
||||
<button class="hover:text-primary bg-green-200 rounded-lg p-4 m-4 w-full text-center items-center" @click="startSDService">start sd service</button>
|
||||
<button class="hover:text-primary bg-green-200 rounded-lg p-4 m-4 w-full text-center items-center" @click="showSD">show sd ui</button>
|
||||
<a class="hover:text-primary bg-green-200 rounded-lg p-4 m-4 w-full text-center items-center" href="https://github.com/ParisNeo/stable-diffusion-webui/blob/master/LICENSE.txt" target="_blank">automatic1111's sd licence</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit c34ff536ea079a32446292bc2c5c138b3034b2b6
|
||||
Subproject commit 6a8ca5b229cd1cbd70d6d1147ad8d68906a41a56
|
Loading…
Reference in New Issue
Block a user