2023-03-23 09:13:10 -05:00
# Portfolio
## Projects
2023-03-23 10:44:11 -05:00
- [askiiart/universal-fast-stable-diffusion ](https://git.askiiart.net/askiiart/universal-fast-stable-diffusion )
2023-03-23 09:13:10 -05:00
- 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 ).
2023-03-23 09:13:10 -05:00
- [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.
2023-03-23 21:09:07 -05:00
- [askiiart/turtle_match ](https://git.askiiart.net/askiiart/turtle_match )
- A turtle-themed memory game, and my final project for ITSE-1479 (Intro to Scripting Languages).
2023-03-23 09:13:10 -05:00
## 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.