-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colab not working #112
Comments
I don't think any of 2.1 inference methods changed, I only upgraded diffusers to include 2.2 support. If there will be more reports about slowdowns, I will do tests against multiple versions of the app. |
That's strange, but, frankly speaking, I never tested 2.1 in colab with resolutions higher than 768x768. I will look into it in a few days, though I have no idea what can be the problem. |
it was working a time ago...also it generated way faster than now. ok,maybe you can check that issue in near future/ |
(( sorry for being annoying but something wrong with 2.1 model. im getting error everytime now( even with low resolution.It was working some hours ago( im using mixing feature |
You're right, it looks like the colab crashes because RAM usage becomes too high and it fails to load model. And it actually fails to load 2.2 diffusers model on launch too, but manages to run it when weights are already loaded (on second attempt). Very weird. I'll definitely check this out later. |
any luck of fixing this issue?( |
I haven't yet figured out exact origin of the problem (namely, why RAM usage spikes on model initial launch so hard that it exceeds colab's 12.7 Gb). There was a recent update in Google cloud services, and this was one of the factors that led to error; another one is still high memory usage of the app itself. Here is a temporary workaround that may help: start runtime, but then activate "Use fallback runtime version" in command palette. I was able to launch 2.1 vanilla model with that. |
thanks. it works! |
Colab prohibits UIs, may be its case? |
I don't think so, because trick with switching to legacy environment succeeds. |
is it only me or its slowed generating after update? i use 2.1 model and it takes me 3 minutes to generate 1 image 960x960. as far as i remeber i was able to generate even bigger resolutions faster. im talking about mixing mode
The text was updated successfully, but these errors were encountered: