Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
d8ff3df
reset branch
snomiao Sep 17, 2025
c5c54df
fix: remove unused dependencies and files flagged by knip
snomiao Sep 18, 2025
c66843e
fix: resolve knip issues - remove unused babel-plugin-module-resolver…
snomiao Sep 22, 2025
c4cb359
istall babel plugins
snomiao Sep 23, 2025
c3e2588
fix: resolve collect-i18n babel transformation issues
snomiao Sep 24, 2025
20e1cb0
fix: resolve TypeScript errors in collect-i18n-general.ts
snomiao Sep 24, 2025
66706f8
fix: remove scripts/collect-i18n-*.ts from tsconfig includes
snomiao Sep 24, 2025
14bc5ad
fix: revert unnecessary package.json version changes
snomiao Sep 24, 2025
1b87f29
fix: update pnpm-lock.yaml to match package.json
snomiao Sep 24, 2025
81314b6
Update locales [skip ci]
invalid-email-address Sep 24, 2025
7002a17
fix: add saveImmediately option to i18n configuration
snomiao Sep 24, 2025
1741677
Update locales [skip ci]
invalid-email-address Sep 24, 2025
7ec9f0b
Merge branch 'main' into sno-fix-playwright-babel-config
snomiao Sep 24, 2025
247937f
Update locales [skip ci]
invalid-email-address Sep 24, 2025
b98458d
fix: remove unused imports and streamline node definitions collection
snomiao Sep 24, 2025
23ba2fe
Merge branch 'sno-fix-playwright-babel-config' of github.com:Comfy-Or…
snomiao Sep 24, 2025
12a130b
Merge branch 'main' into sno-fix-playwright-babel-config
snomiao Sep 24, 2025
c785ccf
Update locales [skip ci]
invalid-email-address Sep 24, 2025
916170e
Update locales [skip ci]
invalid-email-address Sep 24, 2025
89465de
Revert "Update locales [skip ci]"
snomiao Sep 24, 2025
8560646
chore(babel-plugin-stub-vue-imports): remove unused Babel plugin for …
snomiao Sep 24, 2025
82c6f02
Merge branch 'main' into sno-fix-playwright-babel-config
snomiao Sep 24, 2025
8fdee1b
Merge branch 'main' into sno-fix-playwright-babel-config
snomiao Sep 25, 2025
7abda29
Update locales [skip ci]
invalid-email-address Sep 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update locales [skip ci]
  • Loading branch information
github-actions committed Sep 25, 2025
commit 7abda298a830a761f9c7810ec9259398c6a22672
1,013 changes: 254 additions & 759 deletions src/locales/ar/nodeDefs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,7 @@
"noise": "noise",
"sampling": "sampling",
"schedulers": "schedulers",
"audio": "audio",
"conditioning": "conditioning",
"loaders": "loaders",
"guiders": "guiders",
Expand Down Expand Up @@ -1438,7 +1439,6 @@
"debug": "debug",
"model": "model",
"latent": "latent",
"audio": "audio",
"3d": "3d",
"ltxv": "ltxv",
"sd3": "sd3",
Expand Down
95 changes: 95 additions & 0 deletions src/locales/en/nodeDefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,34 @@
}
}
},
"AudioAdjustVolume": {
"display_name": "Audio Adjust Volume",
"inputs": {
"audio": {
"name": "audio"
},
"volume": {
"name": "volume",
"tooltip": "Volume adjustment in decibels (dB). 0 = no change, +6 = double, -6 = half, etc"
}
}
},
"AudioConcat": {
"display_name": "Audio Concat",
"description": "Concatenates the audio1 to audio2 in the specified direction.",
"inputs": {
"audio1": {
"name": "audio1"
},
"audio2": {
"name": "audio2"
},
"direction": {
"name": "direction",
"tooltip": "Whether to append audio2 after or before audio1."
}
}
},
"AudioEncoderEncode": {
"display_name": "AudioEncoderEncode",
"inputs": {
Expand All @@ -69,6 +97,22 @@
}
}
},
"AudioMerge": {
"display_name": "Audio Merge",
"description": "Combine two audio tracks by overlaying their waveforms.",
"inputs": {
"audio1": {
"name": "audio1"
},
"audio2": {
"name": "audio2"
},
"merge_method": {
"name": "merge_method",
"tooltip": "The method used to combine the audio waveforms."
}
}
},
"BasicGuider": {
"display_name": "BasicGuider",
"inputs": {
Expand Down Expand Up @@ -1678,6 +1722,23 @@
}
}
},
"EmptyAudio": {
"display_name": "Empty Audio",
"inputs": {
"duration": {
"name": "duration",
"tooltip": "Duration of the empty audio clip in seconds"
},
"sample_rate": {
"name": "sample_rate",
"tooltip": "Sample rate of the empty audio clip."
},
"channels": {
"name": "channels",
"tooltip": "Number of audio channels (1 for mono, 2 for stereo)."
}
}
},
"EmptyChromaRadianceLatentImage": {
"display_name": "EmptyChromaRadianceLatentImage",
"inputs": {
Expand Down Expand Up @@ -9487,6 +9548,23 @@
}
}
},
"SplitAudioChannels": {
"display_name": "Split Audio Channels",
"description": "Separates the audio into left and right channels.",
"inputs": {
"audio": {
"name": "audio"
}
},
"outputs": {
"0": {
"name": "left"
},
"1": {
"name": "right"
}
}
},
"SplitImageWithAlpha": {
"display_name": "Split Image with Alpha",
"inputs": {
Expand Down Expand Up @@ -10366,6 +10444,23 @@
}
}
},
"TrimAudioDuration": {
"display_name": "Trim Audio Duration",
"description": "Trim audio tensor into chosen time range.",
"inputs": {
"audio": {
"name": "audio"
},
"start_index": {
"name": "start_index",
"tooltip": "Start time in seconds, can be negative to count from the end (supports sub-seconds)."
},
"duration": {
"name": "duration",
"tooltip": "Duration in seconds"
}
}
},
"TrimVideoLatent": {
"display_name": "TrimVideoLatent",
"inputs": {
Expand Down
Loading