Donations to the archive would be appreciated to help fund our server hardware & storage drives. We are looking for developers to help build new software and archives, discuss here.

No.100185876 View ViewReplyOriginalReport
how does user.js work?
Like i want to hide my model name from websites. Especially the device i own, timezone, and shit that can identify you.

(on linux btw)

/lmg/ - Local Models General

No.100185269 View ViewReplyOriginalReport
/lmg/ - a general dedicated to the discussion and development of local language models.

Previous threads: >>100180197 & >>100173514

►News
>(04/24) Snowflake Arctic Instruct 128x3B MoE released: https://hf.co/Snowflake/snowflake-arctic-instruct
>(04/23) Phi-3 Mini model released: https://hf.co/microsoft/Phi-3-mini-128k-instruct-onnx
>(04/21) Llama3 70B pruned to 42B parameters: https://hf.co/chargoddard/llama3-42b-v0
>(04/18) Llama3 8B, 70B pretrained and instruction-tuned models released: https://llama.meta.com/llama3/
>(04/17) Mixtral-8x22B-Instruct-v0.1 released: https://mistral.ai/news/mixtral-8x22b/

►News Archive: https://rentry.org/lmg-news-archive
►FAQ: https://wikia.schneedc.com
►Glossary: https://rentry.org/lmg-glossary
►Links: https://rentry.org/LocalModelsLinks
►Official /lmg/ card: https://files.catbox.moe/cbclyf.png

►Getting Started
https://rentry.org/llama-mini-guide
https://rentry.org/8-step-llm-guide
https://rentry.org/llama_v2_sillytavern
https://rentry.org/lmg-spoonfeed-guide
https://rentry.org/rocm-llamacpp

►Further Learning
https://rentry.org/machine-learning-roadmap
https://rentry.org/llm-training
https://rentry.org/LocalModelsPapers

►Benchmarks
Chatbot Arena: https://chat.lmsys.org/?leaderboard
Programming: https://hf.co/spaces/bigcode/bigcode-models-leaderboard
Censorship: https://hf.co/spaces/DontPlanToEnd/UGI-Leaderboard
Censorbench: https://codeberg.org/jts2323/censorbench

►Tools
Alpha Calculator: https://desmos.com/calculator/ffngla98yc
GGUF VRAM Calculator: https://hf.co/spaces/NyxKrage/LLM-Model-VRAM-Calculator
Sampler visualizer: https://artefact2.github.io/llm-sampling/index.xhtml

►Text Gen. UI, Inference Engines
https://github.com/oobabooga/text-generation-webui
https://github.com/LostRuins/koboldcpp
https://github.com/lmg-anon/mikupad
https://github.com/turboderp/exui
https://github.com/ggerganov/llama.cpp
43 posts and 5 images omitted

/aicg/ - AI Chatbot General

No.100183900 View ViewReplyLast 50OriginalReport
356 posts and 47 images omitted

/sdg/ - Stable Diffusion General

No.100185213 View ViewReplyLast 50OriginalReport
Previous /sdg/ thread : >>100182126

>Beginner UI local install
Fooocus: https://github.com/lllyasviel/fooocus
EasyDiffusion: https://easydiffusion.github.io

>Local install
Automatic1111: https://github.com/automatic1111/stable-diffusion-webui
ComfyUI (Node-based): https://rentry.org/comfyui
AMD GPU: https://rentry.org/sdg-link#amd-gpu
Intel GPU: https://rentry.org/sdg-link#intel-gpu

>Use a VAE if your images look washed out
https://rentry.org/sdvae

>Auto1111 forks
Forge: https://github.com/lllyasviel/stable-diffusion-webui-forge
Anapnoe UX: https://github.com/anapnoe/stable-diffusion-webui-ux
Vladmandic: https://github.com/vladmandic/automatic

>Run cloud hosted instance
https://rentry.org/sdg-link#run-cloud-hosted-instance

>Try online without registration
txt2img: https://www.mage.space
img2img: https://huggingface.co/spaces/huggingface/diffuse-the-rest
Inpainting: https://huggingface.co/spaces/fffiloni/stable-diffusion-inpainting
pixart: https://huggingface.co/spaces/PixArt-alpha/PixArt-Sigma

>Models, LoRAs & embeddings
https://civitai.com
https://huggingface.co
https://rentry.org/embeddings

>Animation
https://rentry.org/AnimAnon
https://rentry.org/AnimAnon-AnimDiff
https://rentry.org/AnimAnon-Deforum

>SDXL info & download
https://rentry.org/sdg-link#sdxl

>Index of guides and other tools
https://codeberg.org/tekakutli/neuralnomicon
https://rentry.org/sdg-link
https://rentry.org/rentrysd

>View and submit GPU performance data
https://docs.getgrist.com/3mjouqRSdkBY/sdperformance
https://vladmandic.github.io/sd-extension-system-info/pages/benchmark.html

>Share image prompt info
4chan removes prompt info from images, share them with the following guide/site...
https://rentry.org/hdgcb
https://catbox.moe

>Related boards
>>>/h/hdg
>>>/e/edg
>>>/d/ddg
>>>/b/degen
>>>/vt/vtai
>>>/aco/sdg
>>>/trash/sdg

