aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Mandic <mandic00@live.com>2023-04-03 15:23:35 -0400
committerGitHub <noreply@github.com>2023-04-03 15:23:35 -0400
commit4fa59b045add1d23350e884e201dc77bc34864e6 (patch)
treededbf7501efc4b8dbfdea1da7a7652635051b6c5
parentd5063e07e8b4737621978feffd37b18077b9ea64 (diff)
update xformers
-rw-r--r--environment-wsl2.yaml1
-rw-r--r--launch.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/environment-wsl2.yaml b/environment-wsl2.yaml
index 06134565..0c4ae680 100644
--- a/environment-wsl2.yaml
+++ b/environment-wsl2.yaml
@@ -9,4 +9,3 @@ dependencies:
- pytorch=2.0
- torchvision=0.15
- numpy=1.23
- \ No newline at end of file
diff --git a/launch.py b/launch.py
index 37c8b516..c5ae9092 100644
--- a/launch.py
+++ b/launch.py
@@ -228,7 +228,7 @@ def prepare_environment():
torch_command = os.environ.get('TORCH_COMMAND', "pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/cu118")
requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt")
- xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.17')
+ xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.18')
gfpgan_package = os.environ.get('GFPGAN_PACKAGE', "git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379")
clip_package = os.environ.get('CLIP_PACKAGE', "git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1")
openclip_package = os.environ.get('OPENCLIP_PACKAGE', "git+https://github.com/mlfoundations/open_clip.git@bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b")