Skip to content
/ Gauss Public
forked from justjake/Gauss

Stable Diffusion macOS native app

License

Notifications You must be signed in to change notification settings

jrmeier/Gauss

 
 

Repository files navigation

Gauss

A Stable Diffusion app for macOS built with SwiftUI and Apple's ml-stable-diffusion CoreML models.

Screenshot

Building from source

  1. Clone this repo
  2. Clone my fork of ml-stable-diffusion into the repo.
  3. Follow the instructions to set up the ml-stable-diffusion python library.
  4. Run ./build-models.sh. You may need to adjust the Conda setup goo in the script.
  5. Open project in Xcode and click build!

Usage

  • Write prompt text and adjust parameters in the composer view at the bottom.
  • To export an image, just drag it to Finder or any other image editor.
  • You can always generate more images from an existing prompt.

About

Stable Diffusion macOS native app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 98.3%
  • Shell 1.7%