Commit Graph

13 Commits

Author SHA1 Message Date
Adam Ladachowski 081bb3d371 Update README with unified search and TypeScript client
- Document unified search with --provider flag (civitai, hf, all)
- Add /api/search to server endpoints
- Add TypeScript client section (@saiden/tensors)
- Add public API info (tensors-api.saiden.dev)
- Update search options table with provider column

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-15 21:09:11 +01:00
Adam Ladachowski eb151dac8d Add Hugging Face Hub integration for safetensor files
- Add `tsr hf search` to search HF models with safetensor files
- Add `tsr hf get` to view model info and list safetensor files
- Add `tsr hf files` to list safetensor files in a model
- Add `tsr hf dl` to download safetensor files from HF

Uses official huggingface_hub library for API access.
Only safetensor files are supported (enforced at search and download).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-15 19:27:23 +01:00
Adam Ladachowski 29d96e2a00 Bump to v0.1.18, add icon and badges to README
- Add SVG icon with red rounded border "T"
- Add PyPI version, coverage, Python version, and license badges
- Remove video embed from README
- Center header with icon

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-15 19:13:47 +01:00
Adam Ladachowski f2df2bbefa 💬 Commit message: Update 2026-02-15 18:38:39, 2 files, 121 lines
📁 Files changed: 2
📝 Lines changed: 121

  • README.md
  • civitai_routes.py
2026-02-15 18:38:39 +01:00
Adam Ladachowski 0ce7744324 💬 Commit message: Update 2026-02-15 17:50:28, 6 files, 110 lines
📁 Files changed: 6
📝 Lines changed: 110

  • deploy.md
  • Dockerfile
  • Dockerfile.rocm
  • README.md
  • deploy.sh
  • cli.py
2026-02-15 17:50:28 +01:00
Adam Ladachowski f1b3aa9dd1 Update GitHub URLs from aladac to saiden-dev
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-14 02:24:21 +01:00
Adam Ladachowski 9b0463abe1 Update README with new features documentation
- Add models database commands (tsr db scan/link/cache/list/search/triggers/stats)
- Add image gallery commands (tsr images list/show/download/delete)
- Add model management commands (tsr models list/active/switch/loras)
- Add remote mode documentation (tsr remote add/default/list, --remote flag)
- Add server API endpoints reference table
- Update configuration section with remotes config
- Update default paths to include database and gallery
- Update server wrapper section with status/reload commands

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-14 02:06:43 +01:00
Adam Ladachowski b33fe120fa Update README with generate and serve commands
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 20:24:06 +00:00
Adam Ladachowski d867822891 💬 Commit message: Update 2026-02-04 07:15:05, 1 files, 2 lines
📁 Files changed: 1
📝 Lines changed: 2

  • README.md
2026-02-04 07:15:05 +01:00
Adam Ladachowski 751fd42026 Add badge for pip installation in README 2026-02-04 07:13:24 +01:00
Adam Ladachowski 77bcf7f4e7 Update README with project assets link
Added a link to the project assets in the README.
2026-02-04 07:06:46 +01:00
Adam Ladachowski 87fc4bdce7 Add README 2026-02-03 21:21:07 +01:00
Adam Ladachowski 749bd59e99 💬 Commit message: Update 2026-01-24 19:06:06, 6 files, 32 lines
📁 Files changed: 6
📝 Lines changed: 32

  • .gitignore
  • .python-version
  • README.md
  • main.py
  • pyproject.toml
  • uv.lock
2026-01-24 19:06:06 +01:00