ShiftHackZ
ShiftHackZ
Hello. Looks like this is the API related problem, so please consider reporting this issue to the [Automatic1111 issue tracker](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues).
Did not reproduced your issue on env: - SDAI FOSS 0.5.0 - A1111 1.6.0 The variable sd_model_checkpoint should return a string with model that is currently selected, so in your...
I modified response backward compatibility for the SDAI app to allow having fields as null. In theory, even if your instance fails on sending sd_model_checkpoint, app will fallback to some...
As a temporary workaround, installing this aur package allows to run gradience. https://aur.archlinux.org/packages/python-zombie-imp
I faced the same error on Arch Linux, with Intel Core i9 10th gen CPU: Tried this models. - https://huggingface.co/justinpinkney/miniSD/blob/main/miniSD.ckpt - https://huggingface.co/runwayml/stable-diffusion-v1-5/blob/main/v1-5-pruned-emaonly.ckpt - https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/models/wd-1-3-penultimate-ucg-cont.ckpt To avoid this error, I changed...
Thanks for reporting this important issue. I think implementing generation as a background process using [Work Manager API](https://developer.android.com/topic/libraries/architecture/workmanager) that is recommended by Google for background work should resolve this. Could...
> My phone (Asus Zenfone 10) seems to kill the app even if I run it in the foreground. I'm not sure how to disable this behavior. I have battery...
This is now a main format for distribution of apps for Android OS through Google Play. If it's interesting for you, more details here: https://developer.android.com/guide/app-bundle
Hi, here is how to sideload a custom model: - Make sure you installed SDAI FOSS (either from GitHub apk or F-Droid, build from Google Play does not allow model...
Regarding supported models - only onnx models are supported (those that have *.ort format). You can find the sources for all models that are available in app for download in...