unsloth/studio/frontend/src
Daniel Han fd5f0a1331 studio: serve DiffusionGemma GGUFs natively with the denoising canvas
Detect a DiffusionGemma GGUF (general.architecture=diffusion-gemma) and serve
it through the diffusion runner instead of llama-server: launch the OpenAI-compat
shim (unsloth_zoo.diffusion_studio.shim, or UNSLOTH_DG_SHIM) driving the on-device
visual decoder, resolving the visual-server binary from DG_VISUAL_BIN or next to
llama-server. Surface is_diffusion to the UI and auto-render the per-step denoising
canvas artifact for DiffusionGemma (no toggle). install_llama_prebuilt + setup.sh/ps1
place the visual-server binary in the install tree best-effort. Other models unchanged.
2026-06-11 16:00:37 +00:00
..
app fix(studio): prevent UI freeze when switching tabs from heavy pages (#5978) 2026-06-11 14:39:15 +02:00
assets Studio: mascot images degrade gracefully instead of showing alt text (#6146) 2026-06-10 08:22:17 -07:00
components studio: serve DiffusionGemma GGUFs natively with the denoising canvas 2026-06-11 16:00:37 +00:00
config Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00
features studio: serve DiffusionGemma GGUFs natively with the denoising canvas 2026-06-11 16:00:37 +00:00
hooks Studio: show the llama.cpp update banner sooner and keep it until dismissed (#6162) 2026-06-10 10:48:44 -07:00
i18n Studio: bulk export and import in Settings Chat Data, MCP pill off switch (#6141) 2026-06-10 05:11:15 -07:00
lib Studio: clean-room compact RAG (knowledge bases, hybrid search, fast indexing) (#5910) 2026-06-09 21:17:04 -07:00
shared studio/frontend: make toast and inline error text selectable and copyable (#5506) 2026-05-18 03:47:21 -07:00
stores Update license headers 2026-03-12 17:23:10 +00:00
types feat(studio): add Continued Pretraining (CPT) as a training method (#4677) 2026-05-06 13:38:35 +04:00
utils Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00
asset-queries.d.ts Studio: mascot images degrade gracefully instead of showing alt text (#6146) 2026-06-10 08:22:17 -07:00
index.css center the search dialog and change the wrong borders (#6184) 2026-06-11 16:03:47 +02:00
main.tsx Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00
speech-recognition.d.ts studio: redesign chat composer (#5891) 2026-06-03 06:07:30 -07:00