-
Notifications
You must be signed in to change notification settings - Fork 10.1k
[V3] convert nodes_mahiro.py to V3 schema #10070
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
Conversation
+label: Core |
Gotcha, I'll look into bringing '_for_testing' category functionality into V3. |
just a note: we already merged the V3 nodes( |
ah, gotcha. the explicit behavior is probably better, so this should be fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
at some point we should probably discuss if we should rename this node to just "Mahiro CFG" to not fully erase its identity while making the name length reasonable, but that is beyond the scope of this PR. diff looks good, merging
"Mahiro is so cute that she deserves a better guidance function" ugh, was hoping thsis would have been refactored out |
and
you cant just delete mahiro's identity!!!! ヾ(≧へ≦)〃 in all seriousness it is somewhat of a long node name, if it had to change, then id suggest something like |
Note:
experimental=True
must be present in the V3 node definition, as without it, Frontend won't display the[BETA]
label.If we don't set
is_experimental=True
for V3 nodes in the_for_testing
category, we'll lose these[BETA]
labels in V3.In V1 nodes, they simply need to have the
_for_testing
group, and then the[BETA]
label will be displayed.Git diff: