Skip to content

Commit dccf291

Browse files
authored
3.1.1rc1 Release (#4493)
## What type of PR is this? (check all applicable) 3.1.1 Release build & updates ## Have you discussed this change with the InvokeAI team? - [X] Yes - [ ] No, because: ## Have you updated all relevant documentation? - [X] Yes - [ ] No ## Description ## Related Tickets & Documents <!-- For pull requests that relate or close an issue, please include them below. For example having the text: "closes #1234" would connect the current pull request to issue 1234. And when we merge the pull request, Github will automatically close the issue. --> - Related Issue # - Closes # ## QA Instructions, Screenshots, Recordings <!-- Please provide steps on how to test changes, any hardware or software specifications as well as any other pertinent information. --> ## Added/updated tests? - [ ] Yes - [ ] No : _please replace this line with details on why tests have not been included_ ## [optional] Are there any post deployment tasks we need to perform?
2 parents b700809 + d3a94e5 commit dccf291

File tree

10 files changed

+308
-306
lines changed

10 files changed

+308
-306
lines changed

invokeai/frontend/web/dist/assets/App-78495256.js

Lines changed: 0 additions & 171 deletions
This file was deleted.

invokeai/frontend/web/dist/assets/App-d1567775.js

Lines changed: 169 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

invokeai/frontend/web/dist/assets/ThemeLocaleProvider-707a230a.js renamed to invokeai/frontend/web/dist/assets/ThemeLocaleProvider-374b1ae5.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

invokeai/frontend/web/dist/assets/index-08cda350.js

Lines changed: 0 additions & 126 deletions
This file was deleted.

invokeai/frontend/web/dist/assets/index-f83c2c5c.js

Lines changed: 128 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

invokeai/frontend/web/dist/assets/menu-31376327.js

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

invokeai/frontend/web/dist/assets/menu-3d10c968.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

invokeai/frontend/web/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
margin: 0;
1313
}
1414
</style>
15-
<script type="module" crossorigin src="./assets/index-08cda350.js"></script>
15+
<script type="module" crossorigin src="./assets/index-f83c2c5c.js"></script>
1616
</head>
1717

1818
<body dir="ltr">

invokeai/frontend/web/dist/locales/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@
511511
"maskBlur": "Blur",
512512
"maskBlurMethod": "Blur Method",
513513
"coherencePassHeader": "Coherence Pass",
514+
"coherenceMode": "Mode",
514515
"coherenceSteps": "Steps",
515516
"coherenceStrength": "Strength",
516517
"seamLowThreshold": "Low",
@@ -520,6 +521,7 @@
520521
"scaledHeight": "Scaled H",
521522
"infillMethod": "Infill Method",
522523
"tileSize": "Tile Size",
524+
"patchmatchDownScaleSize": "Downscale",
523525
"boundingBoxHeader": "Bounding Box",
524526
"seamCorrectionHeader": "Seam Correction",
525527
"infillScalingHeader": "Infill and Scaling",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.0"
1+
__version__ = "3.1.1rc1"

0 commit comments

Comments
 (0)