move all models into subdirectories of ./models

- this required an update to the invoke-ai fork of gfpgan
- simultaneously reverted consolidation of environment and
  requirements files, as their presence in a directory
  triggered setup.py to try to install a sub-package.
This commit is contained in:
Lincoln Stein
2022-11-08 05:30:20 +00:00
parent abd6407394
commit 8cd5d95b8a
20 changed files with 34 additions and 31 deletions

View File

@@ -45,7 +45,7 @@ Note that you will need NVIDIA drivers, Python 3.10, and Git installed beforehan
```bash
rmdir src # (this is a precaution in case there is already a src directory)
conda env create -f environments/environment-cuda.yml
conda env create -f environment-cuda.yml
conda activate invokeai
(invokeai)>
```
@@ -54,7 +54,7 @@ Note that you will need NVIDIA drivers, Python 3.10, and Git installed beforehan
```bash
rmdir src # (this is a precaution in case there is already a src directory)
conda env create -f environments/environment-rocm.yml
conda env create -f environment-AMD.yml
conda activate invokeai
(invokeai)>
```