-
0.4.1 Stable
released this
2026-07-19 19:57:36 +00:00 | 32 commits to main since this releaseAdded
- First public release. Generate images locally inside Obsidian — no external
server, no cloud, weights downloaded on explicit opt-in. - SD-Turbo in-process via onnxruntime-web (WebGPU), bundled runtime, no code
loaded at runtime. - FLUX.2 klein 4B via a local
mfluxchild process (user-installed), with
selectable resolutions / aspect ratios and a cold-start hint in the status line. - Model catalog driving the UI controls and engine dispatch — adding a model is a
catalog entry, not a rewrite. - Sidebar hub view with Generate and History tabs; history stores full
recipes (prompt, seed, steps, model, size) with dedup and a Reroll button. - Style presets (editable), seed control, prompt history.
- Create as note — result note with frontmatter (prompt/seed/steps/model/size)
and an embedded image. - Selectable output folder (with autocomplete) and selectable model storage
location (HF_HOME). - Robustness: per-file download progress that survives settings re-render, a
distinct "loading model into GPU" status phase, a watchdog around session
creation, and anunhandledrejectionguard. - Generate button gates on an unchanged recipe; Reroll stays independently active.
- Automatic DE/EN localization following Obsidian's UI language.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- First public release. Generate images locally inside Obsidian — no external