diffusionbee-stable-diffusion-ui
diffusionbee-stable-diffusion-ui copied to clipboard
feature request -- resume downloads of models
I got as far as 3.9 GB downloaded for the first model, and then my connection broke. It restarted from the beginning instead of continuing the download.
I had a similar issue and now I can't figure out how to try to get the models to download again.
OK, download the model file by this link with download tools, and put the downloaded sd-v1-4.ckpt
file to this path should work:
/Users/{username}/.diffusionbee/downloads
Thanks!
diffusion_model.h5
is also a large file that needs to be downloaded, and perhaps downloaded first. Not sure where it comes from, though.
Do you think it is somehow possible to replace the model (to a custom one)?
diffusion_model.h5
is also a large file that needs to be downloaded, and perhaps downloaded first. Not sure where it comes from, though.
My understanding is that the h5
files are converted versions of Stable Diffusion's ckpt
models. My guess is that the h5
versions run faster on a Mac. Like maybe it's the difference between Pytorch and Tensorflow. Or maybe they're just compressed to save space. Anyway, you shouldn't need both.
Ex. here's my ~/.diffusionbee/downloads
folder and it's working great without the ckpt
files.