development/overview #349
Replies: 3 comments 1 reply
-
|
e |
Beta Was this translation helpful? Give feedback.
-
|
e |
Beta Was this translation helpful? Give feedback.
-
ComfyUI Internals: The Missing Manual
https://github.com/horsten/comfyui-internals-doc/blob/main/README.md If you want to write nodes or add/change features that go a bit deeper than the APIs described here, and you need to interact with the "core engine" of ComfyUI, I've often found it tricky to navigate the both brilliantly efficient but also very undocumented internals of ComfyUI when writing custom nodes, patching models, or generally hacking around. There are a lot of implicit "API contracts" and core concepts that are non-obvious because they're not documented anywhere, so it often involves trying to find a "close enough example" of what you want to do if you're not a core developer and trying to understand the system. I've tried to document the key concepts that one needs to understand when adding features, models, or experiments. It started mostly for my own benefit, but I hope others might find it useful - perhaps especially those who create "wrapper nodes" for external models and similar, often resulting in something very fragile that doesn't coexist happily with anything else Comfy. As of now, you'll find information about the following: 📚 The Architecture
⚡ Quick Reference
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
development/overview
Using ComfyUI as a Developer
https://docs.comfy.org/development/overview
Beta Was this translation helpful? Give feedback.
All reactions