cleanup logos

pull/1827/head
Vladimir Mandic 2023-07-23 13:16:39 -04:00
parent d88d371e80
commit 455f213360
7 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ Stuff to be added, in no particular order...
- Diffusers:
- Add SD-XL Lora
- Add ControlNet
- Fix SD-XL Img2img/Inpaint
- Add VAE direct load from safetensors
- Fix Kandinsky 2.2 model

BIN
html/logo-bg-10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -25,7 +25,7 @@ async function preloadImages() {
async function createSplash() {
const dark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
console.log('createSplash', { theme: dark ? 'dark' : 'light' });
const num = Math.floor(Math.random() * 7) + 1;
const num = Math.floor(11 * Math.random());
const splash = `
<div id="splash" class="splash" style="background: ${dark ? 'black' : 'white'}">
<div class="loading"><div class="loader"></div></div>