Skip to content

Commit e6e93f2

Browse files
comfy-pr-botchristian-byrnegithub-actions
authored
1.37.4 (#7855)
Patch version increment to 1.37.4 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7855-1-37-4-2e06d73d365081aa83c3d0a1a0d526b7) by [Unito](https://www.unito.io) --------- Co-authored-by: christian-byrne <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 3728908 commit e6e93f2

File tree

7 files changed

+7032
-6847
lines changed

7 files changed

+7032
-6847
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@comfyorg/comfyui-frontend",
33
"private": true,
4-
"version": "1.37.3",
4+
"version": "1.37.4",
55
"type": "module",
66
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
77
"homepage": "https://comfy.org",

src/locales/en/commands.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@
227227
"Comfy_PublishSubgraph": {
228228
"label": "Publish Subgraph"
229229
},
230+
"Comfy_Queue_ToggleOverlay": {
231+
"label": "Toggle Job History"
232+
},
230233
"Comfy_QueuePrompt": {
231234
"label": "Queue Prompt"
232235
},

src/locales/en/main.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,7 @@
11541154
"Manager": "Manager",
11551155
"Open": "Open",
11561156
"Publish": "Publish",
1157+
"Job History": "Job History",
11571158
"Queue Prompt": "Queue Prompt",
11581159
"Queue Prompt (Front)": "Queue Prompt (Front)",
11591160
"Queue Selected Output Nodes": "Queue Selected Output Nodes",

src/locales/en/nodeDefs.json

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6079,6 +6079,23 @@
60796079
}
60806080
}
60816081
},
6082+
"LTXAVTextEncoderLoader": {
6083+
"display_name": "LTXV Audio Text Encoder Loader",
6084+
"description": "[Recipes]\n\nltxav: gemma 3 12B",
6085+
"inputs": {
6086+
"text_encoder": {
6087+
"name": "text_encoder"
6088+
},
6089+
"ckpt_name": {
6090+
"name": "ckpt_name"
6091+
}
6092+
},
6093+
"outputs": {
6094+
"0": {
6095+
"tooltip": null
6096+
}
6097+
}
6098+
},
60826099
"LTXVAddGuide": {
60836100
"display_name": "LTXVAddGuide",
60846101
"inputs": {
@@ -6185,6 +6202,76 @@
61856202
}
61866203
}
61876204
},
6205+
"LTXVAudioVAEDecode": {
6206+
"display_name": "LTXV Audio VAE Decode",
6207+
"inputs": {
6208+
"samples": {
6209+
"name": "samples",
6210+
"tooltip": "The latent to be decoded."
6211+
},
6212+
"audio_vae": {
6213+
"name": "audio_vae",
6214+
"tooltip": "The Audio VAE model used for decoding the latent."
6215+
}
6216+
},
6217+
"outputs": {
6218+
"0": {
6219+
"name": "Audio",
6220+
"tooltip": null
6221+
}
6222+
}
6223+
},
6224+
"LTXVAudioVAEEncode": {
6225+
"display_name": "LTXV Audio VAE Encode",
6226+
"inputs": {
6227+
"audio": {
6228+
"name": "audio",
6229+
"tooltip": "The audio to be encoded."
6230+
},
6231+
"audio_vae": {
6232+
"name": "audio_vae",
6233+
"tooltip": "The Audio VAE model to use for encoding."
6234+
}
6235+
},
6236+
"outputs": {
6237+
"0": {
6238+
"name": "Audio Latent",
6239+
"tooltip": null
6240+
}
6241+
}
6242+
},
6243+
"LTXVAudioVAELoader": {
6244+
"display_name": "LTXV Audio VAE Loader",
6245+
"inputs": {
6246+
"ckpt_name": {
6247+
"name": "ckpt_name",
6248+
"tooltip": "Audio VAE checkpoint to load."
6249+
}
6250+
},
6251+
"outputs": {
6252+
"0": {
6253+
"name": "Audio VAE",
6254+
"tooltip": null
6255+
}
6256+
}
6257+
},
6258+
"LTXVConcatAVLatent": {
6259+
"display_name": "LTXVConcatAVLatent",
6260+
"inputs": {
6261+
"video_latent": {
6262+
"name": "video_latent"
6263+
},
6264+
"audio_latent": {
6265+
"name": "audio_latent"
6266+
}
6267+
},
6268+
"outputs": {
6269+
"0": {
6270+
"name": "latent",
6271+
"tooltip": null
6272+
}
6273+
}
6274+
},
61886275
"LTXVConditioning": {
61896276
"display_name": "LTXVConditioning",
61906277
"inputs": {
@@ -6237,6 +6324,33 @@
62376324
}
62386325
}
62396326
},
6327+
"LTXVEmptyLatentAudio": {
6328+
"display_name": "LTXV Empty Latent Audio",
6329+
"inputs": {
6330+
"frames_number": {
6331+
"name": "frames_number",
6332+
"tooltip": "Number of frames."
6333+
},
6334+
"frame_rate": {
6335+
"name": "frame_rate",
6336+
"tooltip": "Number of frames per second."
6337+
},
6338+
"batch_size": {
6339+
"name": "batch_size",
6340+
"tooltip": "The number of latent audio samples in the batch."
6341+
},
6342+
"audio_vae": {
6343+
"name": "audio_vae",
6344+
"tooltip": "The Audio VAE model to get configuration from."
6345+
}
6346+
},
6347+
"outputs": {
6348+
"0": {
6349+
"name": "Latent",
6350+
"tooltip": null
6351+
}
6352+
}
6353+
},
62406354
"LTXVImgToVideo": {
62416355
"display_name": "LTXVImgToVideo",
62426356
"inputs": {
@@ -6283,6 +6397,47 @@
62836397
}
62846398
}
62856399
},
6400+
"LTXVImgToVideoInplace": {
6401+
"display_name": "LTXVImgToVideoInplace",
6402+
"inputs": {
6403+
"vae": {
6404+
"name": "vae"
6405+
},
6406+
"image": {
6407+
"name": "image"
6408+
},
6409+
"latent": {
6410+
"name": "latent"
6411+
},
6412+
"strength": {
6413+
"name": "strength"
6414+
},
6415+
"bypass": {
6416+
"name": "bypass",
6417+
"tooltip": "Bypass the conditioning."
6418+
}
6419+
},
6420+
"outputs": {
6421+
"0": {
6422+
"name": "latent",
6423+
"tooltip": null
6424+
}
6425+
}
6426+
},
6427+
"LTXVLatentUpsampler": {
6428+
"display_name": "LTXVLatentUpsampler",
6429+
"inputs": {
6430+
"samples": {
6431+
"name": "samples"
6432+
},
6433+
"upscale_model": {
6434+
"name": "upscale_model"
6435+
},
6436+
"vae": {
6437+
"name": "vae"
6438+
}
6439+
}
6440+
},
62866441
"LTXVPreprocess": {
62876442
"display_name": "LTXVPreprocess",
62886443
"inputs": {
@@ -6331,6 +6486,25 @@
63316486
}
63326487
}
63336488
},
6489+
"LTXVSeparateAVLatent": {
6490+
"display_name": "LTXVSeparateAVLatent",
6491+
"description": "LTXV Separate AV Latent",
6492+
"inputs": {
6493+
"av_latent": {
6494+
"name": "av_latent"
6495+
}
6496+
},
6497+
"outputs": {
6498+
"0": {
6499+
"name": "video_latent",
6500+
"tooltip": null
6501+
},
6502+
"1": {
6503+
"name": "audio_latent",
6504+
"tooltip": null
6505+
}
6506+
}
6507+
},
63346508
"LumaConceptsNode": {
63356509
"display_name": "Luma Concepts",
63366510
"description": "Camera Concepts for use with Luma Text to Video and Luma Image to Video nodes.",

src/locales/zh/commands.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@
8080
"Comfy_Canvas_ToggleMinimap": {
8181
"label": "画布切换小地图"
8282
},
83-
"Comfy_Canvas_ToggleSelected_Pin": {
84-
"label": "固定/取消固定选中项"
85-
},
8683
"Comfy_Canvas_ToggleSelectedNodes_Bypass": {
8784
"label": "忽略/取消忽略选中节点"
8885
},
@@ -95,6 +92,9 @@
9592
"Comfy_Canvas_ToggleSelectedNodes_Pin": {
9693
"label": "固定/取消固定选中节点"
9794
},
95+
"Comfy_Canvas_ToggleSelected_Pin": {
96+
"label": "固定/取消固定选中项"
97+
},
9898
"Comfy_Canvas_Unlock": {
9999
"label": "解锁画布"
100100
},
@@ -290,9 +290,6 @@
290290
"Workspace_ToggleBottomPanel": {
291291
"label": "切换底部面板"
292292
},
293-
"Workspace_ToggleBottomPanel_Shortcuts": {
294-
"label": "显示快捷键对话框"
295-
},
296293
"Workspace_ToggleBottomPanelTab_command-terminal": {
297294
"label": "切换终端底部面板"
298295
},
@@ -305,6 +302,9 @@
305302
"Workspace_ToggleBottomPanelTab_shortcuts-view-controls": {
306303
"label": "切换检视控制底部面板"
307304
},
305+
"Workspace_ToggleBottomPanel_Shortcuts": {
306+
"label": "显示快捷键对话框"
307+
},
308308
"Workspace_ToggleFocusMode": {
309309
"label": "切换焦点模式"
310310
},
@@ -324,4 +324,4 @@
324324
"label": "切换工作流侧边栏",
325325
"tooltip": "工作流"
326326
}
327-
}
327+
}

0 commit comments

Comments
 (0)