Skip to content

Commit 27fcc45

Browse files
comfy-pr-botchristian-byrnegithub-actions
authored
1.33.5 (#6798)
Patch version increment to 1.33.5 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6798-1-33-5-2b26d73d3650814fb062c8e2c1602ac6) 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>
1 parent e563c1b commit 27fcc45

File tree

3 files changed

+203
-1
lines changed

3 files changed

+203
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@comfyorg/comfyui-frontend",
33
"private": true,
4-
"version": "1.33.4",
4+
"version": "1.33.5",
55
"type": "module",
66
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
77
"homepage": "https://comfy.org",

src/locales/en/main.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,6 +1436,7 @@
14361436
"INT": "INT",
14371437
"LATENT": "LATENT",
14381438
"LATENT_OPERATION": "LATENT_OPERATION",
1439+
"LATENT_UPSCALE_MODEL": "LATENT_UPSCALE_MODEL",
14391440
"LOAD_3D": "LOAD_3D",
14401441
"LOAD_3D_ANIMATION": "LOAD_3D_ANIMATION",
14411442
"LOAD3D_CAMERA": "LOAD3D_CAMERA",

src/locales/en/nodeDefs.json

Lines changed: 201 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,6 +2022,28 @@
20222022
}
20232023
}
20242024
},
2025+
"EmptyHunyuanVideo15Latent": {
2026+
"display_name": "EmptyHunyuanVideo15Latent",
2027+
"inputs": {
2028+
"width": {
2029+
"name": "width"
2030+
},
2031+
"height": {
2032+
"name": "height"
2033+
},
2034+
"length": {
2035+
"name": "length"
2036+
},
2037+
"batch_size": {
2038+
"name": "batch_size"
2039+
}
2040+
},
2041+
"outputs": {
2042+
"0": {
2043+
"tooltip": null
2044+
}
2045+
}
2046+
},
20252047
"EmptyImage": {
20262048
"display_name": "EmptyImage",
20272049
"inputs": {
@@ -2574,6 +2596,54 @@
25742596
}
25752597
}
25762598
},
2599+
"GeminiImage2Node": {
2600+
"display_name": "Nano Banana Pro (Google Gemini Image)",
2601+
"description": "Generate or edit images synchronously via Google Vertex API.",
2602+
"inputs": {
2603+
"prompt": {
2604+
"name": "prompt",
2605+
"tooltip": "Text prompt describing the image to generate or the edits to apply. Include any constraints, styles, or details the model should follow."
2606+
},
2607+
"model": {
2608+
"name": "model"
2609+
},
2610+
"seed": {
2611+
"name": "seed",
2612+
"tooltip": "When the seed is fixed to a specific value, the model makes a best effort to provide the same response for repeated requests. Deterministic output isn't guaranteed. Also, changing the model or parameter settings, such as the temperature, can cause variations in the response even when you use the same seed value. By default, a random seed value is used."
2613+
},
2614+
"aspect_ratio": {
2615+
"name": "aspect_ratio",
2616+
"tooltip": "If set to 'auto', matches your input image's aspect ratio; if no image is provided, generates a 1:1 square."
2617+
},
2618+
"resolution": {
2619+
"name": "resolution",
2620+
"tooltip": "Target output resolution. For 2K/4K the native Gemini upscaler is used."
2621+
},
2622+
"response_modalities": {
2623+
"name": "response_modalities",
2624+
"tooltip": "Choose 'IMAGE' for image-only output, or 'IMAGE+TEXT' to return both the generated image and a text response."
2625+
},
2626+
"images": {
2627+
"name": "images",
2628+
"tooltip": "Optional reference image(s). To include multiple images, use the Batch Images node (up to 14)."
2629+
},
2630+
"files": {
2631+
"name": "files",
2632+
"tooltip": "Optional file(s) to use as context for the model. Accepts inputs from the Gemini Generate Content Input Files node."
2633+
},
2634+
"control_after_generate": {
2635+
"name": "control after generate"
2636+
}
2637+
},
2638+
"outputs": {
2639+
"0": {
2640+
"tooltip": null
2641+
},
2642+
"1": {
2643+
"tooltip": null
2644+
}
2645+
}
2646+
},
25772647
"GeminiImageNode": {
25782648
"display_name": "Nano Banana (Google Gemini Image)",
25792649
"description": "Edit images synchronously via Google API.",
@@ -2602,6 +2672,10 @@
26022672
"name": "aspect_ratio",
26032673
"tooltip": "Defaults to matching the output image size to that of your input image, or otherwise generates 1:1 squares."
26042674
},
2675+
"response_modalities": {
2676+
"name": "response_modalities",
2677+
"tooltip": "Choose 'IMAGE' for image-only output, or 'IMAGE+TEXT' to return both the generated image and a text response."
2678+
},
26052679
"control_after_generate": {
26062680
"name": "control after generate"
26072681
}
@@ -2905,6 +2979,120 @@
29052979
}
29062980
}
29072981
},
2982+
"HunyuanVideo15ImageToVideo": {
2983+
"display_name": "HunyuanVideo15ImageToVideo",
2984+
"inputs": {
2985+
"positive": {
2986+
"name": "positive"
2987+
},
2988+
"negative": {
2989+
"name": "negative"
2990+
},
2991+
"vae": {
2992+
"name": "vae"
2993+
},
2994+
"width": {
2995+
"name": "width"
2996+
},
2997+
"height": {
2998+
"name": "height"
2999+
},
3000+
"length": {
3001+
"name": "length"
3002+
},
3003+
"batch_size": {
3004+
"name": "batch_size"
3005+
},
3006+
"start_image": {
3007+
"name": "start_image"
3008+
},
3009+
"clip_vision_output": {
3010+
"name": "clip_vision_output"
3011+
}
3012+
},
3013+
"outputs": {
3014+
"0": {
3015+
"name": "positive",
3016+
"tooltip": null
3017+
},
3018+
"1": {
3019+
"name": "negative",
3020+
"tooltip": null
3021+
},
3022+
"2": {
3023+
"name": "latent",
3024+
"tooltip": null
3025+
}
3026+
}
3027+
},
3028+
"HunyuanVideo15LatentUpscaleWithModel": {
3029+
"display_name": "Hunyuan Video 15 Latent Upscale With Model",
3030+
"inputs": {
3031+
"model": {
3032+
"name": "model"
3033+
},
3034+
"samples": {
3035+
"name": "samples"
3036+
},
3037+
"upscale_method": {
3038+
"name": "upscale_method"
3039+
},
3040+
"width": {
3041+
"name": "width"
3042+
},
3043+
"height": {
3044+
"name": "height"
3045+
},
3046+
"crop": {
3047+
"name": "crop"
3048+
}
3049+
},
3050+
"outputs": {
3051+
"0": {
3052+
"tooltip": null
3053+
}
3054+
}
3055+
},
3056+
"HunyuanVideo15SuperResolution": {
3057+
"display_name": "HunyuanVideo15SuperResolution",
3058+
"inputs": {
3059+
"positive": {
3060+
"name": "positive"
3061+
},
3062+
"negative": {
3063+
"name": "negative"
3064+
},
3065+
"latent": {
3066+
"name": "latent"
3067+
},
3068+
"noise_augmentation": {
3069+
"name": "noise_augmentation"
3070+
},
3071+
"vae": {
3072+
"name": "vae"
3073+
},
3074+
"start_image": {
3075+
"name": "start_image"
3076+
},
3077+
"clip_vision_output": {
3078+
"name": "clip_vision_output"
3079+
}
3080+
},
3081+
"outputs": {
3082+
"0": {
3083+
"name": "positive",
3084+
"tooltip": null
3085+
},
3086+
"1": {
3087+
"name": "negative",
3088+
"tooltip": null
3089+
},
3090+
"2": {
3091+
"name": "latent",
3092+
"tooltip": null
3093+
}
3094+
}
3095+
},
29083096
"HypernetworkLoader": {
29093097
"display_name": "HypernetworkLoader",
29103098
"inputs": {
@@ -4566,6 +4754,19 @@
45664754
}
45674755
}
45684756
},
4757+
"LatentUpscaleModelLoader": {
4758+
"display_name": "Load Latent Upscale Model",
4759+
"inputs": {
4760+
"model_name": {
4761+
"name": "model_name"
4762+
}
4763+
},
4764+
"outputs": {
4765+
"0": {
4766+
"tooltip": null
4767+
}
4768+
}
4769+
},
45694770
"LazyCache": {
45704771
"display_name": "LazyCache",
45714772
"description": "A homebrew version of EasyCache - even 'easier' version of EasyCache to implement. Overall works worse than EasyCache, but better in some rare cases AND universal compatibility with everything in ComfyUI.",

0 commit comments

Comments
 (0)