This message was deleted.
# ask-for-help
s
This message was deleted.
c
cc @larme (shenyang) any insight on this?
l
Hi Edy, what's the output of
du -h -d 1 ~ | sort -h
and
du -h -d 1 ~/bentoml/models |sort -h
? The file size of stable diffusion models are large, around 20GB. And huggingface will also store a copy of the model in your cache folder so importing a model will take around 40GB diskspace. That's expected. But I wonder why your
/mnt
and
/anaconda
directory take so much disk sacpe
u
Hey @larme (shenyang) - I had already deleted the files, am now trying again based on this repository https://github.com/bentoml/stable-diffusion-bentoml But here’s my anaconda folder (I deleted the stable-diffusion venv, which took up around 4gb) and for the /tmp folder, I don’t know why it’s taking up 56gb. This vm had been created from scratch today. If I understand correctly this folder is for temporary storage?
l
ye, BentoML shouldn't touch /tmp. So I'm not sure why /tmp take so much diskspace