-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update-requirements and test-invoke-pip workflow (#1574)
* update requirements files * update test-invoke-pip workflow
- Loading branch information
Showing
7 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,4 @@ picklescan | |
git+https://github.com/openai/CLIP.git@main#egg=clip | ||
git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k-diffusion | ||
git+https://github.com/invoke-ai/clipseg.git@relaxed-python-requirement#egg=clipseg | ||
git+https://github.com/invoke-ai/[email protected]#egg=gfpgan | ||
git+https://github.com/invoke-ai/[email protected]#egg=pypatchmatch | ||
git+https://github.com/invoke-ai/[email protected]#egg=pypatchmatch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
-r environments-and-requirements/requirements-base.txt | ||
|
||
git+https://github.com/invoke-ai/[email protected]#egg=gfpgan | ||
|
||
# Get hardware-appropriate torch/torchvision | ||
--extra-index-url https://download.pytorch.org/whl/rocm5.1.1 --trusted-host https://download.pytorch.org | ||
torch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
--pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu | ||
|
||
git+https://github.com/invoke-ai/[email protected]#egg=gfpgan | ||
|
||
-r environments-and-requirements/requirements-base.txt | ||
-e . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
-r environments-and-requirements/requirements-base.txt | ||
# -e . | ||
git+https://github.com/invoke-ai/[email protected]#egg=gfpgan | ||
-e . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
-r environments-and-requirements/requirements-base.txt | ||
|
||
git+https://github.com/invoke-ai/[email protected]#egg=gfpgan | ||
grpcio<1.51.0 | ||
protobuf==3.19.6 | ||
torch<1.13.0 | ||
torchvision<0.14.0 | ||
# -e . | ||
-e . |
4 changes: 2 additions & 2 deletions
4
environments-and-requirements/requirements-win-colab-cuda.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
-r environments-and-requirements/requirements-base.txt | ||
|
||
# Get hardware-appropriate torch/torchvision | ||
git+https://github.com/invoke-ai/[email protected]#egg=gfpgan | ||
# Get hardware-appropriate torch/torchvision | ||
--extra-index-url https://download.pytorch.org/whl/cu116 --trusted-host https://download.pytorch.org | ||
basicsr==1.4.1 | ||
torch==1.12.1 | ||
|