An org-roam for practical-technical-scientific Stable Diffusion information.
WEB VERSION
A map of everything that has happened AI self-hosting wise.
An organized quick-reference wiki of the papers and the tools.
Git-based, can seen from the browser: WEB VERSION
For those who don’t know where to start researching stuff nor the current state. Also to avoid duplication.
I focus only in papers that potentially enhance the condition of the LOCAL ai-user.
The structure comes down to: next to a paper you will find others very much related. Organization proposals are welcomed
A social experiment, an org-book(links to a lemmy-fediverse community)
Terminal:
cd ~/org/roam
git clone https://github.com/tekakutli/neuralnomicon
and add this to your roam .gitignore so it doesn’t get mixed-in with yours
roam/neuralnomicon/
To create nodes for this directory I have a template.
for your config.el
(setq org-roam-capture-templates
'(
("n" "default" plain
"%?"
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
:unnarrowed t)
("s" "neuralnomicon" plain
"%?"
:if-new (file+head "neuralnomicon/nodes/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+filetags: :neuralnomicon:\n")
:unnarrowed t)
)
)
operational wise: https://www.orgroam.com/manual.html
but (M-x org-roam-node-find) and (M-x search-buffer) and clicking-links should suffice
Rendering context...