mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
1.37.7 (#7913)
Patch version increment to 1.37.7 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7913-1-37-7-2e36d73d365081c7aac1f4c689a03769) 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:
@@ -1,4 +1,40 @@
|
||||
{
|
||||
"Comfy-Desktop_CheckForUpdates": {
|
||||
"label": "업데이트 확인"
|
||||
},
|
||||
"Comfy-Desktop_Folders_OpenCustomNodesFolder": {
|
||||
"label": "커스텀 노드 폴더 열기"
|
||||
},
|
||||
"Comfy-Desktop_Folders_OpenInputsFolder": {
|
||||
"label": "입력 폴더 열기"
|
||||
},
|
||||
"Comfy-Desktop_Folders_OpenLogsFolder": {
|
||||
"label": "로그 폴더 열기"
|
||||
},
|
||||
"Comfy-Desktop_Folders_OpenModelConfig": {
|
||||
"label": "extra_model_paths.yaml 열기"
|
||||
},
|
||||
"Comfy-Desktop_Folders_OpenModelsFolder": {
|
||||
"label": "모델 폴더 열기"
|
||||
},
|
||||
"Comfy-Desktop_Folders_OpenOutputsFolder": {
|
||||
"label": "출력 폴더 열기"
|
||||
},
|
||||
"Comfy-Desktop_OpenDevTools": {
|
||||
"label": "개발자 도구 열기"
|
||||
},
|
||||
"Comfy-Desktop_OpenUserGuide": {
|
||||
"label": "데스크톱 사용자 가이드"
|
||||
},
|
||||
"Comfy-Desktop_Quit": {
|
||||
"label": "종료"
|
||||
},
|
||||
"Comfy-Desktop_Reinstall": {
|
||||
"label": "재설치"
|
||||
},
|
||||
"Comfy-Desktop_Restart": {
|
||||
"label": "재시작"
|
||||
},
|
||||
"Comfy_3DViewer_Open3DViewer": {
|
||||
"label": "선택한 노드에 대해 3D 뷰어(베타) 열기"
|
||||
},
|
||||
@@ -164,6 +200,9 @@
|
||||
"Comfy_MaskEditor_BrushSize_Increase": {
|
||||
"label": "마스크 편집기에서 브러시 크기 늘리기"
|
||||
},
|
||||
"Comfy_MaskEditor_ColorPicker": {
|
||||
"label": "MaskEditor에서 색상 선택기 열기"
|
||||
},
|
||||
"Comfy_MaskEditor_OpenMaskEditor": {
|
||||
"label": "선택한 노드 마스크 편집기 열기"
|
||||
},
|
||||
@@ -197,6 +236,9 @@
|
||||
"Comfy_QueueSelectedOutputNodes": {
|
||||
"label": "선택한 출력 노드 대기열에 추가"
|
||||
},
|
||||
"Comfy_Queue_ToggleOverlay": {
|
||||
"label": "작업 기록 토글"
|
||||
},
|
||||
"Comfy_Redo": {
|
||||
"label": "다시 실행"
|
||||
},
|
||||
@@ -221,6 +263,12 @@
|
||||
"Comfy_ToggleHelpCenter": {
|
||||
"label": "도움말 센터"
|
||||
},
|
||||
"Comfy_ToggleLinear": {
|
||||
"label": "선형 모드 토글"
|
||||
},
|
||||
"Comfy_ToggleQPOV2": {
|
||||
"label": "Queue Panel V2 토글"
|
||||
},
|
||||
"Comfy_ToggleTheme": {
|
||||
"label": "밝기 테마 전환 (어두운/밝은)"
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -79,6 +79,17 @@
|
||||
"Comfy_EnableWorkflowViewRestore": {
|
||||
"name": "워크플로에서 캔버스 위치 및 확대/축소 수준 저장 및 복원"
|
||||
},
|
||||
"Comfy_Execution_PreviewMethod": {
|
||||
"name": "라이브 미리보기 방식",
|
||||
"options": {
|
||||
"auto": "auto",
|
||||
"default": "default",
|
||||
"latent2rgb": "latent2rgb",
|
||||
"none": "none",
|
||||
"taesd": "taesd"
|
||||
},
|
||||
"tooltip": "이미지 생성 중 라이브 미리보기 방식입니다. \"default\"는 서버 CLI 설정을 사용합니다."
|
||||
},
|
||||
"Comfy_FloatRoundingPrecision": {
|
||||
"name": "부동 소수점 위젯 반올림 소수 자리 수 [0 = 자동]",
|
||||
"tooltip": "(페이지 새로 고침 필요)"
|
||||
@@ -100,6 +111,10 @@
|
||||
"None": "없음"
|
||||
}
|
||||
},
|
||||
"Comfy_Graph_LiveSelection": {
|
||||
"name": "실시간 선택",
|
||||
"tooltip": "활성화하면, 다른 디자인 툴처럼 선택 사각형을 드래그할 때 노드가 실시간으로 선택/해제됩니다."
|
||||
},
|
||||
"Comfy_Graph_ZoomSpeed": {
|
||||
"name": "캔버스 확대/축소 속도"
|
||||
},
|
||||
@@ -166,6 +181,15 @@
|
||||
"name": "최소 광원 세기",
|
||||
"tooltip": "3D 장면에서 허용되는 최소 광원 세기 값을 설정합니다. 이는 모든 3D 위젯에서 조명을 조정할 때 설정할 수 있는 밝기의 하한을 정의합니다."
|
||||
},
|
||||
"Comfy_Load3D_PLYEngine": {
|
||||
"name": "PLY 엔진",
|
||||
"options": {
|
||||
"fastply": "fastply",
|
||||
"sparkjs": "sparkjs",
|
||||
"threejs": "threejs"
|
||||
},
|
||||
"tooltip": "PLY 파일을 불러올 엔진을 선택하세요. \"threejs\"는 Three.js의 기본 PLYLoader를 사용합니다(메시 PLY 파일에 적합). \"fastply\"는 ASCII 포인트 클라우드 PLY 파일에 최적화된 로더를 사용합니다. \"sparkjs\"는 3D Gaussian Splatting PLY 파일에 Spark.js를 사용합니다."
|
||||
},
|
||||
"Comfy_Load3D_ShowGrid": {
|
||||
"name": "그리드 표시",
|
||||
"tooltip": "기본적으로 그리드를 표시하도록 전환"
|
||||
|
||||
Reference in New Issue
Block a user