PRP_0.1 / environment.yaml
Andrrey's picture
Upload environment.yaml
4a1a63e
raw
history blame contribute delete
264 Bytes
name: sd-api-server
channels:
- pytorch
- defaults
dependencies:
- python=3.8.5
- pip=20.3
- cudatoolkit=11.3
- pytorch=1.12.1
- torchvision=0.13.1
- numpy=1.19.2
- pip:
- diffusers
- transformers==4.19.2
- Pillow
- Flask