Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 414 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 414 Bytes

Alpaca core stable-diffusion.cpp plugin

This is a wrapper of stable-diffusion.cpp.

Build

Important

When cloning this repo, don't forget to fetch the submodules.

  • Either: $ git clone https://github.com/alpaca-core/ac-local.git --recurse-submodules
  • Or:
    • $ git clone https://github.com/alpaca-core/ac-local.git
    • $ cd ac-local
    • $ git submodule update --init --recursive