Gouser How did you load the Mediapipe models in local diffusion? The app and documentation only talks about ONNX. The ONNX packs have a proper directory structure but the Mediapipe models are a pack of files without any structure
The same way as the ONNX model; Make a directory in the Downloads folder, name it "SDAI", within that, make a folder called Local-Diffusion-Models-SDAI-MediaPipe and place its models in there, like stable-diffusion-v1-5.
The folder structure will be as follows;
Downloads/SDAI/Local-Diffusion-Models-SDAI-MediaPipe/stable-diffusion-v1-5/-all of the model files.- (like "cond_stage_model.transformer.text_model.encoder.layers.2.mlp.fc1.weight.bin" and all the other files)
If you want a second model, (like aniverse) you can make the following structure;
Downloads/SDAI/Local-Diffusion-Models-SDAI-MediaPipe/aniverse_v50/-model files.-
Same thing goes for ONNX;
Downloads/SDAI/Local-Diffusion-Models-SDAI-ONXX/-model files and folders.-
After that, set the model path for Mediapipe within the SDAI configuration as follows;
/storage/emulated/0/Download/SDAI/Local-Diffusion-Models-SDAI-MediaPipe/stable-diffusion-v1-5
For aniverse:
storage/emulated/0/Download/SDAI/Local-Diffusion-Models-SDAI-MediaPipe/aniverse_v50/
(Choose only one model at a time)
And for ONNX;
/storage/emulated/0/Download/SDAI/Local-Diffusion-Models-SDAI-ONXX