u/tomByrer

LumiPic: Oumoumad's (LTX lora fame) SDR->HDR conversion LoRAs for Qwen, soon Kline Base 4 & 9
▲ 71 r/comfyui+1 crossposts

LumiPic: Oumoumad's (LTX lora fame) SDR->HDR conversion LoRAs for Qwen, soon Kline Base 4 & 9

>LumiPic — Single-Image SDR to HDR LoRA

>Converts standard dynamic range (SDR) images to high dynamic range (HDR) EXR files — float-valued, with range well beyond what an 8-bit SDR output can carry.

Released weeks ago, surprised no one posted about it.

Even if your target usecase is not HDR, if you want to post edit your images, the extra image range can help with exposure / colorization editing.

ComfyUI workflows in the files tab.

Edit: video https://www.youtube.com/watch?v=z0ue28hbMTk

huggingface.co
u/tomByrer — 1 day ago

DwarfStar4: DeepSeek 4 Flash for MBPro 96GB & Sparks

  • Metal is our primary target. Starting from MacBooks with 96GB of RAM.
  • NVIDIA CUDA with special care for the DGX Spark.
  • AMD ROCm is only supported in the rocm branch.

Custom quant; some 2 bit, some left full resolution.
Custom engine meant only for their custom quant targeting only 2 hardware profiles.

github.com
u/tomByrer — 4 days ago

TL;DW:
Analysing 1 large code file, first split in half, then full =
llama.cpp serving GGUF was decent, Ollama MLX+NVFP4 was faster.
MLX LM was good for smaller files (smaller context) but crashed the Mac on a bigger file.

u/tomByrer — 13 days ago
▲ 231 r/unsloth+1 crossposts

Hey guys, you can now run open LLMs in Claude Code, Codex and OpenClaw via Unsloth's API inference endpoint and we made lots of tutorials for it!

Use Gemma 4 and Qwen3.6 GGUFs for local agentic coding on 24GB RAM.

Run with self-healing tool calls, code execution, web search via the Unsloth API endpoint and llama.cpp.

Guide: https://unsloth.ai/docs/basics/api

Unsloth makes it easy to deploy a fast API inference endpoint that provides:

Please update Unsloth to leverage this new update and let us know if you have any feedback. Thank you!!

u/tomByrer — 13 days ago

The title "RTX 5090, Mac Studio, or DGX Spark? I tried all three." is deceptive; he only talks about hardware 20% of the time. He spends more time on use-cases, then a quick touch on model families for each use case.

He also skipped over a few things, like VRAM vs system RAM vs shared iGPU VRAM, how much harddrive space you'll need for all your models, if you want to do image/video/OCR.

u/tomByrer — 17 days ago

Note: not my video, I don't even own any AMD anything.
But many on here with AMD or considering AMD would like to know.
& I'm sure he'd like support; he's working hard to help AMD folks improve their AI capabilities.

u/tomByrer — 18 days ago
▲ 482 r/olkb+2 crossposts

I built a split keyboard with a 55mm trackball, and honestly… I can’t stay away from this thing anymore.

ZMK firmware, a lot of switches using Charlieplexing, a 55mm trackball, rotary encoders on both sides, and a 4‑way + push switch. It’s absolutely packed with features.

I originally designed and used a wired version called Mooose, but after moving to ZMK and making it possible to go wireless, I added "Free" to the name to reflect the freedom from cables.

Switches: keygeek Y3, Kailh Ghost, and others Keycaps: awekeys Air, etc.

u/Outside-Bluejay-4582 — 12 days ago
▲ 282 r/LocalLLM+1 crossposts

Came across hipfire the other day. It's a brand new inference engine focused on all AMD GPU's (not just the latest).

Github.

It uses a special mq4 quantization method. The hipfire creator is pumping out models on huggingface.

I don't know enough about quantization to know how good these quants are in terms of quality, but as an RDNA3 aficionado I'm happy AMD is getting some attention.

Localmaxxing is a new LLM benchmarking site, and shows some pretty dramatic speedups for hipfire inference.

Edit: I should have just said hipfire - I don't think this is connected to AMD officially.

u/Thrumpwart — 22 days ago

  • Why does the install script insists on using 3.14, when it found the version it was looking for?
  • Why not use v3.14?
  • Why use Node when Bun has a package manger built in?
PS C:\Users\me> irm https://unsloth.ai/install.ps1 | iex

  🦥 Unsloth Studio Installer (Windows)
  ────────────────────────────────────────────────────

  python         Python 3.13 already installed
                 found legacy Studio environment, validating...
                 legacy environment is healthy -- migrating...
                 moved .venv -> unsloth_studio
  venv           using migrated environment
                 C:\Users\me\.unsloth\studio\unsloth_studio
  gpu            NVIDIA GPU detected
                 upgrading unsloth in migrated environment...
  setup          running unsloth studio setup...

  🦥 Unsloth Studio Setup
  ────────────────────────────────────────────────────
  gpu            NVIDIA GPU detected
  long paths     enabled
  git            git version 2.53.0.windows.2
  cmake          cmake version 4.2.3
  vs             Visual Studio 17 2022 (filesystem (BuildTools))
                 cl.exe: C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.44.35207\bin\Hostx64\x64\cl.exe
                 driver supports up to CUDA 13.2
                 GPU Compute Capability = 8.6 (sm_86)
                 using existing CUDA Toolkit at CUDA_PATH (nvcc: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.2\bin\nvcc.exe)
                 Persisted CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.2 to user environment
                 Set CUDA_PATH_V13_2 (cleared other CUDA_PATH_V* vars)
                 Persisted CUDA bin dir to user PATH
  cuda           C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.2\bin\nvcc.exe
                 CUDA_PATH      = C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.2
                 CudaToolkitDir = C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v13.2\
                 Node v24.14.0 and npm 11.9.0 already meet requirements.
  node           v24.14.0 | npm 11.9.0
                 bun already installed (1.3.11)
[ERROR] Python Python 3.14.3 is outside supported range (need >= 3.11 and < 3.14).
        Install Python 3.12 from https://python.org/downloads/
[ERROR] unsloth studio setup failed (exit code 1)
reddit.com
u/tomByrer — 23 days ago