Skip to content

0.4.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 19:58
· 64 commits to main since this release
099d973

Added

  • 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 mflux child 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 an unhandledrejection guard.
  • Generate button gates on an unchanged recipe; Reroll stays independently active.
  • Automatic DE/EN localization following Obsidian's UI language.