Patch version increment to 1.38.8

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8193-1-38-8-2ef6d73d3650817baff8d66d3524b2e7)
by [Unito](https://www.unito.io)

---------

Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
Co-authored-by: GitHub Action <action@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-21 13:06:56 +09:00
committed by GitHub
parent ac825bdb87
commit 9669100c14
25 changed files with 1632 additions and 1 deletions

View File

@@ -328,6 +328,68 @@
}
}
},
"BriaImageEditNode": {
"display_name": "Bria Image Edit",
"description": "Edit images using Bria latest model",
"inputs": {
"model": {
"name": "model"
},
"image": {
"name": "image"
},
"prompt": {
"name": "prompt",
"tooltip": "Instruction to edit image"
},
"negative_prompt": {
"name": "negative_prompt"
},
"structured_prompt": {
"name": "structured_prompt",
"tooltip": "A string containing the structured edit prompt in JSON format. Use this instead of usual prompt for precise, programmatic control."
},
"seed": {
"name": "seed"
},
"guidance_scale": {
"name": "guidance_scale",
"tooltip": "Higher value makes the image follow the prompt more closely."
},
"steps": {
"name": "steps"
},
"moderation": {
"name": "moderation",
"tooltip": "Moderation settings"
},
"mask": {
"name": "mask",
"tooltip": "If omitted, the edit applies to the entire image."
},
"control_after_generate": {
"name": "control after generate"
},
"moderation_prompt_content_moderation": {
"name": "prompt_content_moderation"
},
"moderation_visual_input_moderation": {
"name": "visual_input_moderation"
},
"moderation_visual_output_moderation": {
"name": "visual_output_moderation"
}
},
"outputs": {
"0": {
"tooltip": null
},
"1": {
"name": "structured_prompt",
"tooltip": null
}
}
},
"ByteDanceFirstLastFrameNode": {
"display_name": "ByteDance First-Last-Frame to Video",
"description": "Generate video using prompt and first and last frames.",
@@ -13469,6 +13531,40 @@
}
}
},
"TextEncodeZImageOmni": {
"display_name": "TextEncodeZImageOmni",
"inputs": {
"clip": {
"name": "clip"
},
"prompt": {
"name": "prompt"
},
"auto_resize_images": {
"name": "auto_resize_images"
},
"image_encoder": {
"name": "image_encoder"
},
"vae": {
"name": "vae"
},
"image1": {
"name": "image1"
},
"image2": {
"name": "image2"
},
"image3": {
"name": "image3"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"TextToLowercase": {
"display_name": "Text to Lowercase",
"inputs": {
@@ -16199,6 +16295,43 @@
}
}
},
"WavespeedFlashVSRNode": {
"display_name": "FlashVSR Video Upscale",
"description": "Fast, high-quality video upscaler that boosts resolution and restores clarity for low-resolution or blurry footage.",
"inputs": {
"video": {
"name": "video"
},
"target_resolution": {
"name": "target_resolution"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"WavespeedImageUpscaleNode": {
"display_name": "WaveSpeed Image Upscale",
"description": "Boost image resolution and quality, upscaling photos to 4K or 8K for sharp, detailed results.",
"inputs": {
"model": {
"name": "model"
},
"image": {
"name": "image"
},
"target_resolution": {
"name": "target_resolution"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"WebcamCapture": {
"display_name": "Webcam Capture",
"inputs": {