An open API service indexing awesome lists of open source software.

https://github.com/andrewjswan/fastsd-cpu-addon

FastSD CPU add-on for Home Assistant. FastSD CPU is a faster version of Stable Diffusion on CPU.
https://github.com/andrewjswan/fastsd-cpu-addon

api fastsdcpu home-assistant homeassistant homeassistant-addons webui

Last synced: 6 months ago
JSON representation

FastSD CPU add-on for Home Assistant. FastSD CPU is a faster version of Stable Diffusion on CPU.

Awesome Lists containing this project

README

          


FastSD CPU Add-on


## General

[![ha addon_badge](https://img.shields.io/badge/HA-Addon-blue.svg)](https://developers.home-assistant.io/docs/add-ons)
[![FastSD CPU](https://img.shields.io/badge/FastSD-CPU-blue.svg)](https://github.com/andrewjswan/fastsd-cpu-addon/)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/andrewjswan/fastsd-cpu-addon/build.yml?logo=github)](https://github.com/andrewjswan/fastsd-cpu-addon/actions)
[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/andrewjswan/fastsd-cpu-addon?include_prereleases)](https://github.com/andrewjswan/fastsd-cpu-addon/blob/master/fastsd-cpu/CHANGELOG.md)
[![GitHub License](https://img.shields.io/github/license/andrewjswan/fastsd-cpu-addon?color=blue)](https://github.com/andrewjswan/fastsd-cpu-addon/blob/master/LICENSE)
[![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)

**FastSD CPU** - FastSD CPU is a faster version of Stable Diffusion on CPU. Based on [Latent Consistency Models](https://github.com/luosiallen/latent-consistency-model) and [Adversarial Diffusion Distillation](https://nolowiz.com/fast-stable-diffusion-on-cpu-using-fastsd-cpu-and-openvino/).

## Architecture

![Supports amd64 Architecture][amd64-shield] ![Supports aarch64 Architecture][aarch64-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports armhf Architecture][armhf-shield] ![Supports i386 Architecture][i386-shield]

## Installation

Add the repository URL under **Supervisor → Add-on Store** in your Home Assistant front-end:

https://github.com/andrewjswan/fastsd-cpu-addon/

> [!NOTE]
> **FastSD CPU** add-on based on [FastSD CPU](https://github.com/rupeshs/fastsdcpu).

[amd64-shield]: https://img.shields.io/badge/amd64-yes-blue.svg
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-blue.svg
[armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg