* Regenerated frontend.

This commit is contained in:
Peter Baylies 2022-09-30 17:15:37 -04:00
parent 22b290daad
commit 2d1c3d7b0b
4 changed files with 13 additions and 705 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>InvokeAI Stable Diffusion Dream Server</title>
<script type="module" crossorigin src="/assets/index.1332a4e9.js"></script>
<script type="module" crossorigin src="/assets/index.38000181.js"></script>
<link rel="stylesheet" href="/assets/index.447eb2a9.css">
</head>
<body>

View File

@ -7,6 +7,8 @@ export const SAMPLERS: Array<string> = [
'k_lms',
'k_dpm_2',
'k_dpm_2_a',
'k_dpm_fast',
'k_dpm_adaptive',
'k_euler',
'k_euler_a',
'k_heun',