Lincoln Stein
ce298d32b5
attempt to make batch install more reliable
...
1. added nvidia channel to environment.yml
2. updated pytorch-cuda requirement
3. let conda figure out what version of pytorch to install
4. add conda install status checking to .bat and .sh install files
5. in preload_models.py catch and handle download/access token errors
2022-11-01 12:02:22 -04:00
Lincoln Stein
07c3c57cde
folded in the 1-click installer
...
- The installer will pull from the branch release-candidate-2-1 for the
purposes of testing.
- This needs to be changed to "main" before release.
2022-10-30 12:13:11 -04:00
cmdr2
91b491b7e7
Don't need to create the models folder using this script
2022-10-29 23:07:48 +05:30
cmdr2
bc7bfed0d3
Show the next steps to the user; Allow starting the command-line or web UI
2022-10-29 21:16:40 +05:30
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
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
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
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