How might I go about attempting to create a custom node? #1536
Unanswered
KarthoUnleashed
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I've managed to muddle through the process of turning the example_node.py.example file into a custom node visible and interactive in the UI by reading previous discussion post and trying to decipher some of the more simple custom nodes out there (thanks TinyTerra and the baby's first text node). I am wondering if there is a helpful bit of documentation on what kind of hooks or functions I might be able to access. Long term I am looking to see if I can port https://github.com/feffy380/prompt-morph or similar, taking two prompts and interpolating between them, generating an image each step to end up creating a gif.
I tried to do this with the existing node set (conditioning averages with hand written weights, a whole lot of samplers, ect), but the web of nodes and connection became overly large and complex very quickly. Does anyone have any ideas for a starting point?
Beta Was this translation helpful? Give feedback.
All reactions