Advertisement
Guest User

environment.yaml

a guest
Aug 23rd, 2022
5,966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. name: ldx
  2. channels:
  3. - pytorch
  4. - defaults
  5. dependencies:
  6. - git
  7. - python=3.8.5
  8. - pip=20.3
  9. - cudatoolkit=11.3
  10. - pytorch=1.11.0
  11. - torchvision=0.12.0
  12. - numpy=1.19.2
  13. - pip:
  14. - albumentations==0.4.3
  15. - opencv-python==4.1.2.30
  16. - opencv-python-headless==4.1.2.30
  17. - pudb==2019.2
  18. - imageio==2.9.0
  19. - imageio-ffmpeg==0.4.2
  20. - pytorch-lightning==1.4.2
  21. - omegaconf==2.1.1
  22. - test-tube>=0.7.5
  23. - streamlit>=0.73.1
  24. - einops==0.3.0
  25. - torch-fidelity==0.3.0
  26. - transformers==4.19.2
  27. - torchmetrics==0.6.0
  28. - kornia==0.6
  29. - gradio==3.1.6
  30. - accelerate==0.12.0
  31. - pynvml==11.4.1
  32. - basicsr>=1.3.4.0
  33. - facexlib>=0.2.3
  34. - -e git+https://github.com/CompVis/taming-transformers#egg=taming-transformers
  35. - -e git+https://github.com/openai/CLIP#egg=clip
  36. - -e git+https://github.com/TencentARC/GFPGAN#egg=GFPGAN
  37. - -e git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion
  38. - -e .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement