InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

[bug]: Linux installer 2.2.3 refers to non-existent directories.

Open CherepanovAV opened this issue 3 years ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

OS

Linux

GPU

cuda

VRAM

No response

What happened?

file install.sh contains in lines 124-127 a reference to the directory "source_installer", but such a directory does not exist. This causes the invoke.sh and update.sh character links to fail

ln -sf ./source_installer/invoke.sh.in ./invoke.sh
ln -sf ./source_installer/update.sh.in ./update.sh
chmod a+rx ./source_installer/invoke.sh.in
chmod a+rx ./source_installer/update.sh.in

Screenshots

No response

Additional context

I use install.sh first time on ny pc download link https://github.com/invoke-ai/InvokeAI/releases/download/v2.2.3/invokeAI-src-installer-2.2.3-linux.zip

Contact Details

No response

CherepanovAV avatar Dec 12 '22 10:12 CherepanovAV

The 2.2.3 installer will no longer work due to changes in the directory structure. Please either use the 2.2.4 installer to install 2.2.4 (recommended), or use one of the manual methods to install 2.2.3.

Sorry for the inconvenience!

lstein avatar Dec 12 '22 13:12 lstein

For anyone else coming here from searching, you'll want to pay close attention to the "Everything now lives in the invokeai directory" section in the 2.2.4 release note here:

https://github.com/invoke-ai/InvokeAI/releases/tag/v2.2.4

cfbauer avatar Dec 14 '22 06:12 cfbauer