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_
job_ runner - chain_
limits - Chain-limits computation for the
/api/capabilities/chain-limitsroute. - downloads
- Bounded-parallel download queue wrapping
mold_core::download::pull_model_with_callback. - events
- Server-wide lifecycle event broadcast.
- 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.
- routes_
chain_ jobs - routes_
config /api/config— the HTTP counterpart of themold configCLI verbs.- 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.