environment.yaml 613 B

1234567891011121314151617181920212223242526272829
  1. name: ldm
  2. channels:
  3. - pytorch
  4. - defaults
  5. dependencies:
  6. - python=3.8.5
  7. - pip=20.3
  8. - cudatoolkit=11.3
  9. - pytorch=1.12.1
  10. - torchvision=0.13.1
  11. - numpy=1.23.1
  12. - pip:
  13. - albumentations==1.3.0
  14. - opencv-python==4.6.0.66
  15. - imageio==2.9.0
  16. - imageio-ffmpeg==0.4.2
  17. - pytorch-lightning==1.4.2
  18. - omegaconf==2.1.1
  19. - test-tube>=0.7.5
  20. - streamlit==1.12.1
  21. - einops==0.3.0
  22. - transformers==4.19.2
  23. - webdataset==0.2.5
  24. - kornia==0.6
  25. - open_clip_torch==2.0.2
  26. - invisible-watermark>=0.1.5
  27. - streamlit-drawable-canvas==0.8.0
  28. - torchmetrics==0.6.0
  29. - -e .