diffusionbee-stable-diffusion-ui
diffusionbee-stable-diffusion-ui copied to clipboard
Model Downloading Problem
Sorry to bother.
Why can't I download the base model
me,toooooo
OS: macOS Ventura Version 13.5.2 DiffusionBee: v2.2.1 ( Beta )
same problem
you can download directly and import it
same question
same problem
same problem
same problem version: 2.5.0
Maybe there is a firewall?
the same problem 同样的问题
serval times to try but don't work
What internet provider / vpn are you using?
On Wed, Feb 14, 2024 at 8:18 PM niceboy @.***> wrote:
serval times to try but don't work
— Reply to this email directly, view it on GitHub https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/issues/474#issuecomment-1945211527, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAONR5J2W3ZGYLB5UXZSVHDYTVO5VAVCNFSM6AAAAAA46JCRACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBVGIYTCNJSG4 . You are receiving this because you commented.Message ID: @.*** com>
where is the base model link or url , can i download it ?
same problem
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.
I think it is not a vpn problem, when I download 1.7.4 back, the models download is OK.
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