Address CodeRabbit comments

This commit is contained in:
Alexis Rolland 2026-06-14 12:55:46 +08:00
parent 4c44e82902
commit 76036cbee0
2 changed files with 2 additions and 2 deletions

View File

@ -676,7 +676,7 @@ NODE_CLASS_MAPPINGS = {
"SUPIRApply": SUPIRApply,
}
NODE_DISPLAY_NAMES = {
NODE_DISPLAY_NAME_MAPPINGS = {
"ModelPatchLoader": "Load Model Patch",
"QwenImageDiffsynthControlnet": "Apply Qwen Image DiffSynth ControlNet",
"ZImageFunControlnet": "Apply Z-Image Fun ControlNet",

View File

@ -257,7 +257,7 @@ class ConditioningZeroOut:
RETURN_TYPES = ("CONDITIONING",)
FUNCTION = "zero_out"
CATEGORY = "model/conditioning"
CATEGORY = "model/conditioning/transform"
def zero_out(self, conditioning):
c = []