Files
DiffSynth-Studio/environment.yml
Artiprocher cd6fa30c9a add video UI
2024-01-09 19:07:16 +08:00

21 lines
323 B
YAML

name: DiffSynthStudio
channels:
- pytorch
- nvidia
- defaults
dependencies:
- python=3.9.16
- pip=23.0.1
- cudatoolkit
- pytorch
- cupy
- pip:
- transformers
- controlnet-aux==0.0.7
- streamlit
- streamlit-drawable-canvas
- imageio
- imageio[ffmpeg]
- safetensors
- einops