![alt text](https://files.catbox.moe/e94kf4.png) # neuralnomicon An org-roam for practical-technical-scientific Stable Diffusion information. [WEB VERSION](https://tekakutli.codeberg.page/neuralnomicon/@main/web/index.html) # WHAT IS THIS? 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](https://tekakutli.codeberg.page/neuralnomicon/@main/web/index.html) ## WHY 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. ## HOW The structure comes down to: next to a paper you will find others very much related. Organization proposals are welcomed ## WHAT ELSE IS THIS A social experiment, an [org-book](https://lemy.lol/c/orgbooks)(links to a lemmy-fediverse community) ## HOW TO USE WITH EMACS? ### FIRST CLONE 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/ ``` ### THEN INSIDE EMACS 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 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