Add ufsd link
This commit is contained in:
parent
29bcca9cf0
commit
185bea0fb3
2 changed files with 45 additions and 1 deletions
44
portfolio.html
Normal file
44
portfolio.html
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link rel="icon" href="/askiiart.gif" type="image/icon">
|
||||||
|
<title>askiiart's site</title>
|
||||||
|
<link href="style.css" type="text/css" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 id="portfolio">Portfolio</h1>
|
||||||
|
<h2 id="projects">Projects</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://git.askiiart.net/askiiart/universal-fast-stable-diffusion">askiiart/universal-fast-stable-diffusion</a>
|
||||||
|
<ul>
|
||||||
|
<li>A semi-universal version of <a href="https://github.com/TheLastBen/fast-stable-diffusion">TheLastBen/fast-stable-diffusion</a>, it just requires a supported GPU and the dependencies to be installed.</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://askiiart.net">askiiart.net</a>
|
||||||
|
<ul>
|
||||||
|
<li>My site. I've got a bunch of services running on it, like <a href="https://git.askiiart.net">Gitea</a>, <a href="https://invidious.askiiart.net">Invidious</a>, and an <a href="https://askiiart.net/archives/iso-and-stuff/Windows/">archive of Windows <code>.iso</code> files</a>.</li>
|
||||||
|
<li><a href="https://git.askiiart.net/askiiart/askiiart-net">askiiart/askiiart-net</a> - The site's source code.</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://git.askiiart.net/askiiart/docker-composer">askiiart/docker-composer</a>
|
||||||
|
<ul>
|
||||||
|
<li>Some little convenience scripts for docker compose. The main thing is to compose a bunch of stuff at once.</li>
|
||||||
|
</ul></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="contributions">Contributions</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Added some stuff to <a href="https://github.com/Haxxnet/Compose-Examples">Haxxnet/Compose-Examples</a>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/Haxxnet/Compose-Examples/pull/9">Pull Request 9</a> - Add *arrs, downloaders, Plex, Jellyfin, Jackett</li>
|
||||||
|
<li><a href="https://github.com/Haxxnet/Compose-Examples/pull/12">Pull Request 12</a> - Add bibliogram, ombi, librephotos, nitter, whoogle</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>Non-code contributions to <a href="https://github.com/TheLastBen/fast-stable-diffusion">TheLastBen/fast-stable-diffusion</a></li>
|
||||||
|
<li>Made minor improvements to <a href="https://github">tuwonga/fast_Dreambooth_4_kaggle</a>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/5">Pull Request 5</a> - Make site/dist-packages robust</li>
|
||||||
|
<li><a href="%5Bhttps://gith%5D(https://github.com/tuwonga/fast_Dreambooth_4_kaggle/pull/6)">Pull Request 6</a> - Improve readability, fix typos, etc.</li>
|
||||||
|
</ul></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
<footer>
|
||||||
|
<p>To view this page in markdown, replace the <code>.html</code> in the URL with <code>.md</code>. If this is the root page (askiiart.net), get the markdown version of it at <a href="/index.md">index.md</a></p>
|
||||||
|
</footer>
|
||||||
|
</html>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Projects
|
## Projects
|
||||||
|
|
||||||
- askiiart/universal-fast-stable-diffusion
|
- [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.
|
- 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)
|
- [askiiart.net](https://askiiart.net)
|
||||||
- My site. I've got a bunch of services running on it, like [Gitea](https://git.askiiart.net), [Invidious](https://invidious.askiiart.net), and an [archive of Windows `.iso` files](https://askiiart.net/archives/iso-and-stuff/Windows/).
|
- My site. I've got a bunch of services running on it, like [Gitea](https://git.askiiart.net), [Invidious](https://invidious.askiiart.net), and an [archive of Windows `.iso` files](https://askiiart.net/archives/iso-and-stuff/Windows/).
|
||||||
|
|
Loading…
Reference in a new issue