An error occurred while downloading a custom training model #180
Unanswered
rainbow523
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use colab to train as usual today,
The program will encounter an error when downloading the custom model. I confirm that the download URL is valid.
The training model is the checkpoint I usually use. I also tried to upload the checkpoint to other websites that provide direct download links. Although the program will show that the download is complete, an error will still occur.
Has anyone encountered the same situation or knows how to deal with this problem?
My training parameters:
Image size: 896
Repeat:3
epoch:12
unet_lr : 5e-4
text_encoder_lr: 1e-4
network_dim:32
network_alpha:16
Keep other values as default
Here is the relevant error message:
Installing collected packages: xformers
Successfully installed xformers-0.0.22.post7
✅ Installation finished in 220 seconds.
🔄 Downloading model...
Download Results:
gid |stat|avg speed |path/URI
======+====+===========+========================== =============================
b365f2|OK | 9.0KiB/s|//content/animeScreencapStyle_assV14Beta.safetensors
Status Legend:
(OK):download completed.
Renamed model to /content/animeScreencapStyle_assV14Beta.ckpt
💥 Error: The model you selected is invalid or corrupted, or couldn't be downloaded. You can use a civitai or huggingface link, or any direct download link.
Beta Was this translation helpful? Give feedback.
All reactions