Official: discord.gg/stablediffusion
68 posts and 37 images omitted

(λ) - Lisp General

No.100123076 View ViewReplyLast 50OriginalReport
>Lisp is a family of programming languages with a long history and a distinctive parenthesized prefix notation. There are many dialects of Lisp, including Common Lisp, Scheme, Clojure and Elisp.

>Emacs is an extensible, customizable, self-documenting free/libre text editor and computing environment, with a Lisp interpreter at its core.

>Emacs Resources
https://gnu.org/s/emacs (Site)
https://github.com/emacs-tw/awesome-emacs (Awesome Emacs)

>Learning Emacs
C-h t (Interactive Tutorial)
https://emacs.amodernist.com (Configuration Generator)
https://systemcrafters.net/emacs-from-scratch (Emacs from Scratch)
http://xahlee.info/emacs (Xah Emacs Tutorial)

>Emacs Distros
https://spacemacs.org (Spacemacs)
https://doomemacs.org (Doom Emacs)
https://ergoemacs.github.io (Ergoemacs)

>Elisp
Docs: C-h f [function] C-h v [variable] C-h k [keybinding] C-h m [mode] M-x ielm [REPL]
https://gnu.org/s/emacs/manual/eintr.html (Introduction to Elisp)
https://gnu.org/s/emacs/manual/elisp.html (Elisp Manual)

>Common Lisp
https://lispcookbook.github.io/cl-cookbook (CL Cookbook)
https://cs.cmu.edu/~dst/LispBook (CL: A Gentle Introduction)
https://gigamonkeys.com/book (PCL)
https://lem-project.github.io (CL editor/IDE)
https://nyxt.atlas.engineer (CL Browser)

>Scheme
https://docs.scheme.org (Docs)
https://scheme.com/tspl4 (TSPL4)
https://eecs.berkeley.edu/~bh/ss-toc2.html (Simply Scheme)
https://archive.org/details/Schemer (Books)

>Clojure
https://clojure.org (Site)
https://clojure-doc.org (Docs)
https://mooc.fi/courses/2014/clojure (Functional programming with Clojure)

>Guix
https://guix.gnu.org/manual/devel (Guix Manual)
https://systemcrafters.net/craft-your-system-with-guix (Introduction to Guix)
https://gitlab.com/nonguix/nonguix (Nonguix)

>SICP/HtDP
https://web.mit.edu/6.001/6.037/sicp.pdf
https://htdp.org

>More Lisp Resources
https://paste.textboard.org/52b08691

(define alt-names '(/emg/ /emac/ /lambda/ /lol/ /let/ /flet/))
(set! prev-bread >>100071263)
263 posts and 23 images omitted

/iemg/ & /pmpg/ - In-Ear Monitor & Portable Music Player General

No.100167547 View ViewReplyLast 50OriginalReport
Shenzhen Guangdong pos #187452 edition

How to request advice:
>Budget
>Intended use (media, source, environment)
>Frequency response preference (basshead, female vocal, treble sensitive, etc.)
>Past gear and your thoughts on them

FAQ:
>Where do I buy IEMs?
Amazon, Aliexpress, Linsoul, Hifigo, Shenzhenaudio, Bloom Audio, MusicTeck, Elise Audio (UK)

>Full Guide (IEMs, Cables, Ear Tips, etc.):
https://rentry.org/c8gqc

>Frequency Response Graph Tool
squig.link

>Budget Wire Over-Ear IEMs:
• Tangzu Wan'er S.G (mild V) - $20
• EPZ Q1 Pro (Harman) - $35
• TRN Conch (bright V) - $35
• Simgot EA500LM (bright V) - $90

>Bullet IEMs:
• Tanchjim Zero (bright neutral) - $15
• Final E500 (dark) - $25
• Tanchjim One DSP (neutral) - $30

>Flathead Earbuds:
• Blue Vido (warm) - $5
• RY4S 32Ω mmcx Plus (V-shape) - $10
• Yincrow X6 (warm) - $10

>USB-C DACs:
• Moondrop Dawn Pro - $50
• Tanchjim Space - $90
• Tempotec Sonata BHD Pro - $90
• Qudelix 5K - $110

>PMPs:
• Surfans F20 (Rockbox) - $120
• Shanling M0 Pro - $130
• HiBy M300 - $200
• Hidizs AP80 Pro-X - $200
• Tempotec V3 - $200

Previous thread: >>100138556
256 posts and 48 images omitted

No.100176118 View ViewReplyLast 50OriginalReport
OK, fine. I'm fucking tired of segfault bugs in my C project, I'm considering unironically using Rust for the next one. Tell me about Rust's advantages, disadvantages and what do I need to know before dipping my toes into it.
117 posts and 9 images omitted

No.100185182 View ViewReplyOriginalReport
now you too can become a female asian cute streamer with the help of technology.

https://youtu.be/lARo9uc88zQ?t=31

No.100184328 View ViewReplyOriginalReport
Sundar is a bad CE- ACK!
14 posts and 3 images omitted

/dpt/ - Daily Programming Thread

No.100179479 View ViewReplyLast 50OriginalReport
Previous: >>100159394

Why aren't you calculating fibonacci(10000000), /g/?
226 posts and 27 images omitted