Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion frontend/dist/assets/index.89883620.js

This file was deleted.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions frontend/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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.dcc1d08e.js"></script>
<script type="module" crossorigin src="/assets/index.b5f97cf7.js"></script>
<link rel="stylesheet" href="/assets/index.58175ea1.css">
</head>

Expand All @@ -15,4 +15,4 @@

</body>

</html>
</html>
2 changes: 1 addition & 1 deletion frontend/src/features/options/MainOptions/MainCFGScale.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function MainCFGScale() {
label="CFG Scale"
step={0.5}
min={1}
max={30}
max={200}
onChange={handleChangeCfgScale}
value={cfgScale}
width={inputWidth}
Expand Down