I have identified my account in Google Colab by providing a token
    from huggingface_hub import notebook_login
    notebook_login()
then I would like to copy this 6.5 Go file :
    !wget https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0.safetensors
Unfortunately it gets only 53K
Is there a way to overcome this limitation ?

 
                        
Here is the fix I have found : Registering a token from HuggingFace to Google Colab, then use hf_hub_url function to get the right url