New App: MineStableDiffusion
- The app complies with the inclusion criteria.
- The app is not already listed in the repo or issue tracker.
- The app has not already been requested
- The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
- The original app author has been notified, and does not oppose the inclusion.
- Optionally donated to support the maintenance of this app in F-Droid.
This issue tracker is meant for anyone to get an automated review to start the process of getting an app included. Opening issues here does not guarantee that the app will be reviewed or packaged. If you are looking to submit an app to F-Droid, please open an merge request instead.
The first step is to find the app's Application ID. This is usually the same as the app's Package Name. You will find it in files called AndroidManifest.xml or build.gradle most of the time. You can also see it in the URLs for the app's page in various app stores. Write it here:
APPLICATION ID: org.onion.diffusion
Below is a template "metadata file" to fill out, it has only the required fields. F-Droid uses this file to build and publish the app. Build Metadata Reference documents all available options. Add values after the colon
# Categories (one per line, each starting with a space and a minus), chosen from the
# official list: https://f-droid.org/docs/Build_Metadata_Reference/#Categories
Categories: AI or Tools or Graphics
-
# the one license that the whole app is available under, use
# https://spdx.org/licenses/ short identifiers, must be
# floss-compatible FSF and/or OSI approved.
License: GPL-3.0-only
# You can provide details on how to contact the author. These are optional, but
# nice to have.
AuthorName: Onion99
AuthorEmail: lijundong9999@gmail.com
AuthorWebSite: https://onion99.github.io/
# A URL for the project's website, and to the source code repository to visit
# using a web browser. WebSite is optional.
WebSite:
SourceCode: https://github.com/Onion99/KMP-MineStableDiffusion
# A link to the issue tracker where bugs are reported
IssueTracker: https://github.com/Onion99/KMP-MineStableDiffusion/issues
# If available, you can also provide links/IDs for donations.
Donate:
Bitcoin:
LiberaPay:
# Name of the application
AutoName: Mine StableDiffusion
# Repository details to be used by VCS (Version Control Systems)
# git, git-svn, svn, hg or bzr
RepoType: git
# source code repo URL (HTTPS required)
Repo: https://github.com/Onion99/KMP-MineStableDiffusion
Why do you want this app added to F-Droid:
I want to provide a local, privacy-first, and cross-platform stable diffusion client for users who want to generate AI art completely offline on their mobile devices without relying on costly or privacy-invasive cloud services.
Summary:
Generate stunning AI art locally on your device with Stable Diffusion.
Description:
Mine StableDiffusion is a native, offline-first AI art generation application >that brings the power of Stable Diffusion models directly to your devices. Built >with modern Kotlin Multiplatform technology and powered by the stable->diffusion.cpp engine, it delivers high performance across Android, iOS, and >Desktop platforms.
Features:
- Native Performance: C++ backend with JNI bindings for maximum speed.
- Privacy First: 100% offline generation, ensuring your data and prompts stay on your device.
- Model Flexibility: Supports a wide range of models including FLUX, SDXL, SD3, and classic SD 1.5/2.x.
- Embedded Metadata: Automatically saves generation parameters (prompts, seeds, etc.) directly into exported PNGs.
- Advanced Control: Fine-grained settings for CPU offloading, precision tweaking, and memory management.
.