Patch version increment to 1.35.2

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7365-1-35-2-2c66d73d365081198874ca2695162232)
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
2025-12-11 20:13:27 +09:00
committed by GitHub
parent 5fad29ed37
commit a7de97470b
4 changed files with 32 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@comfyorg/comfyui-frontend",
"private": true,
"version": "1.35.1",
"version": "1.35.2",
"type": "module",
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
"homepage": "https://comfy.org",

View File

@@ -2017,7 +2017,7 @@
"changeTo": "Change to {plan}",
"credits": {
"standard": "4,200",
"creator": "7,400",
"creator": "7,400",
"pro": "21,100"
},
"maxDuration": {
@@ -2426,4 +2426,4 @@
"recentReleases": "Recent releases",
"helpCenterMenu": "Help Center Menu"
}
}
}

View File

@@ -4593,6 +4593,34 @@
}
}
},
"KlingOmniProImageNode": {
"display_name": "Kling Omni Image (Pro)",
"description": "Create or edit images with the latest model from Kling.",
"inputs": {
"model_name": {
"name": "model_name"
},
"prompt": {
"name": "prompt",
"tooltip": "A text prompt describing the image content. This can include both positive and negative descriptions."
},
"resolution": {
"name": "resolution"
},
"aspect_ratio": {
"name": "aspect_ratio"
},
"reference_images": {
"name": "reference_images",
"tooltip": "Up to 10 additional reference images."
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"KlingOmniProImageToVideoNode": {
"display_name": "Kling Omni Image to Video (Pro)",
"description": "Use up to 7 reference images to generate a video with the latest Kling model.",

View File

@@ -440,4 +440,4 @@
"pysssss_SnapToGrid": {
"name": "Always snap to grid"
}
}
}