Patch version increment to 1.39.8

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8678-1-39-8-2ff6d73d36508144b359cdd15822f6fb)
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>
This commit is contained in:
Comfy Org PR Bot
2026-02-06 12:30:45 +09:00
committed by GitHub
parent 23c8757447
commit 7f509cc018
13 changed files with 645 additions and 27 deletions

View File

@@ -2018,6 +2018,20 @@
}
}
},
"CreateList": {
"display_name": "Liste Oluştur",
"inputs": {
"inputs": {
"name": "girdiler"
}
},
"outputs": {
"0": {
"name": "liste",
"tooltip": null
}
}
},
"CreateVideo": {
"description": "Görüntülerden bir video oluşturun.",
"display_name": "Video Oluştur",
@@ -13946,6 +13960,9 @@
"bpm": {
"name": "bpm"
},
"cfg_scale": {
"name": "cfg ölçeği"
},
"clip": {
"name": "clip"
},
@@ -13955,6 +13972,10 @@
"duration": {
"name": "süre"
},
"generate_audio_codes": {
"name": "ses kodlarını üret",
"tooltip": "Ses kodlarını üreten LLM'i etkinleştir. Bu işlem yavaş olabilir ancak üretilen sesin kalitesini artırır. Eğer modele bir ses referansı veriyorsanız bunu kapatın."
},
"keyscale": {
"name": "ton anahtarı"
},
@@ -13970,8 +13991,17 @@
"tags": {
"name": "etiketler"
},
"temperature": {
"name": "sıcaklık"
},
"timesignature": {
"name": "zaman imzası"
},
"top_k": {
"name": "top_k"
},
"top_p": {
"name": "top_p"
}
},
"outputs": {
@@ -14906,6 +14936,28 @@
}
}
},
"VAEDecodeAudioTiled": {
"display_name": "VAE Sesini Çöz (Döşemeli)",
"inputs": {
"overlap": {
"name": "örtüşme"
},
"samples": {
"name": "örnekler"
},
"tile_size": {
"name": "döşeme boyutu"
},
"vae": {
"name": "vae"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"VAEDecodeHunyuan3D": {
"display_name": "VAEKodÇözmeHunyuan3D",
"inputs": {