mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
b4e3f771e0
- Fixes missing web app state on new version: Adds stateReconciler to redux-persist. When we add more values to the state and then release the update app, they will be automatically merged in. Reseting web UI will be needed far less. 7159ec - Fixes console z-index - Moves reset web UI button to visible area
18 lines
477 B
HTML
18 lines
477 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.c37c72e0.js"></script>
|
|
<link rel="stylesheet" href="./assets/index.354e501b.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html> |