Modules§
- auth
- catalog_
api - Catalog REST surface. Live HF + Civitai proxy with a 5-min in-process cache; the bulk-scrape DB and scanner are gone.
- chain_
limits - Chain-limits computation for the
/api/capabilities/chain-limitsroute. - downloads
- Single-writer download queue wrapping
mold_core::download::pull_model_with_callback. - gpu_
pool - gpu_
worker - job_
registry - Server-side ledger of in-flight generation jobs.
- logging
- model_
cache - model_
manager - queue
- rate_
limit - request_
id - resources
- Always-on VRAM + system-RAM telemetry aggregator.
- routes
- routes_
chain - Server-side chained video generation endpoints.
- state
- test_
support - Lightweight in-process test client for catalog route integration tests.
Avoids the full hyper boot — uses
tower::ServiceExt::oneshotdirectly. - web_ui
- Static web UI serving.