mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
adjust environment & requirements files
This commit is contained in:
parent
2ca4242f5f
commit
63f274f6df
@ -57,7 +57,7 @@ dependencies:
|
|||||||
- -e git+https://github.com/openai/CLIP.git@main#egg=clip
|
- -e git+https://github.com/openai/CLIP.git@main#egg=clip
|
||||||
- -e git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion
|
- -e git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion
|
||||||
- -e git+https://github.com/TencentARC/GFPGAN.git#egg=gfpgan
|
- -e git+https://github.com/TencentARC/GFPGAN.git#egg=gfpgan
|
||||||
- -e git+https://github.com/invoke-ai/clipseg.git#egg=clipseg
|
- -e git+https://github.com/invoke-ai/clipseg.git@models-rename#egg=clipseg
|
||||||
- -e .
|
- -e .
|
||||||
variables:
|
variables:
|
||||||
PYTORCH_ENABLE_MPS_FALLBACK: 1
|
PYTORCH_ENABLE_MPS_FALLBACK: 1
|
||||||
|
@ -22,5 +22,5 @@ transformers==4.21.3
|
|||||||
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
||||||
-e git+https://github.com/lstein/k-diffusion.git@master#egg=k-diffusion
|
-e git+https://github.com/lstein/k-diffusion.git@master#egg=k-diffusion
|
||||||
-e git+https://github.com/TencentARC/GFPGAN.git#egg=gfpgan
|
-e git+https://github.com/TencentARC/GFPGAN.git#egg=gfpgan
|
||||||
-3 git+https://github.com/invoke-ai/clipseg.git#egg=clipseg
|
-e git+https://github.com/invoke-ai/clipseg.git@models-rename#egg=clipseg
|
||||||
-e .
|
-e .
|
||||||
|
@ -35,4 +35,4 @@ realesrgan
|
|||||||
git+https://github.com/openai/CLIP.git@main#egg=clip
|
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/Birch-san/k-diffusion.git@mps#egg=k-diffusion
|
||||||
git+https://github.com/TencentARC/GFPGAN.git#egg=gfpgan
|
git+https://github.com/TencentARC/GFPGAN.git#egg=gfpgan
|
||||||
git+https://github.com/invoke-ai/clipseg.git#egg=clipseg
|
git+https://github.com/invoke-ai/clipseg.git@models-rename#egg=clipseg
|
||||||
|
Loading…
Reference in New Issue
Block a user