mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-15 01:48:06 +00:00
1.39.3 (#8500)
Patch version increment to 1.39.3 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8500-1-39-3-2f96d73d365081a9a74fd1fcb7e33a41) 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:
@@ -1266,6 +1266,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ColorToRGBInt": {
|
||||
"description": "색상을 RGB 정수 값으로 변환합니다.",
|
||||
"display_name": "색상을 RGB 정수로 변환",
|
||||
"inputs": {
|
||||
"color": {
|
||||
"name": "색상"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "rgb_정수",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"CombineHooks2": {
|
||||
"display_name": "후크 결합 [2]",
|
||||
"inputs": {
|
||||
@@ -10982,6 +10997,25 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"RecraftCreateStyleNode": {
|
||||
"description": "참고 이미지를 사용하여 사용자 지정 스타일을 만듭니다. 스타일 참조로 사용할 이미지를 1~5개 업로드하세요. 모든 이미지의 총 용량은 5MB로 제한됩니다.",
|
||||
"display_name": "Recraft 스타일 생성",
|
||||
"inputs": {
|
||||
"images": {
|
||||
"name": "이미지"
|
||||
},
|
||||
"style": {
|
||||
"name": "스타일",
|
||||
"tooltip": "생성된 이미지의 기본 스타일입니다."
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "style_id",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"RecraftCreativeUpscaleNode": {
|
||||
"description": "이미지를 동기적으로 업스케일합니다.\n‘크리에이티브 업스케일’ 도구를 사용하여 주어진 래스터 이미지를 향상시키고, 작은 디테일과 얼굴을 정교하게 개선하면서 해상도를 높입니다.",
|
||||
"display_name": "Recraft 크리에이티브 업스케일 이미지",
|
||||
|
||||
Reference in New Issue
Block a user