-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stable Diffusion Dataset #751
Comments
Hi, were you able to get around it |
@ahmadki both me and @nathanw-mlc tested the What I did notice is that even the original scrips assumes that the destination directory |
Can those having issues please share the result of |
I just noticed that the update to the Dockerfile uses |
It worked for me, other users might have to clean the config files, before retrying with new rclone version |
@ahmadki can we fix Dockerfile with @nathanw-mlc sugguestion sudo -v ; curl https://rclone.org/install.sh | sudo bash? |
I genuinely dislike piping scripts from the internet into bash. Not only does it pose a security risk, but we also need to freeze rclone to a specific version. #757 should work better. |
Closing because #757 is merged. |
When we were trying to download the data set using the script laion400m-filtered-download-images.sh, we were getting an error that the source directory doesn't exist. Specifically, below command is failing,
"rclone copy mlc-training:mlcommons-training-wg-public/stable_diffusion/datasets/laion-400m/moments-webdataset-filtered/ ${OUTPUT_DIR} --include="*.tar" -P"
The text was updated successfully, but these errors were encountered: