sd2r
R package sd2r by zabis13 — release notes from GitHub.
Local Stable Diffusion inference lands in R, shipped as Rcpp bindings over stable-diffusion.cpp
◆Recent moves
- 2mo ago
Tokenizer bundle triples to twelve, adding Gemma, GPT-OSS and Wan
Expands the shipped tokenizer assets from four to twelve header files, adding T5 for Flux and SD3, Gemma and Gemma2, GPT-OSS, Qwen2 merges, and splitting out UMT5 as the Wan video encoder. The vocabulary coverage now runs ahead of the package's documented inference surface, which points at where the bindings are headed.
View source ↗ - 5mo ago
First tokenizer asset bundle: CLIP, Mistral, Qwen, UMT5
Publishes the initial four tokenizer vocabularies as downloadable header files, separating large binary assets from the source release. Packaging infrastructure rather than a change to what the package does.
View source ↗ - 6mo ago
First release: stable-diffusion.cpp bindings with Vulkan support
⚡ SPARKThe founding release, wiring stable-diffusion.cpp into R through Rcpp with sd_ctx(), sd_txt2img() and sd_save_image(), plus optional Vulkan GPU acceleration. Everything after this has been tokenizer assets, making this the release that defines the package's entire capability surface.
View source ↗