Skip to content

Commit ea0e1a8

Browse files
docs: Add archive notice to README (#1195)
Co-authored-by: Claude <[email protected]>
1 parent a7aa83b commit ea0e1a8

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# ⛔ ARCHIVED - Comfy-Org/litegraph.js has been merged into ComfyUI Frontend
2+
3+
> **This repository is archived and no longer maintained. The code has been integrated directly into the ComfyUI Frontend repository.**
4+
5+
## 🚀 New Location
6+
7+
As of August 5, 2025, Comfy-Org/litegraph.js is now part of the ComfyUI Frontend monorepo:
8+
9+
- **Source Code**: https://github.com/Comfy-Org/ComfyUI_frontend/tree/main/src/lib/litegraph
10+
- **Repository**: https://github.com/Comfy-Org/ComfyUI_frontend
11+
- **Pull Request**: https://github.com/Comfy-Org/ComfyUI_frontend/pull/4667
12+
- **Architecture Decision**: https://github.com/Comfy-Org/ComfyUI_frontend/blob/main/docs/adr/0001-merge-litegraph-into-frontend.md
13+
14+
## 📝 For Developers
15+
16+
- **Report Issues**: Please report any issues at https://github.com/Comfy-Org/ComfyUI_frontend/issues
17+
- **Contribute**: All contributions should be made to the ComfyUI Frontend repository
18+
- **Import Path**: Changed from `@comfyorg/litegraph` to `@/lib/litegraph` within ComfyUI
19+
20+
## 🔄 Migration Details
21+
22+
The complete git history has been preserved using git subtree merge. All commits, authors, and timestamps remain intact in the new location.
23+
24+
## ❓ Why Was This Archived?
25+
26+
Comfy-Org/litegraph.js was only used by ComfyUI, and maintaining it as a separate package created unnecessary complexity. The integration enables:
27+
- Faster development cycles
28+
- Better architectural refactoring
29+
- Simplified maintenance
30+
- No more version mismatch issues
31+
32+
For more details, see the [Architecture Decision Record](https://github.com/Comfy-Org/ComfyUI_frontend/blob/main/docs/adr/0001-merge-litegraph-into-frontend.md).
33+
134
# @ComfyOrg/litegraph
235

336
This is the litegraph version used in [ComfyUI_frontend](https://github.com/Comfy-Org/ComfyUI_frontend).

0 commit comments

Comments
 (0)