-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: connectable ints/floats/strings #34
Comments
I stuck this code in the nodes.py file:
I stuck it in just above this "NODE_CLASS_MAPPINGS = { "KSampler": KSampler,...". Then at the bottom of the NODE_CLASS_MAPPINGS list, I extended it with these:
They seem to work fine so far. Likely my hacked together code could be improved, but this should get you started. |
Piggybacking on this idea, it would be great if these nodes had inputs and outputs for parameters like |
Yeah this is a important feature for like HR fix workflows to retain the overall theme without it going too rogue on HR pass. |
Fixed with: #243 |
Right now to edit width/height i need to manually edit two fields.
My idea was to make
ConstInt
node and to connect it to width and height node. Right now it's not possible.(Also having ability to make integer/float nodes would allow to move
Random seed after every generation
to specialized seed node).The text was updated successfully, but these errors were encountered: