mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
There are actually two Stable Diffusion v2 legacy checkpoint configurations: 1) "epsilon" prediction type for Stable Diffusion v2 Base 2) "v-prediction" type for Stable Diffusion v2-768 This commit adds the configuration file needed for epsilon prediction type models as well as the UI that prompts the user to select the appropriate configuration file when the code can't do so automatically.
17 lines
500 B
HTML
17 lines
500 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>InvokeAI - A Stable Diffusion Toolkit</title>
|
|
<link rel="shortcut icon" type="icon" href="./assets/favicon-0d253ced.ico" />
|
|
<script type="module" crossorigin src="./assets/index-227d7b29.js"></script>
|
|
<link rel="stylesheet" href="./assets/index-14cb2922.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
</html>
|