Tag cached diffusion repos that ship no model_index.json with single_file in the cached-models listing, and keep them out of the task-scoped On Device pickers unless the curated catalog carries their artifact: the selection fall-through loads uncataloged rows as a full pipeline and from_pretrained fails on a single-file checkpoint repo after the GPU handoff. Refresh diffusion status after a successful generation run on the Images page. Speed Auto compiles the transformer on the third LoRA-free generation and flips supports_lora to false; without the refresh the LoRA picker stayed enabled and the next LoRA generation failed on the backend. Match upload passthrough exact paths with trailing slashes normalized: the trailing-slash variant of /api/train/diffusion/dataset reaches MaxBodyMiddleware before the router's redirect_slashes 307, so it fell through to the default /api/train body cap and 413ed large uploads. JSON sub-routes keep extra path components after normalization and stay on the small cap. |
||
|---|---|---|
| .. | ||
| 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 | ||