forked from CompVis/stable-diffusion
-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment-mac-waifu.yml
39 lines (39 loc) · 1.01 KB
/
environment-mac-waifu.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: ldmwaifu
channels:
- pytorch-nightly
- defaults
dependencies:
- python=3.10.4
- pip=22.1.2
- pytorch
- torchvision
- numpy=1.23.1
- pip:
- albumentations==0.4.6
- diffusers
- opencv-python==4.6.0.66
- opencv-python-headless==4.6.0.66
- pudb==2019.2
- imageio==2.9.0
- imageio-ffmpeg==0.4.2
- pillow==9.2.0
- protobuf==3.19.4
- pytorch-lightning==1.7.6
- omegaconf==2.1.1
- test-tube>=0.7.5
- streamlit>=0.73.1
- einops==0.3.0
- torch-fidelity==0.3.0
- transformers==4.19.2
- torchmetrics==0.7.0
- kornia==0.6
- gradio==3.1.6
- accelerate==0.12.0
- pynvml==11.4.1
- basicsr>=1.4.1
- facexlib>=0.2.3
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
- -e git+https://github.com/openai/CLIP.git@main#egg=clip
- -e git+https://github.com/Birch-san/GFPGAN.git@newer-numpy#egg=GFPGAN
- -e git+https://github.com/Birch-san/k-diffusion.git@mps#egg=k_diffusion
- -e .