InvokeAI/environment.yml

40 lines
811 B
YAML
Raw Normal View History

2022-10-10 15:39:23 +00:00
name: invokeai
2021-12-21 02:23:41 +00:00
channels:
- pytorch
- defaults
dependencies:
- python>=3.9
- cudatoolkit
- pytorch
- torchvision
- numpy
2021-12-21 02:23:41 +00:00
- pip:
- albumentations
- opencv-python
- pudb
- imageio
- imageio-ffmpeg
- pytorch-lightning
- omegaconf
- realesrgan
- test-tube>
- streamlit
- send2trash
- pillow
- einops
- pyreadline3
- torch-fidelity
- transformers
- torchmetrics
- flask
- flask_socketio
- flask_cors
- dependency_injector
- eventlet
- kornia
- -e git+https://github.com/openai/CLIP.git@main#egg
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg
- -e git+https://github.com/Birch-san/k-diffusion.git@mps#egg
- -e git+https://github.com/TencentARC/GFPGAN.git#egg
2022-08-10 14:30:49 +00:00
- -e .