SeedVR2 / environment.yml
aducsdr's picture
Update environment.yml
98a0e65 verified
raw
history blame
657 Bytes
# environment.yml (CORRIGIDO)
name: seedvr
channels:
- pytorch
- nvidia
- defaults
dependencies:
- python=3.10
- pytorch=2.1.0
- torchvision
- torchaudio=2.1.0
- pytorch-cuda=12.1
- pip
- pip:
- accelerate
- av
- beautifulsoup4
- einops
- gradio
- huggingface_hub
- iopath
- omegaconf
- pandas
- pytorch-lightning
- pytorchvideo
- ftfy
- regex
- timm
- transformers
- tqdm
- webdataset
- diffusers
- controlnet_aux
- opencv-python
- scikit-image
- xformers
# A linha do flash_attn foi REMOVIDA daqui