-
-
Notifications
You must be signed in to change notification settings - Fork 76
Local Diffusion
All the models available is Local Diffusion are hosted in ShiftHackZ/Local-Diffusion-Models-SDAI-ONNX repository.
-
Make sure you installed SDAI FOSS (either from GitHub Releases APK or F-Droid. (build from Google Play does not allow custom model loading)
-
Navigate to your default
Download
directory in internal storage.-
Create
SDAI
directory (if it's not already there) -
Inside
SDAI
directory createmodel
directory.
-
-
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).
- In the SDAI FOSS select
Local Diffusion
generation provider. - On the configure page, set:
- Enable
Load custom model
; - Click
Setup permission
, Select SDAI FOSS, EnableAllow access to manage all files
.
- Enable
-
Return back to the SDAI FOSS app, scroll down, click
Setup
. -
Try to generate something in txt2img mode, if model loaded you will see progress pop up, and after a while a generated 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.