Change path to cache.

Without code-signing, the directory is created inside `Application
Support` so better not to use a generic name.
pull/11/head
Pedro Cuenca 1 year ago
parent 7e9956725b
commit ffca1bda9e

@ -15,7 +15,7 @@ import ZIPFoundation
import StableDiffusion
class PipelineLoader {
static let models = Path.applicationSupport / "models"
static let models = Path.applicationSupport / "hf-diffusion-models"
let url: URL
private var downloadSubscriber: Cancellable?

Loading…
Cancel
Save