Housekeeping

This commit is contained in:
Sean McLellan 2022-08-24 15:54:49 -04:00
parent 7ea168227c
commit 4d72644db4
3 changed files with 8 additions and 8 deletions

View File

@ -10,6 +10,7 @@ dependencies:
- torchvision=0.12.0 - torchvision=0.12.0
- numpy=1.19.2 - numpy=1.19.2
- pip: - pip:
- accelerate==0.12.0
- albumentations==0.4.3 - albumentations==0.4.3
- opencv-python==4.1.2.30 - opencv-python==4.1.2.30
- pudb==2019.2 - pudb==2019.2
@ -18,14 +19,13 @@ dependencies:
- pytorch-lightning==1.4.2 - pytorch-lightning==1.4.2
- omegaconf==2.1.1 - omegaconf==2.1.1
- test-tube>=0.7.5 - test-tube>=0.7.5
- streamlit>=0.73.1 - streamlit==1.12.0
- pillow==9.0.1 - pillow==9.2.0
- einops==0.3.0 - einops==0.3.0
- torch-fidelity==0.3.0 - torch-fidelity==0.3.0
- transformers==4.19.2 - transformers==4.19.2
- torchmetrics==0.6.0 - torchmetrics==0.6.0
- kornia==0.6 - kornia==0.6.0
- accelerate==0.12.0
- -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/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

View File

@ -8,15 +8,15 @@ kornia==0.6.0
numpy==1.19.2 numpy==1.19.2
omegaconf==2.1.1 omegaconf==2.1.1
opencv-python==4.1.2.30 opencv-python==4.1.2.30
pillow==9.0.1 pillow==9.2.0
pudb==2019.2 pudb==2019.2
pytorch torch==1.11.0
torchvision==0.12.0
pytorch-lightning==1.4.2 pytorch-lightning==1.4.2
streamlit==1.12.0 streamlit==1.12.0
test-tube>=0.7.5 test-tube>=0.7.5
torch-fidelity==0.3.0 torch-fidelity==0.3.0
torchmetrics==0.6.0 torchmetrics==0.6.0
torchvision
transformers==4.19.2 transformers==4.19.2
-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/CompVis/taming-transformers.git@master#egg=taming-transformers -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers

@ -1 +1 @@
Subproject commit db5799068749bf3a6d5845120ed32df16b7d883b Subproject commit ef1bf07627c9a10ba9137e68a0206b844544a7d9