🏑 README by @tekakutli-org

alt text

neuralnomicon

An org-roam for practical-technical-scientific Stable Diffusion information.
WEB VERSION

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

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(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

πŸ‘€ About @tekakutli-org

Latest contributed

20230628204434-diffusion_video   20230628204724-segmentation   20230628213013-diffusion_train   20230724224622-neuralnomicon_help   20230803030116-software   20230803031304-social   20230809150646-glow   20230814065500-cooking_repertoire   20230829183940-gists   index   samhq   samnormal   20230628184446-voice   20230628185312-diffusion   20230628190631-motion   20230628191203-logistic   20230628191349-mesh   20230628192746-computer_illumination   20230628195140-computer_vision   20230628195510-clip   20230628195927-domain   20230628200712-nerf   20230628202012-transformer   20230628202317-train   20230628202646-text   20230628203055-stable_diffusion   20230628203916-diffusion_alternative   README  

All nodes by @tekakutli-org

πŸ“š Node πŸ“• Resource
20230628184446-voice garden/tekakutli-org/nodes/20230628184446-voice.org
20230628185312-diffusion garden/tekakutli-org/nodes/20230628185312-diffusion.org
20230628190631-motion garden/tekakutli-org/nodes/20230628190631-motion.org
20230628191203-logistic garden/tekakutli-org/nodes/20230628191203-logistic.org
20230628191349-mesh garden/tekakutli-org/nodes/20230628191349-mesh.org
20230628192746-computer_illumination garden/tekakutli-org/nodes/20230628192746-computer_illumination.org
20230628195140-computer_vision garden/tekakutli-org/nodes/20230628195140-computer_vision.org
20230628195510-clip garden/tekakutli-org/nodes/20230628195510-clip.org
20230628195927-domain garden/tekakutli-org/nodes/20230628195927-domain.org
20230628200712-nerf garden/tekakutli-org/nodes/20230628200712-nerf.org
20230628202012-transformer garden/tekakutli-org/nodes/20230628202012-transformer.org
20230628202317-train garden/tekakutli-org/nodes/20230628202317-train.org
20230628202646-text garden/tekakutli-org/nodes/20230628202646-text.org
20230628203055-stable_diffusion garden/tekakutli-org/nodes/20230628203055-stable_diffusion.org
20230628203916-diffusion_alternative garden/tekakutli-org/nodes/20230628203916-diffusion_alternative.org
20230628204434-diffusion_video garden/tekakutli-org/nodes/20230628204434-diffusion_video.org
20230628204724-segmentation garden/tekakutli-org/nodes/20230628204724-segmentation.org
20230628213013-diffusion_train garden/tekakutli-org/nodes/20230628213013-diffusion_train.org
20230724224622-neuralnomicon_help garden/tekakutli-org/nodes/20230724224622-neuralnomicon_help.org
20230803030116-software garden/tekakutli-org/nodes/20230803030116-software.org
20230803031304-social garden/tekakutli-org/nodes/20230803031304-social.org
20230809150646-glow garden/tekakutli-org/nodes/20230809150646-glow.org
20230814065500-cooking_repertoire garden/tekakutli-org/nodes/20230814065500-cooking_repertoire.org
20230829183940-gists garden/tekakutli-org/nodes/20230829183940-gists.org
index garden/tekakutli-org/nodes/index.org
README garden/tekakutli-org/README.md
samhq garden/tekakutli-org/gists/samhq.py
samnormal garden/tekakutli-org/gists/samnormal.py