💬 Commit message: Update 2026-02-15 08:34:49, 38 files, 4477 lines

📁 Files changed: 38
📝 Lines changed: 4477

  • deploy.md
  • .coverage
  • deploy.sh
  • cli.py
  • comfy.py
  • __init__.py
  • comfy_routes.py
  • index-BEOoAFTp.css
  • index-Wi7i1Rks.js
  • materialdesignicons-webfont-B7mPwVP_.ttf
  • materialdesignicons-webfont-CSr8KVlo.eot
  • materialdesignicons-webfont-Dp5v-WZN.woff2
  • materialdesignicons-webfont-PXm3-2wK.woff
  • index.html
  • vite.svg
  • .gitignore
  • extensions.json
  • README.md
  • index.html
  • package-lock.json
  • package.json
  • vite.svg
  • App.vue
  • client.ts
  • vue.svg
  • DownloadsPanel.vue
  • GalleryView.vue
  • GenerateView.vue
  • ModelCard.vue
  • SearchView.vue
  • main.ts
  • app.ts
  • index.ts
  • vite-env.d.ts
  • tsconfig.app.json
  • tsconfig.json
  • tsconfig.node.json
  • vite.config.ts
This commit is contained in:
Adam Ladachowski
2026-02-15 08:34:49 +01:00
parent 3638bd7d81
commit 1d1cd36594
38 changed files with 12 additions and 4465 deletions
+11 -8
View File
@@ -1,6 +1,6 @@
# Deploy Tensors to Junkpile
Build, deploy, and restart tensors on junkpile with verification.
Deploy tensors API server to junkpile.
Run the deploy script:
@@ -10,11 +10,10 @@ Run the deploy script:
## What it does
1. **Build UI** - Runs `npm run build` in `tensors/server/ui/`
2. **Sync code** - Rsyncs Python code to `/opt/tensors/app/`
3. **Fix permissions** - Sets ownership to `tensors:tensors`
4. **Restart tensors** - Runs `sudo systemctl restart tensors`
5. **Verify tensors** - Checks service is running
1. **Sync code** - Rsyncs Python code to `/opt/tensors/app/`
2. **Fix permissions** - Sets ownership to `tensors:tensors`
3. **Restart tensors** - Runs `sudo systemctl restart tensors`
4. **Verify tensors** - Checks service is running
## Service Structure
@@ -26,6 +25,10 @@ Run the deploy script:
| Service | `tensors.service` |
| Port | 8081 |
## Access
## API Endpoints
- **Local**: http://junkpile:8081
- `GET /status` - Health check
- `GET /api/civitai/*` - CivitAI search and fetch
- `GET /api/db/*` - Database management
- `GET /api/images/*` - Image gallery
- `POST /api/download` - Download models