When the images page mounts with a diffusion model already loaded (a prior session or another route left it resident), refreshStatus only set status; the steps/guidance sliders kept the unrecognised-model fallback (few-step, no CFG), so a resident full model such as flux.1-dev generated at 9 steps guidance 0 and produced garbage until the user re-picked it. Add a one-shot effect that seeds the sliders from defaultsFor(status.repo_id) when the page discovers a resident model it did not load itself, and wires Reapply to it for non-GGUF pipelines. Guarded by lastLoad and a per-repo ref so a manual slider edit is never clobbered. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .gitkeep | ||
| .npmrc | ||
| biome.json | ||
| components.json | ||
| data-designer.openapi (1).yaml | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||