CoolFace
Apppublic

cedpsam/latentdiffusion

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes
environment.yaml27 linesDownload Raw Back to latent-diffusion
1name: ldm2channels:3  - pytorch4  - defaults5dependencies:6  - python=3.8.57  - pip=20.38  - cudatoolkit=11.09  - pytorch=1.7.010  - torchvision=0.8.111  - numpy=1.19.212  - pip:13    - albumentations==0.4.314    - opencv-python==4.1.2.3015    - pudb==2019.216    - imageio==2.9.017    - imageio-ffmpeg==0.4.218    - pytorch-lightning==1.4.219    - omegaconf==2.1.120    - test-tube>=0.7.521    - streamlit>=0.73.122    - einops==0.3.023    - torch-fidelity==0.3.024    - transformers==4.3.125    - -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers26    - -e git+https://github.com/openai/CLIP.git@main#egg=clip27    - -e .