diff --git a/index.html b/index.html index 0c59c3c4..ec63125e 100644 --- a/index.html +++ b/index.html @@ -11,8 +11,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; @@ -148,20 +151,24 @@

Install NixOS-WSL in Windows

href="https://learn.microsoft.com/en-us/windows/wsl/install">https://learn.microsoft.com/en-us/windows/wsl/install

Packaged Projects

-

KoboldAI

+

textgen +(Also called text-generation-webui: A WebUI for LLMs and LoRA +training)

-

A browser-based front-end for AI-assisted writing with multiple local -& remote AI models.

+

A Gradio web UI for Large Language Models. Supports transformers, +GPTQ, AWQ, llama.cpp (GGUF), Llama models.

Get started

+src="https://raw.githubusercontent.com/nixified-ai/flake/images/textgen.webp" />


InvokeAI (A Stable Diffusion WebUI)