Commit Graph

8 Commits

Author SHA1 Message Date
Ethanfel be6d8bcef7 chore: add .gitignore with worktrees exclusion 2026-03-15 14:12:21 +01:00
Ethanfel c084fb3da8 docs: add CivitAI stats shim implementation plan
7-task plan covering: SQLite DB layer, fetch service, proxy enrichment,
stats-based sorting, frontend UI (badges/sort/button), and cleanup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 13:49:47 +01:00
Ethanfel afb3840105 docs: add CivitAI extended stats shim design
Design for a shim that stores CivitAI stats (downloads, rating,
thumbs up) in a separate SQLite DB and enriches the list API
response via the proxy middleware. Includes bulk fetch button,
card badges, and new sort options.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 13:41:51 +01:00
Ethanfel 1ba04c6d88 feat: make fully standalone — remove local LoRA Manager dependency
Proxy JS widget files from the remote instance via /extensions/ComfyUI-Lora-Manager/
prefix, and handle send_sync routes locally instead of falling through to the
original package. This eliminates the requirement to install ComfyUI-Lora-Manager
alongside.

- Add /extensions/ComfyUI-Lora-Manager/ to proxy prefixes
- Replace _SEND_SYNC_SKIP_ROUTES with local handler functions that fetch
  data from remote and broadcast events via PromptServer.send_sync()
- Add lm_remote_bootstrap.js to load Vue widget bundle from remote
- Update docstrings and README to reflect standalone operation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 01:21:45 +01:00
Ethanfel 5fffb3b0a6 docs: update clone URL to GitHub
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 00:52:16 +01:00
Ethanfel 9aa0f001fe docs: add README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 00:50:59 +01:00
Ethanfel 19f706f687 chore: set remote_url to 192.168.1.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 00:48:33 +01:00
Ethanfel 980f406573 feat: initial release of ComfyUI-LM-Remote
Remote-aware LoRA Manager nodes that fetch metadata via HTTP from a
remote Docker instance while loading LoRA files from local NFS/SMB
mounts. Includes reverse-proxy middleware for transparent web UI access.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 00:46:03 +01:00