Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[V3] convert nodes_lora_extract.py to V3 schema#10182

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

bigcat88
Copy link
Contributor

@bigcat88bigcat88 commentedOct 3, 2025
edited
Loading

Node was tested after conversion:

Screenshot From 2025-10-03 19-29-24

Git diff:

diff --git a/v3_object_info.json b/master_object_info.jsonindex 3e97d5a..1e69296 100644--- a/v3_object_info.json+++ b/master_object_info.json@@ -20742,8 +20742,7 @@                 "filename_prefix": [                     "STRING",                     {-                        "default": "loras/ComfyUI_extracted_lora",-                        "multiline": false+                        "default": "loras/ComfyUI_extracted_lora"                     }                 ],                 "rank": [@@ -20756,14 +20755,10 @@                     }                 ],                 "lora_type": [-                    "COMBO",-                    {-                        "multiselect": false,-                        "options": [-                            "standard",-                            "full_diff"-                        ]-                    }+                    [+                        "standard",+                        "full_diff"+                    ]                 ],                 "bias_diff": [                     "BOOLEAN",@@ -20785,14 +20780,6 @@                         "tooltip": "The CLIPSubtract output to be converted to a lora."                     }                 ]-            },-            "hidden": {-                "prompt": [-                    "PROMPT"-                ],-                "extra_pnginfo": [-                    "EXTRA_PNGINFO"-                ]             }         },         "input_order": {@@ -20805,25 +20792,17 @@             "optional": [                 "model_diff",                 "text_encoder_diff"-            ],-            "hidden": [-                "prompt",-                "extra_pnginfo"             ]         },         "output": [],         "output_is_list": [],         "output_name": [],-        "output_tooltips": [],         "name": "LoraSave",         "display_name": "Extract and Save Lora",         "description": "",         "python_module": "comfy_extras.nodes_lora_extract",         "category": "_for_testing",-        "output_node": true,-        "deprecated": false,-        "experimental": true,-        "api_node": false+        "output_node": true     },     "TorchCompileModel": {         "input": {

note: node doesn't usemetadata - difference inPROMPT andEXTRA_PNGINFO should be ok?

@bigcat88
Copy link
ContributorAuthor

+label: Core

comfy-pr-bot reacted with eyes emoji

@Kosinkadink
Copy link
Collaborator

Yep, should be fine. If i recall correctly, i made V3 automatically add those two hidden params if the node is marked as an output node.

Node authors notified, will merge on Wednesday Oct. 8th with the queued batch of V3 PRs.

@KosinkadinkKosinkadink added the Scheduled MergePR is reviewed and ready, but will be merged at a specific time. labelOct 3, 2025
Copy link
Collaborator

@KosinkadinkKosinkadink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

It's Wednesday, merging.

@KosinkadinkKosinkadink merged commit989f715 intocomfyanonymous:masterOct 9, 2025
14 checks passed
toxicwind pushed a commit to toxicwind/ComfyUI that referenced this pull requestOct 12, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@KosinkadinkKosinkadinkKosinkadink approved these changes

Assignees

No one assigned

Labels

CoreCore team dependencyScheduled MergePR is reviewed and ready, but will be merged at a specific time.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@bigcat88@Kosinkadink@comfy-pr-bot

[8]ページ先頭

©2009-2025 Movatter.jp