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

reuse existing model if already downloaded? #2

Closed
ericries opened this issue Sep 12, 2022 · 2 comments
Closed

reuse existing model if already downloaded? #2

ericries opened this issue Sep 12, 2022 · 2 comments

Comments

@ericries
Copy link

Or could you add a preference/log to either let the user know where the model will download to or let the user point to one if already present?

@abulka
Copy link

abulka commented Sep 12, 2022

The Logs tab of the UI has a clue:

/Users/YOURUSERNAME/.diffusionbee/downloads

@abulka
Copy link

abulka commented Sep 12, 2022

I managed to move the large downloads directory to another disk.

  1. Make a directory on your external drive /Volumes/SSD/Data/diffusionbee/
  2. mv ~/.diffusionbee/downloads /Volumes/SSD/Data/diffusionbee/downloads
  3. ln -s /Volumes/SSD/Data/diffusionbee/downloads ~/.diffusionbee/downloads

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

3 participants