diffusionbee-stable-diffusion-ui icon indicating copy to clipboard operation
diffusionbee-stable-diffusion-ui copied to clipboard

Model Downloading Problem

Open thepuzzlingq opened this issue 1 year ago • 17 comments

Sorry to bother. Why can't I download the base model WechatIMG3

thepuzzlingq avatar Sep 19 '23 13:09 thepuzzlingq

me,toooooo

OS: macOS Ventura Version 13.5.2 DiffusionBee: v2.2.1 ( Beta )

evan2884 avatar Sep 19 '23 14:09 evan2884

same problem

Shin1122 avatar Sep 27 '23 09:09 Shin1122

you can download directly and import it

aakashgupt avatar Sep 30 '23 10:09 aakashgupt

same question

flamesounder avatar Oct 10 '23 04:10 flamesounder

same problem

xueyaodeai avatar Oct 22 '23 03:10 xueyaodeai

same problem

max929 avatar Nov 23 '23 02:11 max929

same problem version: 2.5.0

jokerwenxiao avatar Jan 25 '24 09:01 jokerwenxiao

Maybe there is a firewall?

divamgupta avatar Feb 01 '24 06:02 divamgupta

image the same problem

sunlin-xiaonai avatar Feb 15 '24 01:02 sunlin-xiaonai

image the same problem  同样的问题

serval times to try but don't work

sunlin-xiaonai avatar Feb 15 '24 01:02 sunlin-xiaonai

where is the base model link or url , can i download it ?

sunlin-xiaonai avatar Feb 18 '24 08:02 sunlin-xiaonai

same problem

fyqqyf avatar Feb 22 '24 05:02 fyqqyf

I had the same issue, the download stops at around 2GB and if I quit and start the app, it clears the partial download and start downloading again from scratch instead of resuming the download. It's a real annoyance.

@divamgupta : there should really be an option to download the models manually and explanations on where to put them, it took me lot of searches to figure it, and I am obviously not the only one.

There is a workaround, though: after failure, quit DiffusionBee (really quit, not only close the window), and type this in terminal:

cd  ~/.diffusionbee/downloads/
wget --continue https://huggingface.co/divamgupta/stable_diffusion_mps/resolve/main/sd-v1-5_fp16.tdict
wget --continue https://huggingface.co/divamgupta/stable_diffusion_mps/resolve/main/sd-v1-5-inpainting_fp16.tdict

(The --continue argument will resume the partial download already made by the app)

Then launch DiffusionBee again, it will only check the models, no more more download.

Note: I use v1.7.4, these values were found in electron_app/src/components/BasicSDApplet.vue and electron_app/src/utils/in_out_paint_utils.js, the urls will most probably change in the future.

magicoli avatar Feb 23 '24 02:02 magicoli

I think it is not a vpn problem, when I download 1.7.4 back, the models download is OK.

dcchanInSz avatar Feb 23 '24 14:02 dcchanInSz

I think it is not a vpn problem, when I download 1.7.4 back, the models download is OK.

Several people have had this same problem, it's been referred for years in several issues in this repository (some date back to 2022) and I still had it yesterday, the fact that you don't experience it is not a sign that there is no issue.

The issue is real, it can be caused by many factors, you cannot assume a download will always succeed.

So it would be very kind to at least include a message with the workaround instructions along with the download progress, this would be an quick enhancement.

And in a perfect world (but I understand this would take more time):

  • try to catch when the download is stalled
  • adjust the code to try resuming previous download instead of starting over

magicoli avatar Feb 23 '24 14:02 magicoli

Screenshot 2024-06-01 at 00 55 18 Cannot download anything with latest version. Same problem here, I tried change different network, turnoff firewall and also tried using VPN, none of them worked....

zhiluo20 avatar May 31 '24 16:05 zhiluo20