builds frontend

This commit is contained in:
psychedelicious 2023-02-09 23:33:48 +11:00 committed by blessedcoolant
parent 29454a2974
commit 56fd202e21
4 changed files with 4 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>InvokeAI - A Stable Diffusion Toolkit</title> <title>InvokeAI - A Stable Diffusion Toolkit</title>
<link rel="shortcut icon" type="icon" href="./assets/favicon-0d253ced.ico" /> <link rel="shortcut icon" type="icon" href="./assets/favicon-0d253ced.ico" />
<script type="module" crossorigin src="./assets/index-77adb35d.js"></script> <script type="module" crossorigin src="./assets/index-252612ad.js"></script>
<link rel="stylesheet" href="./assets/index-b0bf79f4.css"> <link rel="stylesheet" href="./assets/index-b0bf79f4.css">
</head> </head>

View File

@ -278,9 +278,7 @@ export const generationSlice = createSlice({
} }
if (typeof perlin === 'undefined') { if (typeof perlin === 'undefined') {
state.perlin = 0; state.perlin = 0;
} } else {
else
{
state.perlin = perlin; state.perlin = perlin;
} }
if (typeof seamless === 'boolean') state.seamless = seamless; if (typeof seamless === 'boolean') state.seamless = seamless;

File diff suppressed because one or more lines are too long