Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/db0/fluxa-avataria
- Owner: db0
- License: agpl-3.0
- Created: 2024-02-29T23:50:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T13:17:32.000Z (3 months ago)
- Last Synced: 2024-09-14T03:59:23.154Z (3 months ago)
- Topics: ai-horde, avatar-generator, fediverse, fediverse-bot, generative-ai
- Language: Python
- Homepage:
- Size: 799 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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).