Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn/Request User Permission Before Downloading Model #9

Open
talaviram opened this issue Sep 12, 2022 · 4 comments
Open

Warn/Request User Permission Before Downloading Model #9

talaviram opened this issue Sep 12, 2022 · 4 comments

Comments

@talaviram
Copy link

Currently once dragged, it downloads ~4GB without requesting the user.

Especially on Macs where soldered storage can be even 256GB, it would be nice at least to suggest it's gonna download it to make sure you're connected using a broadband (and not capped cellular or slow network).

@caunus
Copy link

caunus commented Sep 12, 2022

Yes, this would be helpful. I have a slow connection, but already downloaded the model before, so I would also like to see an option to integrate this already downloaded model instead of downloading again.

@elbowdonkey
Copy link

DiffusionBee stores the downloaded model as ~/.diffusionbee/downloads/sd-v1-4.cpkt - perhaps its possible to create that directory before launching DiffusionBee for the first time and copy your desired model to it (which would probably need to be a Stable Diffusion checkpoint), naming the checkpoint as sd-v1-4.cpkt? I'd be willing to try swapping out an already existing model and let you know how it goes.

@kmyqchy
Copy link

kmyqchy commented Sep 15, 2022

DiffusionBee stores the downloaded model as ~/.diffusionbee/downloads/sd-v1-4.cpkt - perhaps its possible to create that directory before launching DiffusionBee for the first time and copy your desired model to it (which would probably need to be a Stable Diffusion checkpoint), naming the checkpoint as sd-v1-4.cpkt? I'd be willing to try swapping out an already existing model and let you know how it goes.

Its work! Open DiffusionBee and immediately close program (maybe return something wrong) and replaced ~/.diffusionbee/downloads/sd-v1-4.cpkt with the already downloaded file.

@duanemoody
Copy link

DiffusionBee stores the downloaded model as ~/.diffusionbee/downloads/sd-v1-4.cpkt - perhaps its possible to create that directory before launching DiffusionBee for the first time and copy your desired model to it (which would probably need to be a Stable Diffusion checkpoint), naming the checkpoint as sd-v1-4.cpkt? I'd be willing to try swapping out an already existing model and let you know how it goes.

At least on my machine (Intel) the model is stored as ~/.diffusionbee/downloads/diffusion_model.h5 not .ckpt, I can't tell why this is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants