Skip to content
Will Miao edited this page May 5, 2026 · 1 revision

AGENTS.md — ComfyUI LoRA Manager Wiki

Repo identity

This is the GitHub Wiki for ComfyUI LoRA Manager.
Remote: git@github.com:willmiao/ComfyUI-Lora-Manager.wiki.git
Branch: master

No code here

This repo contains only markdown documentation. There is no source code, no build system, no package manager, no tests, no CI.
Agents must never attempt to run npm install, pip install, pytest, make, composer, or any other build/test/lint commands in this repo — they will fail and waste time.

Page conventions

  • File naming: Title-Case-With-Dashes.md. Parentheses are used for disambiguation, e.g. LoRA-Manager-Civitai-Extension-(Chrome-Extension).md.
  • Landing page: Home.md (this is what GitHub wikis use, not README.md).
  • Flat structure: All .md files live at the repo root. No subdirectories.
  • Internal linking: [Link Text](./Page-Name) — use the file name without .md.
  • Images: Wiki images are stored in the wiki-images/ directory of this repo. Reference them with relative paths: ![alt](./wiki-images/filename.png). Images were migrated from the main project repo and are now maintained here.

Bilingual pages

Some pages have both English and Chinese versions covering the same topic. These are independent .md files:

  • LoRA-Manager-Civitai-Extension-(Chrome-Extension).md (EN)
  • Lora-Manager-浏览器插件.md (CN)

When updating one, check whether the other needs the same change.

Commit style

The wiki web editor auto-generates commit messages like Updated Page Name (markdown) or Created Page Name (markdown). Manual edits may use conventional commits (docs(scope): message) or free-form. No strict convention is enforced.

Editing workflow

  1. Determine which .md page(s) to edit.
  2. If the page has a bilingual counterpart, decide whether it needs the same update.
  3. Edit the file(s). Preview locally with any markdown renderer — the GitHub wiki format is standard markdown with GitHub-flavored extensions (tables, task lists, etc.).
  4. Commit and push to master.

External references

  • Main project repo: https://github.com/willmiao/ComfyUI-Lora-Manager
  • Walkthrough video: https://youtu.be/hvKw31YpE-U
  • Discord community: https://discord.gg/vcqNrWVFvM
  • Chrome extension: https://chromewebstore.google.com/detail/capigligggeijgmocnaflanlbghnamgm
  • Firefox extension: https://github.com/willmiao/lm-civitai-extension-firefox/releases/latest/download/extension.xpi

Gotchas

  • Do not confuse the wiki repo with the main project repo — code lives in the main repo, docs live here.
  • Do not try to install dependencies or run a dev server in this repo.
  • Do not create node_modules/, package.json, or any non-markdown build artifacts here.

Clone this wiki locally