Skip to content
View madebyollin's full-sized avatar

Block or report madebyollin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. taesd taesd Public

    Tiny AutoEncoder for Stable Diffusion

    Python 538 27

  2. maple-diffusion maple-diffusion Public

    Stable Diffusion inference on iOS / macOS using MPSGraph

    Swift 793 51

  3. dino-diffusion dino-diffusion Public

    Bare-bones diffusion model code

    Jupyter Notebook 139 11

  4. seraena seraena Public

    WIP Pytorch code for stably training single-step, mode-dropping, deterministic autoencoders

    Jupyter Notebook 18 1

  5. notes_on_sd_vae notes_on_sd_vae
    1
    # Notes / Links about Stable Diffusion VAE
    2
    
                  
    3
    Stable Diffusion's VAE is a neural network that encodes images into a compressed "latent" format and decodes them back. The encoder performs 48x lossy compression, and the decoder generates new detail to fill in the gaps.
    4
    
                  
    5
    ![](https://user-images.githubusercontent.com/8733615/281488415-ea77f359-d380-412d-b27a-21884d19da1d.jpg)
  6. Mamba Diffusion (IADB) Mamba Diffusion (IADB)
    1
    {
    2
      "cells": [
    3
        {
    4
          "cell_type": "markdown",
    5
          "metadata": {