alembics / disco-diffusion

Other
7.48k stars 1.13k forks source link

How large is the project? #64

Closed oretsuyoi closed 2 years ago

oretsuyoi commented 2 years ago

last night,I installed docker-for-windows,then changed directory to [docker/prep],executing [docker build -t disco-diffusion-prep:5.1 .] command.At first,it was running succesffully,I was so glad.One hour later,I saw the progressbar stucked at 3/19,only time growing and data remianing still.Two hours later,it was the same.And I noticed that it took me nearly 15 GB on C: disk building the project which failed to build.

entmike commented 2 years ago

It'll take about 30GB during the build process because it embeds all the required model files. Also if you are on Windows, make sure you have WSL2 and GPU passthru.