Trained an diffusion model that runs on 264KB of RAM [P]
Summary
An individual trained a diffusion model to generate 32x32 pixel images on a Shrike lite microcontroller with only 264KB RAM, experimenting with FPGA acceleration that hit memory bottlenecks, resulting in noisy but sometimes interesting outputs.
Similar Articles
qwen 3.6 27B AR-> Diffusion - local training on 5090
The author details attempts to locally train a Qwen 3.6 27B autoregressive-to-diffusion model on an Nvidia 5090 GPU using qlora and modifications from open-dllm and d3LLM, facing VRAM constraints and hardware issues while exploring one-shot diffusion techniques.
How i managed to run a 193B Parameter model using only 24gb of Ram
Describes Iris Ai, a system that routes queries across 8 specialized LLMs on consumer hardware, achieving large-model performance with low memory by keeping only one model active at a time and dynamic model swapping.
I Ran a Full LLM Model on an ESP32 Dev kit V1 (81KB Mem Usage)
A developer successfully ran a 5.2 million parameter MoE LLM quantized to INT4 on an ESP32 Dev Kit V1 using only 81KB of SRAM by streaming experts from flash, achieving about 5 tokens per second.
FourTune: Towards Fully 4-Bit Efficient Post-Training for Diffusion Models
FourTune proposes a fully 4-bit quantization framework (W4A4G4) for efficient post-training of diffusion models, using a triple-branch hybrid pipeline and custom fused kernels to reduce memory by 2.25× and increase throughput by 2.27× on 12B FLUX.1-dev without quality loss.
Me train LLM on 8GB from Scratch. Me happy
Built a repository to train a tiny language model (25M parameters) from scratch on 8GB VRAM, with support for MTP but noting limitations of mHC and BitNet.