Merge branch 'main' into fix/img2img-low-strength

This commit is contained in:
Kevin Turner 2023-02-02 09:40:16 -08:00 committed by GitHub
commit da181ce64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
-r environments-and-requirements/requirements-base.txt
torch>=1.13.1
torchvision>=0.14.1
xformers~=0.16
xformers~=0.0.16
-e .

View File

@ -3,5 +3,5 @@
--extra-index-url https://download.pytorch.org/whl/cu117 --trusted-host https://download.pytorch.org
torch==1.13.1
torchvision==0.14.1
xformers~=0.16
xformers~=0.0.16
-e .