Skip to content

Commit 7a67d3d

Browse files
committed
confirmed that pip install -r requirements.txt is working as expected
1 parent 9050f3d commit 7a67d3d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
accelerate==0.12.0
22
albumentations==0.4.3
3+
clip==1.0
34
einops==0.3.0
45
huggingface-hub==0.8.1
56
imageio==2.9.0
67
imageio-ffmpeg==0.4.2
78
kornia==0.6.0
8-
numpy=1.19.2
9+
numpy==1.19.2
910
omegaconf==2.1.1
1011
opencv-python==4.1.2.30
1112
pudb==2019.2
12-
pytorch=1.11.0
13+
pytorch
1314
pytorch-lightning==1.4.2
1415
streamlit==1.12.0
1516
test-tube>=0.7.5
1617
torch-fidelity==0.3.0
1718
torchmetrics==0.6.0
18-
torchvision==0.12.0
19+
torchvision
1920
transformers==4.19.2
20-
-e git+git@github.com:lstein/stable-diffusion.git@cb9e6d544a5ae8f6fe527a86ff3cc3455e9683f3#egg=latent_diffusion
21-
-e git+https://github.com/CompVis/taming-transformers.git@24268930bf1dce879235a7fddd0b2355b84d7ea6#egg=taming_transformers
22-
-e git+https://github.com/lstein/k-diffusion.git@db5799068749bf3a6d5845120ed32df16b7d883b#egg=k_diffusion
23-
-e git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1#egg=clip
21+
-e git+https://github.com/openai/CLIP.git@main#egg=clip
22+
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
23+
-e git+https://github.com/lstein/k-diffusion.git@master#egg=k-diffusion

0 commit comments

Comments
 (0)