You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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
+
1
34
# @ComfyOrg/litegraph
2
35
3
36
This is the litegraph version used in [ComfyUI_frontend](https://github.com/Comfy-Org/ComfyUI_frontend).
0 commit comments