CoherentControl / environment.yaml
foz
Initial test of environment
9734b1e
name: CoherentControl
channels:
- pytorch
- defaults
dependencies:
- cudatoolkit
- pytorch
- torchvision
- pip:
- gradio
- opencv-contrib-python
- imageio
- imageio-ffmpeg
- transformers
- controlnet_aux
- einops
- diffusers
- opencv_python
- Pillow