Never ending task

#7
by Ray1fr - opened

Hello,
It seems the task is never ending (anymore?). I've entered minimal settings (a single image, 5 steps, 32x32 res ) :
image.png
And I'v let it run more than 10 minutes, but it doesn't seem to ever end...

Had the same thing, then it did finally generate after like half an hour.
I'm pretty sure there's a queue system, because on the second generation it looks like this:

image.png

The "27 ahead" probably means there's 27 other people that are also generating images who are ahead of my in the queue.
The first time, it didn't show the queue though, it just counted the seconds, like in your screenshot. 🤔

So just keep waiting, I guess. Or try the google colab: https://colab.research.google.com/github/CompVis/latent-diffusion/blob/main/scripts/latent_imagenet_diffusion.ipynb
(I found this colab notebook on the github page for this project here: https://github.com/CompVis/latent-diffusion)

Sign up or log in to comment