mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-23 00:09:32 +08:00
Address CodeRabbit comments
This commit is contained in:
parent
4c44e82902
commit
76036cbee0
@ -676,7 +676,7 @@ NODE_CLASS_MAPPINGS = {
|
|||||||
"SUPIRApply": SUPIRApply,
|
"SUPIRApply": SUPIRApply,
|
||||||
}
|
}
|
||||||
|
|
||||||
NODE_DISPLAY_NAMES = {
|
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||||
"ModelPatchLoader": "Load Model Patch",
|
"ModelPatchLoader": "Load Model Patch",
|
||||||
"QwenImageDiffsynthControlnet": "Apply Qwen Image DiffSynth ControlNet",
|
"QwenImageDiffsynthControlnet": "Apply Qwen Image DiffSynth ControlNet",
|
||||||
"ZImageFunControlnet": "Apply Z-Image Fun ControlNet",
|
"ZImageFunControlnet": "Apply Z-Image Fun ControlNet",
|
||||||
|
|||||||
2
nodes.py
2
nodes.py
@ -257,7 +257,7 @@ class ConditioningZeroOut:
|
|||||||
RETURN_TYPES = ("CONDITIONING",)
|
RETURN_TYPES = ("CONDITIONING",)
|
||||||
FUNCTION = "zero_out"
|
FUNCTION = "zero_out"
|
||||||
|
|
||||||
CATEGORY = "model/conditioning"
|
CATEGORY = "model/conditioning/transform"
|
||||||
|
|
||||||
def zero_out(self, conditioning):
|
def zero_out(self, conditioning):
|
||||||
c = []
|
c = []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user