Skip to content

Local Diffusion

ShiftHackZ edited this page Aug 13, 2024 · 3 revisions

Available models

All the models available is Local Diffusion are hosted in ShiftHackZ/Local-Diffusion-Models-SDAI-ONNX repository.

How to load custom model

  1. Make sure you installed SDAI FOSS (either from GitHub Releases APK or F-Droid. (build from Google Play does not allow custom model loading)

  2. Navigate to your default Download directory in internal storage.

    1. Create SDAI directory (if it's not already there)

    2. Inside SDAI directory create model directory.

  3. Inside Download/SDAI/model directory place the folders/files from downloaded model, there should be at least 4 directories: text_encoder, tokenizer, unet, vae_decoder (see screenshot for example).

image image

  1. In the SDAI FOSS select Local Diffusion generation provider.
  2. On the configure page, set:
    1. Enable Load custom model;
    2. Click Setup permission, Select SDAI FOSS, Enable Allow access to manage all files.

image image image

  1. Return back to the SDAI FOSS app, scroll down, click Setup.

  2. Try to generate something in txt2img mode, if model loaded you will see progress pop up, and after a while a generated image.

image image

Please note that Local Diffusion is experimental beta feature, you may experience slow performance and/or some crashes depending on model and android device.

Clone this wiki locally