Skip to content

Commit

Permalink
environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
pix2pixzero committed Feb 11, 2023
1 parent 67963c9 commit ddccacd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: pix2pix-zero
channels:
- pytorch
- nvidia
- defaults
dependencies:
- pip
- pytorch-cuda=11.6
- torchvision
- pytorch
- pip:
- accelerate
- diffusers
- einops
- gradio
- ipython
- numpy
- opencv-python-headless
- pillow
- psutil
- tqdm
- transformers
- salesforce-lavis

0 comments on commit ddccacd

Please sign in to comment.