mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-11 16:10:05 +00:00
1.41.7 (#9264)
Patch version increment to 1.41.7 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9264-1-41-7-3146d73d36508108a0d1c3e418216cd0) 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:
@@ -673,7 +673,7 @@
|
||||
}
|
||||
},
|
||||
"ByteDanceSeedreamNode": {
|
||||
"display_name": "ByteDance Seedream 5.0",
|
||||
"display_name": "ByteDance Seedream 4.5 & 5.0",
|
||||
"description": "Unified text-to-image generation and precise single-sentence editing at up to 4K resolution.",
|
||||
"inputs": {
|
||||
"model": {
|
||||
@@ -2137,6 +2137,35 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"CropByBBoxes": {
|
||||
"display_name": "CropByBBoxes",
|
||||
"description": "Crop and resize regions from the input image batch based on provided bounding boxes.",
|
||||
"inputs": {
|
||||
"image": {
|
||||
"name": "image"
|
||||
},
|
||||
"bboxes": {
|
||||
"name": "bboxes"
|
||||
},
|
||||
"output_width": {
|
||||
"name": "output_width",
|
||||
"tooltip": "Width each crop is resized to."
|
||||
},
|
||||
"output_height": {
|
||||
"name": "output_height",
|
||||
"tooltip": "Height each crop is resized to."
|
||||
},
|
||||
"padding": {
|
||||
"name": "padding",
|
||||
"tooltip": "Extra padding in pixels added on each side of the bbox before cropping."
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": "All crops stacked into a single image batch."
|
||||
}
|
||||
}
|
||||
},
|
||||
"CropMask": {
|
||||
"display_name": "CropMask",
|
||||
"inputs": {
|
||||
@@ -3601,6 +3630,57 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"GeminiNanoBanana2": {
|
||||
"display_name": "Nano Banana 2",
|
||||
"description": "Generate or edit images synchronously via Google Vertex API.",
|
||||
"inputs": {
|
||||
"prompt": {
|
||||
"name": "prompt",
|
||||
"tooltip": "Text prompt describing the image to generate or the edits to apply. Include any constraints, styles, or details the model should follow."
|
||||
},
|
||||
"model": {
|
||||
"name": "model"
|
||||
},
|
||||
"seed": {
|
||||
"name": "seed",
|
||||
"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."
|
||||
},
|
||||
"aspect_ratio": {
|
||||
"name": "aspect_ratio",
|
||||
"tooltip": "If set to 'auto', matches your input image's aspect ratio; if no image is provided, a 16:9 square is usually generated."
|
||||
},
|
||||
"resolution": {
|
||||
"name": "resolution",
|
||||
"tooltip": "Target output resolution. For 2K/4K the native Gemini upscaler is used."
|
||||
},
|
||||
"response_modalities": {
|
||||
"name": "response_modalities"
|
||||
},
|
||||
"thinking_level": {
|
||||
"name": "thinking_level"
|
||||
},
|
||||
"images": {
|
||||
"name": "images",
|
||||
"tooltip": "Optional reference image(s). To include multiple images, use the Batch Images node (up to 14)."
|
||||
},
|
||||
"files": {
|
||||
"name": "files",
|
||||
"tooltip": "Optional file(s) to use as context for the model. Accepts inputs from the Gemini Generate Content Input Files node."
|
||||
},
|
||||
"system_prompt": {
|
||||
"name": "system_prompt",
|
||||
"tooltip": "Foundational instructions that dictate an AI's behavior."
|
||||
},
|
||||
"control_after_generate": {
|
||||
"name": "control after generate"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"GeminiNode": {
|
||||
"display_name": "Google Gemini",
|
||||
"description": "Generate text responses with Google's Gemini AI model. You can provide multiple types of inputs (text, images, audio, video) as context for generating more relevant and meaningful responses.",
|
||||
@@ -13690,6 +13770,90 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"SDPoseDrawKeypoints": {
|
||||
"display_name": "SDPoseDrawKeypoints",
|
||||
"inputs": {
|
||||
"keypoints": {
|
||||
"name": "keypoints"
|
||||
},
|
||||
"draw_body": {
|
||||
"name": "draw_body"
|
||||
},
|
||||
"draw_hands": {
|
||||
"name": "draw_hands"
|
||||
},
|
||||
"draw_face": {
|
||||
"name": "draw_face"
|
||||
},
|
||||
"draw_feet": {
|
||||
"name": "draw_feet"
|
||||
},
|
||||
"stick_width": {
|
||||
"name": "stick_width"
|
||||
},
|
||||
"face_point_size": {
|
||||
"name": "face_point_size"
|
||||
},
|
||||
"score_threshold": {
|
||||
"name": "score_threshold"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"SDPoseFaceBBoxes": {
|
||||
"display_name": "SDPoseFaceBBoxes",
|
||||
"inputs": {
|
||||
"keypoints": {
|
||||
"name": "keypoints"
|
||||
},
|
||||
"scale": {
|
||||
"name": "scale",
|
||||
"tooltip": "Multiplier for the bounding box area around each detected face."
|
||||
},
|
||||
"force_square": {
|
||||
"name": "force_square",
|
||||
"tooltip": "Expand the shorter bbox axis so the crop region is always square."
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "bboxes",
|
||||
"tooltip": "Face bounding boxes per frame, compatible with SDPoseKeypointExtractor bboxes input."
|
||||
}
|
||||
}
|
||||
},
|
||||
"SDPoseKeypointExtractor": {
|
||||
"display_name": "SDPoseKeypointExtractor",
|
||||
"description": "Extract pose keypoints from images using the SDPose model: https://huggingface.co/Comfy-Org/SDPose/tree/main/checkpoints",
|
||||
"inputs": {
|
||||
"model": {
|
||||
"name": "model"
|
||||
},
|
||||
"vae": {
|
||||
"name": "vae"
|
||||
},
|
||||
"image": {
|
||||
"name": "image"
|
||||
},
|
||||
"batch_size": {
|
||||
"name": "batch_size"
|
||||
},
|
||||
"bboxes": {
|
||||
"name": "bboxes",
|
||||
"tooltip": "Optional bounding boxes for more accurate detections. Required for multi-person detection."
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "keypoints",
|
||||
"tooltip": "Keypoints in OpenPose frame format (canvas_width, canvas_height, people)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SDTurboScheduler": {
|
||||
"display_name": "SDTurboScheduler",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user