Skip to content

Commit 56fd202

Browse files
psychedeliciousblessedcoolant
authored andcommitted
builds frontend
1 parent 29454a2 commit 56fd202

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

invokeai/frontend/dist/assets/index-77adb35d.js renamed to invokeai/frontend/dist/assets/index-252612ad.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

invokeai/frontend/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>InvokeAI - A Stable Diffusion Toolkit</title>
77
<link rel="shortcut icon" type="icon" href="./assets/favicon-0d253ced.ico" />
8-
<script type="module" crossorigin src="./assets/index-77adb35d.js"></script>
8+
<script type="module" crossorigin src="./assets/index-252612ad.js"></script>
99
<link rel="stylesheet" href="./assets/index-b0bf79f4.css">
1010
</head>
1111

invokeai/frontend/src/features/parameters/store/generationSlice.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,7 @@ export const generationSlice = createSlice({
278278
}
279279
if (typeof perlin === 'undefined') {
280280
state.perlin = 0;
281-
}
282-
else
283-
{
281+
} else {
284282
state.perlin = perlin;
285283
}
286284
if (typeof seamless === 'boolean') state.seamless = seamless;

invokeai/frontend/stats.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)