mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 08:49:36 +00:00
1.38.8 (#8193)
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:
@@ -328,6 +328,68 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"BriaImageEditNode": {
|
||||
"description": "Briaの最新モデルを使って画像を編集します",
|
||||
"display_name": "Bria画像編集",
|
||||
"inputs": {
|
||||
"control_after_generate": {
|
||||
"name": "生成後コントロール"
|
||||
},
|
||||
"guidance_scale": {
|
||||
"name": "ガイダンススケール",
|
||||
"tooltip": "値が高いほどプロンプトに忠実な画像になります。"
|
||||
},
|
||||
"image": {
|
||||
"name": "画像"
|
||||
},
|
||||
"mask": {
|
||||
"name": "マスク",
|
||||
"tooltip": "省略した場合、編集は画像全体に適用されます。"
|
||||
},
|
||||
"model": {
|
||||
"name": "model"
|
||||
},
|
||||
"moderation": {
|
||||
"name": "モデレーション",
|
||||
"tooltip": "モデレーション設定"
|
||||
},
|
||||
"moderation_prompt_content_moderation": {
|
||||
"name": "プロンプト内容モデレーション"
|
||||
},
|
||||
"moderation_visual_input_moderation": {
|
||||
"name": "入力画像モデレーション"
|
||||
},
|
||||
"moderation_visual_output_moderation": {
|
||||
"name": "出力画像モデレーション"
|
||||
},
|
||||
"negative_prompt": {
|
||||
"name": "ネガティブプロンプト"
|
||||
},
|
||||
"prompt": {
|
||||
"name": "プロンプト",
|
||||
"tooltip": "画像編集の指示"
|
||||
},
|
||||
"seed": {
|
||||
"name": "シード"
|
||||
},
|
||||
"steps": {
|
||||
"name": "ステップ数"
|
||||
},
|
||||
"structured_prompt": {
|
||||
"name": "構造化プロンプト",
|
||||
"tooltip": "JSON形式の構造化編集プロンプトを含む文字列。より正確でプログラム的な制御が必要な場合は通常のプロンプトの代わりに使用してください。"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
},
|
||||
"1": {
|
||||
"name": "構造化プロンプト",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"ByteDanceFirstLastFrameNode": {
|
||||
"description": "プロンプトと最初・最後のフレームを使用して動画を生成します。",
|
||||
"display_name": "ByteDance 最初-最後フレームから動画生成",
|
||||
@@ -13450,6 +13512,40 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"TextEncodeZImageOmni": {
|
||||
"display_name": "TextEncodeZImageOmni",
|
||||
"inputs": {
|
||||
"auto_resize_images": {
|
||||
"name": "画像自動リサイズ"
|
||||
},
|
||||
"clip": {
|
||||
"name": "clip"
|
||||
},
|
||||
"image1": {
|
||||
"name": "画像1"
|
||||
},
|
||||
"image2": {
|
||||
"name": "画像2"
|
||||
},
|
||||
"image3": {
|
||||
"name": "画像3"
|
||||
},
|
||||
"image_encoder": {
|
||||
"name": "画像エンコーダ"
|
||||
},
|
||||
"prompt": {
|
||||
"name": "プロンプト"
|
||||
},
|
||||
"vae": {
|
||||
"name": "vae"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"TextToLowercase": {
|
||||
"display_name": "テキストを小文字に変換",
|
||||
"inputs": {
|
||||
@@ -16137,6 +16233,43 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"WavespeedFlashVSRNode": {
|
||||
"description": "低解像度やぼやけた映像の解像度を向上させ、鮮明さを復元する高速・高品質なビデオアップスケーラーです。",
|
||||
"display_name": "FlashVSRビデオ高解像度化",
|
||||
"inputs": {
|
||||
"target_resolution": {
|
||||
"name": "目標解像度"
|
||||
},
|
||||
"video": {
|
||||
"name": "ビデオ"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"WavespeedImageUpscaleNode": {
|
||||
"description": "画像の解像度と品質を向上させ、写真を4Kや8Kにアップスケールしてシャープで詳細な結果を得られます。",
|
||||
"display_name": "WaveSpeed画像高解像度化",
|
||||
"inputs": {
|
||||
"image": {
|
||||
"name": "画像"
|
||||
},
|
||||
"model": {
|
||||
"name": "model"
|
||||
},
|
||||
"target_resolution": {
|
||||
"name": "目標解像度"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"WebcamCapture": {
|
||||
"display_name": "ウェブカメラキャプチャ",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user