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:
Comfy Org PR Bot
2026-01-24 08:00:19 +09:00
committed by GitHub
parent f647c8f9ee
commit 69b57eaba5
25 changed files with 1765 additions and 88 deletions

View File

@@ -2093,7 +2093,9 @@
"choice": {
"name": "seçim"
},
"option0": {
"index": {
},
"option1": {
}
},
"outputs": {
@@ -11271,19 +11273,28 @@
}
},
"ResizeImageMaskNode": {
"description": "Bir görüntüyü veya maskeyi çeşitli ölçeklendirme yöntemleriyle yeniden boyutlandırın.",
"display_name": "Görsel/Maske Yeniden Boyutlandır",
"inputs": {
"input": {
"name": "input"
},
"resize_type": {
"name": "resize_type"
"name": "resize_type",
"tooltip": "Yeniden boyutlandırma yöntemini seçin: tam boyutlar, ölçek faktörü, başka bir görüntüyle eşleştirme vb."
},
"resize_type_multiplier": {
"name": "multiplier"
"resize_type_crop": {
"name": "kırp"
},
"resize_type_height": {
"name": "yükseklik"
},
"resize_type_width": {
"name": "genişlik"
},
"scale_method": {
"name": "scale_method"
"name": "scale_method",
"tooltip": "Enterpolasyon algoritması. 'area' küçültme için en iyisidir, 'lanczos' büyütme için uygundur, 'nearest-exact' piksel sanatı için idealdir."
}
},
"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": "yükseklik"
},
"length": {
"name": "uzunluk"
},
"mode": {
"name": "mod"
},
"model": {
"name": "model"
},
"model_patch": {
"name": "model_patch"
},
"motion_frame_count": {
"name": "hareket_kare_sayısı",
"tooltip": "Hareket bağlamı olarak kullanılacak önceki karelerin sayısı."
},
"negative": {
"name": "negatif"
},
"positive": {
"name": "pozitif"
},
"previous_frames": {
"name": "önceki_kareler"
},
"start_image": {
"name": "başlangıç_görseli"
},
"vae": {
"name": "vae"
},
"width": {
"name": "genişlik"
}
},
"outputs": {
"0": {
"name": "model",
"tooltip": null
},
"1": {
"name": "pozitif",
"tooltip": null
},
"2": {
"name": "negatif",
"tooltip": null
},
"3": {
"name": "latent",
"tooltip": null
},
"4": {
"name": "kırpılmış_görsel",
"tooltip": null
}
}
},
"WanMoveConcatTrack": {
"display_name": "WanMoveConcatTrack",
"inputs": {