mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 13:41:59 +00:00
1.38.10 (#8254)
Patch version increment to 1.38.10 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8254-1-38-10-2f16d73d36508183a716cc1ad72e2819) by [Unito](https://www.unito.io) --------- Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Alexander Brown <drjkl@comfy.org>
This commit is contained in:
@@ -2093,7 +2093,9 @@
|
||||
"choice": {
|
||||
"name": "선택"
|
||||
},
|
||||
"option0": {
|
||||
"index": {
|
||||
},
|
||||
"option1": {
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
@@ -11271,19 +11273,28 @@
|
||||
}
|
||||
},
|
||||
"ResizeImageMaskNode": {
|
||||
"description": "여러 가지 스케일링 방법을 사용하여 이미지 또는 mask를 리사이즈합니다.",
|
||||
"display_name": "이미지/마스크 크기 조정",
|
||||
"inputs": {
|
||||
"input": {
|
||||
"name": "input"
|
||||
},
|
||||
"resize_type": {
|
||||
"name": "resize_type"
|
||||
"name": "resize_type",
|
||||
"tooltip": "리사이즈 방법을 선택하세요: 정확한 크기, 배율, 다른 이미지와 일치 등."
|
||||
},
|
||||
"resize_type_multiplier": {
|
||||
"name": "multiplier"
|
||||
"resize_type_crop": {
|
||||
"name": "crop"
|
||||
},
|
||||
"resize_type_height": {
|
||||
"name": "height"
|
||||
},
|
||||
"resize_type_width": {
|
||||
"name": "width"
|
||||
},
|
||||
"scale_method": {
|
||||
"name": "scale_method"
|
||||
"name": "scale_method",
|
||||
"tooltip": "보간 알고리즘입니다. 'area'는 축소에, 'lanczos'는 확대에, 'nearest-exact'는 픽셀 아트에 적합합니다."
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
@@ -15717,6 +15728,79 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"WanInfiniteTalkToVideo": {
|
||||
"display_name": "WanInfiniteTalkToVideo",
|
||||
"inputs": {
|
||||
"audio_encoder_output_1": {
|
||||
"name": "audio_encoder_output_1"
|
||||
},
|
||||
"audio_scale": {
|
||||
"name": "audio_scale"
|
||||
},
|
||||
"clip_vision_output": {
|
||||
"name": "clip_vision_output"
|
||||
},
|
||||
"height": {
|
||||
"name": "height"
|
||||
},
|
||||
"length": {
|
||||
"name": "length"
|
||||
},
|
||||
"mode": {
|
||||
"name": "mode"
|
||||
},
|
||||
"model": {
|
||||
"name": "model"
|
||||
},
|
||||
"model_patch": {
|
||||
"name": "model_patch"
|
||||
},
|
||||
"motion_frame_count": {
|
||||
"name": "motion_frame_count",
|
||||
"tooltip": "이전 프레임 수를 모션 컨텍스트로 사용합니다."
|
||||
},
|
||||
"negative": {
|
||||
"name": "negative"
|
||||
},
|
||||
"positive": {
|
||||
"name": "positive"
|
||||
},
|
||||
"previous_frames": {
|
||||
"name": "previous_frames"
|
||||
},
|
||||
"start_image": {
|
||||
"name": "start_image"
|
||||
},
|
||||
"vae": {
|
||||
"name": "vae"
|
||||
},
|
||||
"width": {
|
||||
"name": "width"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "model",
|
||||
"tooltip": null
|
||||
},
|
||||
"1": {
|
||||
"name": "positive",
|
||||
"tooltip": null
|
||||
},
|
||||
"2": {
|
||||
"name": "negative",
|
||||
"tooltip": null
|
||||
},
|
||||
"3": {
|
||||
"name": "latent",
|
||||
"tooltip": null
|
||||
},
|
||||
"4": {
|
||||
"name": "trim_image",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"WanMoveConcatTrack": {
|
||||
"display_name": "WanMoveConcatTrack",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user