areebjaved26:#39 change wget to wget-c#46
Open
Areebjaved26 wants to merge 1 commit intoStability-AI:masterfrom
Open
areebjaved26:#39 change wget to wget-c#46Areebjaved26 wants to merge 1 commit intoStability-AI:masterfrom
Areebjaved26 wants to merge 1 commit intoStability-AI:masterfrom
Conversation
Modified the download_models.sh script in the StableCascade repository on GitHub to enhance the downloading process by using the -c flag with wget. This modification allows wget to detect if files have already been partially or fully downloaded. In case of a partial download or if the file already exists, wget will resume the download from where it left off rather than re-downloading the entire file. This change ensures a more efficient and robust downloading experience, particularly for users with unreliable internet connections or who may have partially downloaded files. By incorporating this change, users can now benefit from reduced download times and minimized data usage, as well as avoid potential frustration caused by interrupted downloads. This enhancement contributes to a smoother workflow for individuals utilizing the StableCascade models, promoting a more seamless experience when acquiring the necessary resources for their projects or research endeavors.
|
Hi @Areebjaved26 , good point, but I don't have wget-c in my environment, I assume it's some kind of add-on for wget. Maybe adding a space and using -c as a parameter would improve portability? |
|
The pull request message is clearly generated by AI. I believe that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modified the download_models.sh script in the StableCascade repository on GitHub to enhance the downloading process by using the -c flag with wget. This modification allows wget to detect if files have already been partially or fully downloaded. In case of a partial download or if the file already exists, wget will resume the download from where it left off rather than re-downloading the entire file. This change ensures a more efficient and robust downloading experience, particularly for users with unreliable internet connections or who may have partially downloaded files.
By incorporating this change, users can now benefit from reduced download times and minimized data usage, as well as avoid potential frustration caused by interrupted downloads. This enhancement contributes to a smoother workflow for individuals utilizing the StableCascade models, promoting a more seamless experience when acquiring the necessary resources for their projects or research endeavors.