Giter Site home page Giter Site logo

gauss's Introduction

Gauss

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

Screenshot

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.

Project Status

This software is under development and is pre-alpha quality; there is no release for end-users yet. If you'd like to contribute, you can build the project by following the instructions for developers below.

See DiffusionBee for a Stable Diffusion UI built with Electron & Python, but that works out of the box today.

System requirements

  • macOS 13.1+
  • Recommended: an Apple Silicon CPU. Intel hardware may work, but is untested by the primary developer and could be slow.

Developer setup

System requirements

Building from source

  1. Clone this repo: git clone https://github.com/justjake/Gauss
  2. Inside the repo, run make. This will download pre-build models from HuggingFace into ./compiled-models. You can run make -j 3 to download the models in parallel if you have a fast connetion. Eg: cd Gauss && make
  3. Open the project file (Gauss.xcodeproj) with Xcode: open Gauss.xcodeproj
  4. You should be able to build (Cmd-B) and run the project.

Packing zip files for release

The current plan for releasing Gauss is to pack the models it needs into zips, split the zips into parts no larger than 2gb, and then publish everything via Github release. 2gb is the file size limit for Github releases.

We'll teach Gauss itself how to find, download, and re-assemble the zip files from Github directly.

To create the zip files: make zips

Publishing releases to Github

TODO - figure this out!

gauss's People

Contributors

justjake avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.