fast-stable-diffusion icon indicating copy to clipboard operation
fast-stable-diffusion copied to clipboard

Is it possible to list, rather than have 7z files, of the dependencies?

Open swcrazyfan opened this issue 3 years ago • 3 comments

I'm trying to rewrite the notebooks to work in Paperspace, but I'm a bit stuck on the dependencies. Paperspace, uses Python 3.9 by default, but it seems Colab uses 3.7. At least, your Colab notebook is set to extract to the python3.7 folder. If we have that file or list, I can continue making a modified notebook for the AUTO111 repo.

Is it possible to have a requirements.txt file so a notebook may become more universal, just like this pull request is trying to do: @askiiart askiiart

Thanks so much for building these notebooks! It's truly amazing and helpful how you've put it all together.

swcrazyfan avatar Oct 15 '22 20:10 swcrazyfan

I was working on an initial version of a paperspace notebook, but I noticed that the dependencies installation is very slow and starting the webui is almost impossible, anyway, here is the link to my draft : Paperspace-AUT1111.zip

TheLastBen avatar Oct 15 '22 20:10 TheLastBen

Okay thanks! I'll check it out.

swcrazyfan avatar Oct 15 '22 20:10 swcrazyfan

In my preliminary tests, I believe one of the biggest issues with the time issue is Colab downloads from Github at around 37.59 MiB/s while Paperspace is 2.5-3.09 MiB/s. That's a huge difference. It seems that Colab takes 26 seconds to clone the dependent repos while Paperspace takes 3:45. This only includes cloning repos.

I'm not sure if there is an easy way around that if we want all packages and cloned repos to be up-to-date.

swcrazyfan avatar Oct 15 '22 21:10 swcrazyfan