You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No interest in keeping forks and pull requests to be ignored, so leaving it here instead:
File: fast_stable_diffusion_AUTOMATIC1111.ipynb
From Line 12: drive.mount('/content/gdrive')
To Line 12: drive.mount('/content/gdrive', timeout_ms=600000)
To extend Google Drive timeout from the default 2min to 10min. 2min too short; timeout on first cell every other time using the notebook.
The text was updated successfully, but these errors were encountered:
No interest in keeping forks and pull requests to be ignored, so leaving it here instead:
File: fast_stable_diffusion_AUTOMATIC1111.ipynb
From Line 12:
drive.mount('/content/gdrive')
To Line 12:
drive.mount('/content/gdrive', timeout_ms=600000)
To extend Google Drive timeout from the default 2min to 10min. 2min too short; timeout on first cell every other time using the notebook.
The text was updated successfully, but these errors were encountered: