Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
071df30
handle a fourth variant of embedding .pt files
lstein Mar 27, 2023
90f00db
version 2.3.3-rc2
lstein Mar 28, 2023
2f424f2
generalized root directory version updating
lstein Mar 28, 2023
8e2fd4c
fix ROCm version
lstein Mar 28, 2023
a78ff86
Merge branch 'v2.3' into enhance/handle-another-embedding-variant
lstein Mar 28, 2023
41a8fde
fix bugs in online ckpt conversion of 2.0 models
Mar 28, 2023
bb972b2
Add support for yet another TI embedding file format (2.3 version) (#…
lstein Mar 28, 2023
e3d992d
add metadata dump script
lstein Mar 28, 2023
f23cc54
save and restore selected model on startup/exit
lstein Mar 28, 2023
23aa17e
fix typo in name of vae cache
lstein Mar 28, 2023
14f1efa
launch --model supersedes persistent model
lstein Mar 28, 2023
0fb1e79
update model installation documentation
lstein Mar 28, 2023
66b3612
update embedding file documentation
lstein Mar 28, 2023
5eeca47
bump rc version number
lstein Mar 28, 2023
a91d01c
enhancements to update routines
lstein Mar 28, 2023
8404e06
update documentation
lstein Mar 28, 2023
b0b0c48
bump version to 2.3.3
lstein Mar 29, 2023
cf262dd
Update installer/lib/installer.py
lstein Mar 29, 2023
3a8ef0a
make CONCEPTS documentation title more meaningful
lstein Mar 30, 2023
46e578e
Merge branch 'release/2.3.3-rc3' of github.com:invoke-ai/InvokeAI int…
lstein Mar 30, 2023
3765ee9
make invokeai-model-install work with editable install
lstein Mar 30, 2023
a1ed225
reenable line completion during CLI edit_model cmd
lstein Mar 30, 2023
794ef86
fix incorrect loading of external VAEs
lstein Mar 30, 2023
249173f
remove extraneous warnings about overwriting trigger terms
lstein Mar 31, 2023
3d4f4b6
support external legacy config files with no personalization section
lstein Mar 31, 2023
4145e27
move personalization fallback section into a static method
lstein Mar 31, 2023
352805d
fix for python 3.9
lstein Mar 31, 2023
ccfb0b9
added @EgoringKosmos recipe for fixing ROCm installs
lstein Mar 31, 2023
993baad
making this a prerelease for zipfile purposes
lstein Mar 31, 2023
e82641d
Update installer/lib/installer.py
lstein Apr 1, 2023
7547784
Update installer/lib/installer.py
lstein Apr 1, 2023
78ea5d7
Update ldm/invoke/config/invokeai_update.py
lstein Apr 1, 2023
1e5a44a
bump version to 2.3.3 final
lstein Apr 1, 2023
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ not supported.
_For Linux with an AMD GPU:_

```sh
pip install InvokeAI --use-pep517 --extra-index-url https://download.pytorch.org/whl/rocm5.2
pip install InvokeAI --use-pep517 --extra-index-url https://download.pytorch.org/whl/rocm5.4.2
```

_For Macintoshes, either Intel or M1/M2:_
Expand Down
Binary file removed binary_installer/WinLongPathsEnabled.reg
Binary file not shown.
164 changes: 0 additions & 164 deletions binary_installer/install.bat.in

This file was deleted.

Loading