File size: 285 Bytes
4d91e6f |
1 2 3 4 5 6 7 8 9 10 11 |
# A10G needs cuda 11.3 --extra-index-url https://download.pytorch.org/whl/cu113 torch==1.12.0+cu113 torchvision==0.13.0+cu113 # Stable diffusion videos repo with the realesrgan extra for upsampling stable-diffusion-videos[realesrgan] # Youtube-dl for downloading examples youtube-dl |