askiiart-net/portfolio.md

22 lines
1.6 KiB
Markdown
Raw Normal View History

# Portfolio
## Projects
2023-03-23 10:44:11 -05:00
- [askiiart/universal-fast-stable-diffusion](https://git.askiiart.net/askiiart/universal-fast-stable-diffusion)
- A semi-universal version of [TheLastBen/fast-stable-diffusion](https://github.com/TheLastBen/fast-stable-diffusion), it just requires a supported GPU and the dependencies to be installed.
- [askiiart.net](https://askiiart.net)
2023-03-23 18:02:27 -05:00
- My site. I've got a bunch of services running on it, like [Gitea](https://git.askiiart.net) and [Invidious](https://invidious.askiiart.net).
- [askiiart/askiiart-net](https://git.askiiart.net/askiiart/askiiart-net) - The site's source code.
- [askiiart/docker-composer](https://git.askiiart.net/askiiart/docker-composer)
- Some little convenience scripts for docker compose. The main thing is to compose a bunch of stuff at once.
## Contributions
- Added some stuff to [Haxxnet/Compose-Examples](https://github.com/Haxxnet/Compose-Examples)
- [Pull Request 9](https://github.com/Haxxnet/Compose-Examples/pull/9) - Add *arrs, downloaders, Plex, Jellyfin, Jackett
- [Pull Request 12](https://github.com/Haxxnet/Compose-Examples/pull/12) - Add bibliogram, ombi, librephotos, nitter, whoogle
- Non-code contributions to [TheLastBen/fast-stable-diffusion](https://github.com/TheLastBen/fast-stable-diffusion)
- Made minor improvements to [tuwonga/fast_Dreambooth_4_kaggle](https://github)
- [Pull Request 5](https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/5) - Make site/dist-packages robust
2023-03-23 18:02:27 -05:00
- [Pull Request 6](https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/6) - Improve readability, fix typos, etc.