Describe the bug
Hello,
I tried to download the "FastVideo Synthetic Wan2.1 480P" dataset from the link provided in the FastVideo documentation/readme, but the link is currently inaccessible. The browser shows a network error / file not found, and I also tried with wget/curl but failed to retrieve the file.
Could you please check if the dataset link is still valid or provide an alternative download address?
Thanks!
Reproduction
-
Go to the dataset download page or link in the README/docs:
[Paste the exact URL of the dataset here]
-
Try to open the link in browser or using:
wget <dataset_link>
curl -O <dataset_link>
-
The request fails with "404 Not Found" or network error.
Environment
Ubuntu 22.04
Python 3.12