GeeveGeorge / Stable-Craiyon

A colab notebook that combines Stable Diffusion + DALL-E Mini (Craiyon)
123 stars 19 forks source link

Colab crashes on launch #1

Closed BillTribble closed 2 years ago

BillTribble commented 2 years ago

"Your session crashed for an unknown reason." WARNING:root:kernel a2d071e6-d71d-4338-8dec-352d2617cda3 restarted

GeeveGeorge commented 2 years ago

@BillTribble , that is supposed to happen. You can just ignore the warning and continue running the next cells in sequence. Because , as soon as you run the first cell , the colab notebook resets so as to clear GPU VRAM.

Since Craiyon + Stable Diffusion are both GPU heavy tools , we have to clear the VRAM (so as to make it work in colab free tier)

I have made a tutorial video and I explain how to use the notebook here : https://www.youtube.com/watch?v=7dbyqg7XSJ8

BillTribble commented 2 years ago

ahh sorry! Thanks for clarifying :)