divamgupta / divamgupta/diffusionbee-stable-diffusion-ui

Downloaded models are backed up to time-machine - un-necessarily

Open
#184 1 comment 6 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
13.6k
Forks
727
PR merge metrics
No merged PRs in 30d

Description

DiffusionBee downloads 9Gb of models. These are updated occasionally.

For users backing up their drives (this should be everyone!) this un-necessarily fills the backup with content that can be easily retrieved from the internet.

It's easy to prevent this in code in your app:

```objective-c
NSURL* url = //...
[[tildeDiffusionBeeDownloadsURL setResourceValue:@YES] forKey:NSURLIsExcludedFromBackupKey error:nil];
```

There's a way to do it on command-line if your app is mainly script based:

```sh 
tmutil addexclusion ~/.diffusionbee/downloads
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.