-
-
Notifications
You must be signed in to change notification settings - Fork 127
AGENTS
This is the GitHub Wiki for ComfyUI LoRA Manager.
Remote: git@github.com:willmiao/ComfyUI-Lora-Manager.wiki.git
Branch: master
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.
-
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, notREADME.md). -
Flat structure: All
.mdfiles 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:. Images were migrated from the main project repo and are now maintained here.
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.
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.
- Determine which
.mdpage(s) to edit. - If the page has a bilingual counterpart, decide whether it needs the same update.
- 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.).
- Commit and push to
master.
- 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
- 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.