Stable Diffusion, the Unstable Bits ... (on Apple Silicon)

This page summarizes the projects mentioned and recommended in the original post on /r/StableDiffusion

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • diffusers

    🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.

  • I decided that since Hugging Face Diffusers has a pipeline to generate not just images from a text prompt, but also one to generate an image based on both a text prompt and an input image, that I was going to implement that pipeline.

  • wxFormBuilder

    A wxWidgets GUI Builder

  • So I looked at a few GUI layout designers for Python and while there were a couple of decent ones for tkinter, I didn't like them for one reason or another. So instead, I opted for wxPython, which I hadn't worked with before either 😛 But what wxPython had going for it was wxFormBuilder, a very nice GUI layout editor which generated Python source code based on the UI you designed visually.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • stable-diffusion

    Discontinued This version of CompVis/stable-diffusion features an interactive command-line script that combines text2img and img2img functionality in a "dream bot" style interface, a WebGUI, and multiple features and other enhancements. [Moved to: https://github.com/invoke-ai/InvokeAI] (by lstein)

  • I'm afraid I skimmed most of this as the coding aspects go a bit over my head and I don't have time right now to puzzle out the details. But I wanted to point out that the lstein fork of Stable Diffusion has already been working on Mac support for some time: https://github.com/lstein/stable-diffusion/. I hate to see duplicated effort and maybe you have done something novel that could be merged into that fork to improve it. You might even be able to add the GUI to the fork (if the owners like it) or make your own GitHub project that builds upon the lstein fork. Just some suggestions.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts