mirror of https://github.com/vladmandic/automatic
Add endpoints for browsing, downloading, and deleting dicts hosted on
HuggingFace. Manifest is fetched and cached from the remote repo to
show available dicts with download status and version comparison.
- /dicts/remote GET: list available dicts from HF manifest
- /dicts/{name}/download POST: download dict from HF with atomic write
- /dicts/{name} DELETE: remove local copy and evict cache
- ItemDictRemote model with downloaded/update_available flags
- Exclude manifest.json from local dict listing in all scan paths
|
||
|---|---|---|
| .. | ||
| api.py | ||
| caption.py | ||
| control.py | ||
| dicts.py | ||
| docs.py | ||
| endpoints.py | ||
| gallery.py | ||
| generate.py | ||
| gpu.py | ||
| helpers.py | ||
| loras.py | ||
| middleware.py | ||
| mime.py | ||
| models.py | ||
| nudenet.py | ||
| nvml.py | ||
| options.py | ||
| process.py | ||
| rocm_smi.py | ||
| script.py | ||
| server.py | ||
| upload.py | ||
| validate.py | ||
| xpu_smi.py | ||
| xyz_grid.py | ||