Patch version increment to 1.41.9

**Base branch:** `main`

---------

Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2026-03-02 13:19:10 +09:00
committed by GitHub
parent 59c3215296
commit 84d7aa0fd9
24 changed files with 966 additions and 2 deletions

View File

@@ -8030,7 +8030,7 @@
}
},
"Mahiro": {
"display_name": "Mahiro CFG",
"display_name": "Positive-Biased Guidance",
"description": "Modify the guidance to scale more on the 'direction' of the positive prompt rather than the difference between the negative prompt.",
"inputs": {
"model": {
@@ -18193,6 +18193,68 @@
}
}
},
"WanSCAILToVideo": {
"display_name": "WanSCAILToVideo",
"inputs": {
"positive": {
"name": "positive"
},
"negative": {
"name": "negative"
},
"vae": {
"name": "vae"
},
"width": {
"name": "width"
},
"height": {
"name": "height"
},
"length": {
"name": "length"
},
"batch_size": {
"name": "batch_size"
},
"pose_strength": {
"name": "pose_strength",
"tooltip": "Strength of the pose latent."
},
"pose_start": {
"name": "pose_start",
"tooltip": "Start step to use pose conditioning."
},
"pose_end": {
"name": "pose_end",
"tooltip": "End step to use pose conditioning."
},
"clip_vision_output": {
"name": "clip_vision_output"
},
"reference_image": {
"name": "reference_image"
},
"pose_video": {
"name": "pose_video",
"tooltip": "Video used for pose conditioning. Will be downscaled to half the resolution of the main video."
}
},
"outputs": {
"0": {
"name": "positive",
"tooltip": null
},
"1": {
"name": "negative",
"tooltip": null
},
"2": {
"name": "latent",
"tooltip": "Empty latent of the generation size."
}
}
},
"WanSoundImageToVideo": {
"display_name": "WanSoundImageToVideo",
"inputs": {