Skip to content

Build instructions

ShiftHackZ edited this page Aug 14, 2024 · 6 revisions

Run Unit tests

Instructions

SDAI FOSS Release build

Requirements:

  • Unix compatible OS
  • Open JDK 17

Instructions (for Arch Linux)

  1. Install Open JDK 17.
sudo pacman -S jdk17-openjdk
  1. Clone project (if not already)
git clone https://github.com/ShiftHackZ/Stable-Diffusion-Android.git 
  1. Navigate to cloned directory
cd Stable-Diffusion-Android 
  1. Build
./gradlew clean assembleFossRelease
Clone this wiki locally