Giter VIP home page Giter VIP logo

charl-e's Introduction

charl-e

Charl-E is an ElectronJS app that allows you to run Stable Diffusion locally on your M1 Mac. No setup scripts or other downloads necessary! It works by packaging Stable Diffusion as a python executable, which is then called by the electron app. The executable lives in ./dist/txt2img.

You can download it here: https://www.charl-e.com

I'm working on making this faster and making the UI cleaner.

Troubleshooting

  • After downloading, make sure you drag it into the applications folder. It won't work until you do that.
  • You may get a warning about malicious code. To bypass this, you can right click on the app and select 'Open'. I realize this sounds suspicious but in order to get rid of the warning I need to get Apple to 'notarize' the app which is a little tricky. Stay tuned.

To Run

If you don't want to download the DMG and would rather set it up yourself, it's easy!

From your command line:

# Clone this repository
git clone [https://github.com/electron/electron-quick-start](https://github.com/cbh123/charl-e)
# Go into the repository
cd charl-e

Next you'll need to download the weights from hugging face. You can find them here. Download sd-v1-4.ckpt and move it to the /models folder in this directory.

Finally:

# Install dependencies
npm install
# Run the app
npm start

You should be good to go.

License

CC0 1.0 (Public Domain)

charl-e

charl-e's People

Contributors

cbh123 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.