Get an AI generated wallpaper every day. Or every hour, it's your choice.
Hello there, fellow lemmings!
As the title suggests, I've made an app that changes your wallpaper regularly based on the parameters you set. It uses AI Horde (which uses Stable Diffusion) to generate the images and you can set the interval at which your wallpaper changes (from 1 time per day to 48 times per day).
Other features:
completely free (in fact, will be open source next week)
easy to use, but offers also advanced options
there's a help section with all the parameters explained
works on both a phone and tablet
There's also an optional Premium subscription which puts you higher in the priority queue, but most of the time it's not needed - unless you're generating during the most busy time, the wait is not really that long even without Premium.
Note that if you're a user of the AI Horde, you can put your own api key there and get the same benefits as having a Premium.
The open source version (released next week) will also allow (toggleable on or off) NSFW content, which is not possible in the Google Play version. It also doesn't contain the Premium subscription.
Also please check https://dontkillmyapp.com and see steps for your phone vendor, this app needs to work in the background and most vendors kill background apps. It will ask for an exception for battery saver on its own when you set the schedule for the first time, but for some vendors that's not enough.
Do let me know what do you think about the app! And if you want me to tag you when I make a release post for the open source version, let me know. Also huge thanks to @db0@lemmy.dbzer0.com for creating and maintaining the AI Horde, which makes this (and other cool apps) possible!
Very nice app and the kind of thing the ai horde was always meant to support. In this case it's also the kind of integration where you can happily use it as anonymous
Please note this is NSFW. Additionally, the Google Play Store doesn’t allow these types of games as a matter of policy. All of our recommendations are sources for downloading third-party games. You’ll have to sideload most of these, so make sure to check out our guide on installing third-party apps that aren’t on the Google Play Store.
I'm kind of surprised that there isn't some alternate app repo that people have converged on that permits it, just be an F-Droid alternate repo or something.
thinks
Maybe you need to be in the Google Play Store to use Google Play Services and that's required for DRM or something like that. That'd discourage commercial vendors.
I’m kind of surprised that there isn’t some alternate app repo
Well, usually when people make NSFW stuff, it's because they want to get paid for it. And card companies don't want you to pay for NSFW stuff. So the options are very, very limited. There's nothing as universal and fast as a card payment, so you either implement a ton of local versions of some kind of instant payments, or you're fucked.
Almost, but not quite. Card companies don't want to be publicly known for not giving a single shit what you give them money for, but a large portion of their market are churchy, nosy fucks, so they need to play a certain part...
You'll notice, they only go so far to enforce this sort of thing. The slightest bit of obfuscation in said transaction, and they're back to comfy with sucking from the teat again.
I guess burden was probably the wrong term. I appreciate your work, and I just get over protective of really cool freely available services from being overwhelmed. That's an excellent suggestion.
I'm using Automatic1111's SD web UI, so their API would be the most relevant to me, but there are others out there if you prefer to use something else an an optional backend.
Adding Automatic1111 API support in addition to the Horde would be a good idea. For people who don't have a GPU, it's also fine to use the Horde. And if you have resources to spare, it would also be a great idea to contribute to the Horde by running a worker.
Otherwise I think this project is fine. The devs seem to like to see their software being used. And they invented the 'Kudos' to handle this. And in my opinion building ontop of a solid service is better than reinventing the wheel all the time.
The wallpapers are changed automatically in the background. And many phone vendors will kill the background job, even if it doesn't consume almost any resources. If you don't disable battery optimizations, don't be surprised that the app doesn't work.
(...) This even gets so absurd that with some vendors (e.g. Nokia, Xiaomi, OnePlus, Samsung or Huawei) our smartphones are becoming dumbphones again.
Dumbphones are unable to do any useful tasks for you in the background unless you actively use your device at the time. This affects most of the apps that are not just another browser window. Most affected are alarm clocks, health trackers, automation apps, or simply anything that needs to do some job for you at a particular moment when you aren’t using your device.
Emphasis is mine. I can confirm that it indeed gets killed on my Samsung if I don't disable battery optimizations. At the same time my phone reports 0% battery used since last charge even with battery optimizations disabled. Meaning I don't abuse the privilege, but just do what the app should do on its own if some vendors weren't way too eager.
I wonder how you're using workmanager , and expect you to not be using services directly. These are the ones that could have an impact.
Wallpapers have their own instance of WallpaperEngine which is kept in use as long as the user is seeing the wallpaper. That's my experience with my own wallpaper.
There's a history screen, you can click the Open in HordeNG button which should fill all the parameters in a separate app where you can generate them again.
Edit: I'll be providing the option to save all generated wallpapers in a folder of your choosing in a future update.