mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-04 05:02:17 +00:00
1.41.9 (#9312)
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user