Skip to content

Fooocus colab - Adittional model Checkpoint download speed #1833

Closed Answered by KyleeC137
KyleeC137 asked this question in Q&A
Discussion options

You must be logged in to vote

Problem resolved by downloading the model straight to Google Drive, mounting it to the colab, and follow it with the code

import shutil
colab_link = "/content/filename.type"
gdrive_link = "/content/drive/MyDrive/foldername/"
shutil.copy(colab_link, gdrive_link)

I know this is newbie programing, but perhaps this will help someone new like me in the future.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by KyleeC137
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant