ShivamShrirao / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
https://huggingface.co/docs/diffusers
Apache License 2.0
1.89k stars 509 forks source link

Gdrive connection down #232

Open taijiboy opened 1 year ago

taijiboy commented 1 year ago

Describe the bug

When going to the g-drive step, it appears it's not passing credentials properly:


MessageError Traceback (most recent call last) in <cell line: 3>() 3 if save_to_gdrive: 4 from google.colab import drive ----> 5 drive.mount('/content/drive') 6 7 #@markdown Name/Path of the initial model.

3 frames /usr/local/lib/python3.9/dist-packages/google/colab/_message.py in read_reply_from_input(message_id, timeout_sec) 101 ): 102 if 'error' in reply: --> 103 raise MessageError(reply['error']) 104 return reply.get('data', None) 105

MessageError: Error: credential propagation was unsuccessful

Reproduction

simply run the 'settings and run' section

Logs

No response

System Info

using chrome Version 112.0.5615.137 (Official Build) (arm64) on mac m1 OS 13.3.1 (22E261)