Ben
Ben
I fixed that issue in the last commit, are you using the latest colab from the repo ?
maybe you should remove the folder "sd" from your gdrive and a clean run, because the last update of AUTOMATIC1111 restructured the paths. first pic : batch count : 16...
in the file **sd/stable-diffusion-webui/webui.py** look for demo.queue(concurrency_count=111500) adding that line resolved the problem (at least for me), especially when I use the tunnel (not the gradio server)
you can only monitor your network if it's downloading right after it finishes generating also try the hlky or the relaxed-mode colabs and see if the issue exists there too.
make sure you use the latest colab notebook
Are you using the notebook with the latest commit ?
The xformers precompiled files seems incompatible with the A100, until a user provides me with the files, this error will persist for the A100
run : `!pip install git+https://github.com/facebookresearch/xformers@51dd119#egg=xformers` after around 50min, and the installation is done, navigate to /usr/local/lib/python3.7/dist-packages/xformers save the two files : "_C_flashattention.so" and "_C.so", upload them to any host and...
Feature added https://github.com/TheLastBen/diffusers/commit/0b77c4e56bf377d424c7ed87d6cb1804469b0217 https://github.com/TheLastBen/fast-stable-diffusion/commit/a8de378e12df1a3b155f6750f02072b7d75290c6
how many total steps ?