Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/db0/fluxa-avataria

Script that randonly changes your social media avatars/banners at set intervals using the AI Horde.
https://github.com/db0/fluxa-avataria

ai-horde avatar-generator fediverse fediverse-bot generative-ai

Last synced: 2 months ago
JSON representation

Script that randonly changes your social media avatars/banners at set intervals using the AI Horde.

Awesome Lists containing this project

README

        

# Fluxa Avataria

Script that randonly changes your social media avatars/banners at set intervals using the [AI Horde](https://aihorde.net).

Currently supports the integrations

* [Lemmy](https://join-lemmy.org/)

More integrations will be coming soon

# Install

* Clone this repo
* `python -m pip install -r requirements.txt`
* `cp .env_template .env`
* Edit `.env` with your information

# Usage

```bash
python flux.py $software $thing
```

Where `$software` is the type of instance we're logging in to, and `$thing` is the thing we're changing: (`user_avatar`,`user_banner`,`site_icon`,`site_banner`,`community_banner`,``community_icon`)

example to change image once

```bash
python flux.py lemmy site_icon
```

example to change the image every 24 hours (the program will continue running indefinitelly)

```bash
python flux.py lemmy site_icon -r24
```

You can customize the generation by using the .env file, or by using the cli args. You can use the `--help` arg to get a list of all available options

Fluxa Avataria will delete previous images created when rotating. It will generate some files ending in `_delete_url.txt`. Do not delete these, as they track the images to delete once rotation is succesful.

# Support

If you enjoy this software, please consider onboarding your own GPU to the AI Horde to help generate for others.

If you want to run this for yourself but do not have the necessary knowledge or time, I can host this for you at own infra if you sponsor this project (and my FOSS work in general) [at the fluxa avataria tier](https://github.com/sponsors/db0).