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. |
||
|---|---|---|
| .. | ||
| assets | ||
| auth | ||
| core | ||
| hub | ||
| loggers | ||
| models | ||
| plugins | ||
| requirements | ||
| routes | ||
| state | ||
| storage | ||
| tests | ||
| utils | ||
| __init__.py | ||
| _platform_compat.py | ||
| cloudflare_tunnel.py | ||
| colab.py | ||
| main.py | ||
| run.py | ||
| startup_banner.py | ||