Revert "Merge branch 'main' into bugfix/reenable-ckpt-conversion-to-ram"

This reverts commit e0e70c9222, reversing
changes made to 0b184913b9.
This commit is contained in:
blessedcoolant
2023-03-06 14:29:39 +13:00
parent e0e70c9222
commit e537b5d8e1
327 changed files with 6253 additions and 6631 deletions

View File

@ -5,16 +5,9 @@
<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="favicon.ico" />
<style>
html,
body {
padding: 0;
margin: 0;
}
</style>
</head>
<body dir="ltr">
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>