Commit Graph

126 Commits

Author SHA1 Message Date
cmdr2
29d9ce03ab Redownload micromamba if the download failed midway; Start the script in the script's directory, not where it was run from 2022-10-29 19:47:55 +05:30
cmdr2
d03947a6ee Add Library\usr\bin to the PATH 2022-10-26 16:39:21 +05:30
cmdr2
422f2ecc91 Repo URL constant 2022-10-26 15:38:49 +05:30
cmdr2
f73a116f43 header 2022-10-26 15:35:42 +05:30
cmdr2
8aa40714e3 Single-file installer script, micromamba will now be downloaded automatically on the first run; Activate the base environment before running the rest of the conda commands; Don't download conda/git again if it's already been installed by the installer 2022-10-26 15:30:48 +05:30
cmdr2
9a3c7800a7 Use the correct conda os arch for mac x64 2022-10-14 10:23:55 +05:30
cmdr2
11dc3ca1f8 Don't continue if micromamba was required but didn't initialize properly 2022-10-14 10:13:41 +05:30
cmdr2
065a1da9d1 Fix line endings for mac 2022-10-14 08:56:27 +05:30
cmdr2
759f563b6d Add a pause before the script ends 2022-10-13 15:20:29 +05:30
cmdr2
8c47638eec
Update How to create the installers.md 2022-10-13 11:25:02 +05:30
cmdr2
1cb365fff1 Prefer the locally installed conda over any global conda installation 2022-10-13 11:01:09 +05:30
cmdr2
e405385e0d Prefer the locally installed conda over any global conda installation; activate the env before updating 2022-10-13 10:56:04 +05:30
cmdr2
15c5d6a5ef Typo in bash path 2022-10-13 10:24:44 +05:30
cmdr2
132e2b3ae5 Typo in the bash script 2022-10-13 10:00:53 +05:30
cmdr2
c16b7f090e Initialize conda for the shell before running the activate 2022-10-13 09:57:14 +05:30
cmdr2
75f23793df Remove -y in linux script 2022-10-12 23:01:08 +05:30
cmdr2
9dcfa8de25 Typo in install.sh 2022-10-12 22:56:28 +05:30
cmdr2
3d6650e59b Don't close after updating 2022-10-12 22:44:11 +05:30
cmdr2
7d201d7be0 Fix the tmp file used for checking the existence of git and conda commands 2022-10-12 22:27:22 +05:30
cmdr2
cafaef11f7 Remove unnecessary quotes while checking if git and conda exist 2022-10-12 22:20:06 +05:30
cmdr2
1e201132ed Merge branch 'main' of github.com:cmdr2/InvokeAI 2022-10-12 22:15:49 +05:30
cmdr2
8604fd2727 Updated the installer to simplify the use of micromamba, and use conda for the actual installation; Update conda during the update script 2022-10-12 22:15:38 +05:30
cmdr2
86b7b07c24 Make the linux/mac scripts executable 2022-10-12 16:58:19 +05:30
cmdr2
af56aee5c6 Create the env using -y 2022-10-12 16:56:40 +05:30
cmdr2
1ec92dd5f3 Check for missing python/git before activating micromamba 2022-10-12 16:53:07 +05:30
cmdr2
1c946561d3 1-click installer using micromamba to install git and python into a contained environment (if necessary) before running the normal installation script 2022-10-12 16:38:06 +05:30