Patch version increment to 1.32.1

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6547-1-32-1-29f6d73d365081259588c91da6aa87c5)
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:
Comfy Org PR Bot
2025-11-03 06:42:44 +09:00
committed by GitHub
parent 3cded2c45f
commit 0692253e90
30 changed files with 2 additions and 129 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "@comfyorg/comfyui-frontend", "name": "@comfyorg/comfyui-frontend",
"private": true, "private": true,
"version": "1.32.0", "version": "1.32.1",
"type": "module", "type": "module",
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
"homepage": "https://comfy.org", "homepage": "https://comfy.org",

View File

@@ -693,7 +693,6 @@
"perspective": "منظور" "perspective": "منظور"
}, },
"clearRecording": "مسح التسجيل", "clearRecording": "مسح التسجيل",
"edgeThreshold": "عتبة الحواف",
"export": "تصدير", "export": "تصدير",
"exportModel": "تصدير النموذج", "exportModel": "تصدير النموذج",
"exportRecording": "تصدير التسجيل", "exportRecording": "تصدير التسجيل",
@@ -706,7 +705,6 @@
"materialMode": "وضع المادة", "materialMode": "وضع المادة",
"materialModes": { "materialModes": {
"depth": "العمق", "depth": "العمق",
"lineart": "رسم الخطوط",
"normal": "عادي", "normal": "عادي",
"original": "أصلي", "original": "أصلي",
"wireframe": "إطار سلكي" "wireframe": "إطار سلكي"

View File

@@ -3361,8 +3361,6 @@
"Load3DAnimation": { "Load3DAnimation": {
"display_name": "تحميل ثلاثي الأبعاد - حركة", "display_name": "تحميل ثلاثي الأبعاد - حركة",
"inputs": { "inputs": {
"clear": {
},
"height": { "height": {
"name": "الارتفاع" "name": "الارتفاع"
}, },
@@ -3372,8 +3370,6 @@
"model_file": { "model_file": {
"name": "ملف النموذج" "name": "ملف النموذج"
}, },
"upload 3d model": {
},
"width": { "width": {
"name": "العرض" "name": "العرض"
} }
@@ -6352,9 +6348,6 @@
"camera_info": { "camera_info": {
"name": "معلومات الكاميرا" "name": "معلومات الكاميرا"
}, },
"image": {
"name": "الصورة"
},
"model_file": { "model_file": {
"name": "ملف النموذج" "name": "ملف النموذج"
} }

View File

@@ -155,10 +155,6 @@
"name": "رؤية الشبكة الابتدائية", "name": "رؤية الشبكة الابتدائية",
"tooltip": "يتحكم في ظهور الشبكة بشكل افتراضي عند إنشاء عنصر ثلاثي الأبعاد جديد." "tooltip": "يتحكم في ظهور الشبكة بشكل افتراضي عند إنشاء عنصر ثلاثي الأبعاد جديد."
}, },
"Comfy_Load3D_ShowPreview": {
"name": "رؤية المعاينة الابتدائية",
"tooltip": "يتحكم في ظهور شاشة المعاينة بشكل افتراضي عند إنشاء عنصر ثلاثي الأبعاد جديد."
},
"Comfy_Locale": { "Comfy_Locale": {
"name": "اللغة" "name": "اللغة"
}, },

View File

@@ -4640,10 +4640,7 @@
}, },
"height": { "height": {
"name": "height" "name": "height"
}, }
"clear": {},
"upload 3d model": {},
"upload extra resources": {}
}, },
"outputs": { "outputs": {
"0": { "0": {
@@ -8805,9 +8802,6 @@
}, },
"camera_info": { "camera_info": {
"name": "camera_info" "name": "camera_info"
},
"image": {
"name": "image"
} }
} }
}, },

View File

@@ -170,10 +170,6 @@
"name": "Initial Grid Visibility", "name": "Initial Grid Visibility",
"tooltip": "Controls whether the grid is visible by default when a new 3D widget is created. This default can still be toggled individually for each widget after creation." "tooltip": "Controls whether the grid is visible by default when a new 3D widget is created. This default can still be toggled individually for each widget after creation."
}, },
"Comfy_Load3D_ShowPreview": {
"name": "Initial Preview Visibility",
"tooltip": "Controls whether the preview screen is visible by default when a new 3D widget is created. This default can still be toggled individually for each widget after creation."
},
"Comfy_Locale": { "Comfy_Locale": {
"name": "Language" "name": "Language"
}, },

View File

@@ -693,7 +693,6 @@
"perspective": "Perspectiva" "perspective": "Perspectiva"
}, },
"clearRecording": "Borrar grabación", "clearRecording": "Borrar grabación",
"edgeThreshold": "Umbral de borde",
"export": "Exportar", "export": "Exportar",
"exportModel": "Exportar modelo", "exportModel": "Exportar modelo",
"exportRecording": "Exportar grabación", "exportRecording": "Exportar grabación",
@@ -706,7 +705,6 @@
"materialMode": "Modo de material", "materialMode": "Modo de material",
"materialModes": { "materialModes": {
"depth": "Profundidad", "depth": "Profundidad",
"lineart": "Dibujo lineal",
"normal": "Normal", "normal": "Normal",
"original": "Original", "original": "Original",
"wireframe": "Malla" "wireframe": "Malla"

View File

@@ -3361,8 +3361,6 @@
"Load3DAnimation": { "Load3DAnimation": {
"display_name": "Cargar 3D - Animación", "display_name": "Cargar 3D - Animación",
"inputs": { "inputs": {
"clear": {
},
"height": { "height": {
"name": "alto" "name": "alto"
}, },
@@ -3372,8 +3370,6 @@
"model_file": { "model_file": {
"name": "archivo_modelo" "name": "archivo_modelo"
}, },
"upload 3d model": {
},
"width": { "width": {
"name": "ancho" "name": "ancho"
} }
@@ -6352,9 +6348,6 @@
"camera_info": { "camera_info": {
"name": "camera_info" "name": "camera_info"
}, },
"image": {
"name": "imagen"
},
"model_file": { "model_file": {
"name": "archivo_modelo" "name": "archivo_modelo"
} }

View File

@@ -155,10 +155,6 @@
"name": "Mostrar Cuadrícula", "name": "Mostrar Cuadrícula",
"tooltip": "Cambiar para mostrar cuadrícula por defecto" "tooltip": "Cambiar para mostrar cuadrícula por defecto"
}, },
"Comfy_Load3D_ShowPreview": {
"name": "Mostrar Previsualización",
"tooltip": "Cambiar para mostrar previsualización por defecto"
},
"Comfy_Locale": { "Comfy_Locale": {
"name": "Idioma" "name": "Idioma"
}, },

View File

@@ -693,7 +693,6 @@
"perspective": "Perspective" "perspective": "Perspective"
}, },
"clearRecording": "Effacer l'enregistrement", "clearRecording": "Effacer l'enregistrement",
"edgeThreshold": "Seuil de Bordure",
"export": "Exportation", "export": "Exportation",
"exportModel": "Exportation du modèle", "exportModel": "Exportation du modèle",
"exportRecording": "Exporter l'enregistrement", "exportRecording": "Exporter l'enregistrement",
@@ -706,7 +705,6 @@
"materialMode": "Mode Matériel", "materialMode": "Mode Matériel",
"materialModes": { "materialModes": {
"depth": "Profondeur", "depth": "Profondeur",
"lineart": "Dessin au trait",
"normal": "Normal", "normal": "Normal",
"original": "Original", "original": "Original",
"wireframe": "Fil de fer" "wireframe": "Fil de fer"

View File

@@ -3361,8 +3361,6 @@
"Load3DAnimation": { "Load3DAnimation": {
"display_name": "Charger 3D - Animation", "display_name": "Charger 3D - Animation",
"inputs": { "inputs": {
"clear": {
},
"height": { "height": {
"name": "hauteur" "name": "hauteur"
}, },
@@ -3372,8 +3370,6 @@
"model_file": { "model_file": {
"name": "fichier_modèle" "name": "fichier_modèle"
}, },
"upload 3d model": {
},
"width": { "width": {
"name": "largeur" "name": "largeur"
} }
@@ -6352,9 +6348,6 @@
"camera_info": { "camera_info": {
"name": "informations_camera" "name": "informations_camera"
}, },
"image": {
"name": "image"
},
"model_file": { "model_file": {
"name": "fichier_modèle" "name": "fichier_modèle"
} }

View File

@@ -155,10 +155,6 @@
"name": "Afficher la Grille", "name": "Afficher la Grille",
"tooltip": "Basculer pour afficher la grille par défaut" "tooltip": "Basculer pour afficher la grille par défaut"
}, },
"Comfy_Load3D_ShowPreview": {
"name": "Afficher l'Aperçu",
"tooltip": "Basculer pour afficher l'aperçu par défaut"
},
"Comfy_Locale": { "Comfy_Locale": {
"name": "Langue" "name": "Langue"
}, },

View File

@@ -693,7 +693,6 @@
"perspective": "パースペクティブ" "perspective": "パースペクティブ"
}, },
"clearRecording": "録画をクリア", "clearRecording": "録画をクリア",
"edgeThreshold": "エッジ閾値",
"export": "エクスポート", "export": "エクスポート",
"exportModel": "モデルをエクスポート", "exportModel": "モデルをエクスポート",
"exportRecording": "録画をエクスポート", "exportRecording": "録画をエクスポート",
@@ -706,7 +705,6 @@
"materialMode": "マテリアルモード", "materialMode": "マテリアルモード",
"materialModes": { "materialModes": {
"depth": "深度", "depth": "深度",
"lineart": "線画",
"normal": "ノーマル", "normal": "ノーマル",
"original": "オリジナル", "original": "オリジナル",
"wireframe": "ワイヤーフレーム" "wireframe": "ワイヤーフレーム"

View File

@@ -3361,8 +3361,6 @@
"Load3DAnimation": { "Load3DAnimation": {
"display_name": "3D読み込み - アニメーション", "display_name": "3D読み込み - アニメーション",
"inputs": { "inputs": {
"clear": {
},
"height": { "height": {
"name": "高さ" "name": "高さ"
}, },
@@ -3372,8 +3370,6 @@
"model_file": { "model_file": {
"name": "モデルファイル" "name": "モデルファイル"
}, },
"upload 3d model": {
},
"width": { "width": {
"name": "幅" "name": "幅"
} }
@@ -6352,9 +6348,6 @@
"camera_info": { "camera_info": {
"name": "カメラ情報" "name": "カメラ情報"
}, },
"image": {
"name": "画像"
},
"model_file": { "model_file": {
"name": "モデルファイル" "name": "モデルファイル"
} }

View File

@@ -155,10 +155,6 @@
"name": "グリッドを表示", "name": "グリッドを表示",
"tooltip": "デフォルトでグリッドを表示するには切り替えます" "tooltip": "デフォルトでグリッドを表示するには切り替えます"
}, },
"Comfy_Load3D_ShowPreview": {
"name": "プレビューを表示",
"tooltip": "デフォルトでプレビューを表示するには切り替えます"
},
"Comfy_Locale": { "Comfy_Locale": {
"name": "言語" "name": "言語"
}, },

View File

@@ -693,7 +693,6 @@
"perspective": "원근법" "perspective": "원근법"
}, },
"clearRecording": "녹화 지우기", "clearRecording": "녹화 지우기",
"edgeThreshold": "엣지 임계값",
"export": "내보내기", "export": "내보내기",
"exportModel": "모델 내보내기", "exportModel": "모델 내보내기",
"exportRecording": "녹화 내보내기", "exportRecording": "녹화 내보내기",
@@ -706,7 +705,6 @@
"materialMode": "재질 모드", "materialMode": "재질 모드",
"materialModes": { "materialModes": {
"depth": "깊이", "depth": "깊이",
"lineart": "라인아트",
"normal": "노멀(normal)", "normal": "노멀(normal)",
"original": "원본", "original": "원본",
"wireframe": "와이어프레임" "wireframe": "와이어프레임"

View File

@@ -3361,8 +3361,6 @@
"Load3DAnimation": { "Load3DAnimation": {
"display_name": "3D 불러오기 - 애니메이션", "display_name": "3D 불러오기 - 애니메이션",
"inputs": { "inputs": {
"clear": {
},
"height": { "height": {
"name": "높이" "name": "높이"
}, },
@@ -3372,8 +3370,6 @@
"model_file": { "model_file": {
"name": "모델 파일" "name": "모델 파일"
}, },
"upload 3d model": {
},
"width": { "width": {
"name": "너비" "name": "너비"
} }
@@ -6352,9 +6348,6 @@
"camera_info": { "camera_info": {
"name": "카메라 정보" "name": "카메라 정보"
}, },
"image": {
"name": "이미지"
},
"model_file": { "model_file": {
"name": "모델 파일" "name": "모델 파일"
} }

View File

@@ -155,10 +155,6 @@
"name": "그리드 표시", "name": "그리드 표시",
"tooltip": "기본적으로 그리드를 표시하도록 전환" "tooltip": "기본적으로 그리드를 표시하도록 전환"
}, },
"Comfy_Load3D_ShowPreview": {
"name": "미리보기 표시",
"tooltip": "기본적으로 미리보기를 표시하도록 전환"
},
"Comfy_Locale": { "Comfy_Locale": {
"name": "언어" "name": "언어"
}, },

View File

@@ -693,7 +693,6 @@
"perspective": "Перспектива" "perspective": "Перспектива"
}, },
"clearRecording": "Очистить запись", "clearRecording": "Очистить запись",
"edgeThreshold": "Пороговое значение края",
"export": "Экспорт", "export": "Экспорт",
"exportModel": "Экспорт модели", "exportModel": "Экспорт модели",
"exportRecording": "Экспортировать запись", "exportRecording": "Экспортировать запись",
@@ -706,7 +705,6 @@
"materialMode": "Режим Материала", "materialMode": "Режим Материала",
"materialModes": { "materialModes": {
"depth": "Глубина", "depth": "Глубина",
"lineart": "Лайнарт",
"normal": "Нормальный", "normal": "Нормальный",
"original": "Оригинал", "original": "Оригинал",
"wireframe": "Каркас" "wireframe": "Каркас"

View File

@@ -3361,8 +3361,6 @@
"Load3DAnimation": { "Load3DAnimation": {
"display_name": "Загрузить 3D - Анимация", "display_name": "Загрузить 3D - Анимация",
"inputs": { "inputs": {
"clear": {
},
"height": { "height": {
"name": "высота" "name": "высота"
}, },
@@ -3372,8 +3370,6 @@
"model_file": { "model_file": {
"name": айл_модели" "name": айл_модели"
}, },
"upload 3d model": {
},
"width": { "width": {
"name": "ширина" "name": "ширина"
} }
@@ -6352,9 +6348,6 @@
"camera_info": { "camera_info": {
"name": "camera_info" "name": "camera_info"
}, },
"image": {
"name": "изображение"
},
"model_file": { "model_file": {
"name": айл_модели" "name": айл_модели"
} }

View File

@@ -155,10 +155,6 @@
"name": "Показать сетку", "name": "Показать сетку",
"tooltip": "Переключиться, чтобы показывать сетку по умолчанию" "tooltip": "Переключиться, чтобы показывать сетку по умолчанию"
}, },
"Comfy_Load3D_ShowPreview": {
"name": "Показать предварительный просмотр",
"tooltip": "Переключиться, чтобы показывать предварительный просмотр по умолчанию"
},
"Comfy_Locale": { "Comfy_Locale": {
"name": "Язык" "name": "Язык"
}, },

View File

@@ -693,7 +693,6 @@
"perspective": "Perspektif" "perspective": "Perspektif"
}, },
"clearRecording": "Kaydı Temizle", "clearRecording": "Kaydı Temizle",
"edgeThreshold": "Kenar Eşiği",
"export": "Dışa Aktar", "export": "Dışa Aktar",
"exportModel": "Modeli Dışa Aktar", "exportModel": "Modeli Dışa Aktar",
"exportRecording": "Kaydı Dışa Aktar", "exportRecording": "Kaydı Dışa Aktar",
@@ -706,7 +705,6 @@
"materialMode": "Malzeme Modu", "materialMode": "Malzeme Modu",
"materialModes": { "materialModes": {
"depth": "Derinlik", "depth": "Derinlik",
"lineart": "Çizgi Sanatı",
"normal": "Normal", "normal": "Normal",
"original": "Orijinal", "original": "Orijinal",
"wireframe": "Tel Kafes" "wireframe": "Tel Kafes"

View File

@@ -3361,8 +3361,6 @@
"Load3DAnimation": { "Load3DAnimation": {
"display_name": "3D Yükle - Animasyon", "display_name": "3D Yükle - Animasyon",
"inputs": { "inputs": {
"clear": {
},
"height": { "height": {
"name": "yükseklik" "name": "yükseklik"
}, },
@@ -3372,8 +3370,6 @@
"model_file": { "model_file": {
"name": "model_dosyası" "name": "model_dosyası"
}, },
"upload 3d model": {
},
"width": { "width": {
"name": "genişlik" "name": "genişlik"
} }
@@ -6352,9 +6348,6 @@
"camera_info": { "camera_info": {
"name": "kamera_bilgisi" "name": "kamera_bilgisi"
}, },
"image": {
"name": "görüntü"
},
"model_file": { "model_file": {
"name": "model_dosyası" "name": "model_dosyası"
} }

View File

@@ -155,10 +155,6 @@
"name": "Başlangıç Izgara Görünürlüğü", "name": "Başlangıç Izgara Görünürlüğü",
"tooltip": "Yeni bir 3D widget oluşturulduğunda ızgaranın varsayılan olarak görünür olup olmadığını kontrol eder. Bu varsayılan, oluşturulduktan sonra her widget için ayrı ayrı değiştirilebilir." "tooltip": "Yeni bir 3D widget oluşturulduğunda ızgaranın varsayılan olarak görünür olup olmadığını kontrol eder. Bu varsayılan, oluşturulduktan sonra her widget için ayrı ayrı değiştirilebilir."
}, },
"Comfy_Load3D_ShowPreview": {
"name": "Başlangıç Önizleme Görünürlüğü",
"tooltip": "Yeni bir 3D widget oluşturulduğunda önizleme ekranının varsayılan olarak görünür olup olmadığını kontrol eder. Bu varsayılan, oluşturulduktan sonra her widget için ayrı ayrı değiştirilebilir."
},
"Comfy_Locale": { "Comfy_Locale": {
"name": "Dil" "name": "Dil"
}, },

View File

@@ -693,7 +693,6 @@
"perspective": "透視" "perspective": "透視"
}, },
"clearRecording": "清除錄影", "clearRecording": "清除錄影",
"edgeThreshold": "邊緣閾值",
"export": "匯出", "export": "匯出",
"exportModel": "匯出模型", "exportModel": "匯出模型",
"exportRecording": "匯出錄影", "exportRecording": "匯出錄影",
@@ -706,7 +705,6 @@
"materialMode": "材質模式", "materialMode": "材質模式",
"materialModes": { "materialModes": {
"depth": "深度", "depth": "深度",
"lineart": "線條藝術",
"normal": "一般", "normal": "一般",
"original": "原始", "original": "原始",
"wireframe": "線框" "wireframe": "線框"

View File

@@ -3361,8 +3361,6 @@
"Load3DAnimation": { "Load3DAnimation": {
"display_name": "載入 3D - 動畫", "display_name": "載入 3D - 動畫",
"inputs": { "inputs": {
"clear": {
},
"height": { "height": {
"name": "高度" "name": "高度"
}, },
@@ -3372,8 +3370,6 @@
"model_file": { "model_file": {
"name": "模型檔案" "name": "模型檔案"
}, },
"upload 3d model": {
},
"width": { "width": {
"name": "寬度" "name": "寬度"
} }
@@ -6352,9 +6348,6 @@
"camera_info": { "camera_info": {
"name": "camera_info" "name": "camera_info"
}, },
"image": {
"name": "影像"
},
"model_file": { "model_file": {
"name": "model_file" "name": "model_file"
} }

View File

@@ -155,10 +155,6 @@
"name": "初始網格可見性", "name": "初始網格可見性",
"tooltip": "控制在建立新的 3D 元件時,網格是否預設可見。此預設值在建立後仍可針對每個元件單獨切換。" "tooltip": "控制在建立新的 3D 元件時,網格是否預設可見。此預設值在建立後仍可針對每個元件單獨切換。"
}, },
"Comfy_Load3D_ShowPreview": {
"name": "初始預覽可見性",
"tooltip": "控制當新建 3D 元件時,預覽畫面預設是否顯示。此預設值在元件建立後仍可針對每個元件單獨切換。"
},
"Comfy_Locale": { "Comfy_Locale": {
"name": "語言" "name": "語言"
}, },

View File

@@ -693,7 +693,6 @@
"perspective": "透视" "perspective": "透视"
}, },
"clearRecording": "清除录制", "clearRecording": "清除录制",
"edgeThreshold": "边缘阈值",
"export": "导出", "export": "导出",
"exportModel": "导出模型", "exportModel": "导出模型",
"exportRecording": "导出录制", "exportRecording": "导出录制",
@@ -706,7 +705,6 @@
"materialMode": "材质模式", "materialMode": "材质模式",
"materialModes": { "materialModes": {
"depth": "深度", "depth": "深度",
"lineart": "线稿",
"normal": "法线", "normal": "法线",
"original": "原始", "original": "原始",
"wireframe": "线框" "wireframe": "线框"

View File

@@ -3361,8 +3361,6 @@
"Load3DAnimation": { "Load3DAnimation": {
"display_name": "加载3D动画", "display_name": "加载3D动画",
"inputs": { "inputs": {
"clear": {
},
"height": { "height": {
"name": "高度" "name": "高度"
}, },
@@ -3372,8 +3370,6 @@
"model_file": { "model_file": {
"name": "模型文件" "name": "模型文件"
}, },
"upload 3d model": {
},
"width": { "width": {
"name": "宽度" "name": "宽度"
} }
@@ -6352,9 +6348,6 @@
"camera_info": { "camera_info": {
"name": "相机信息" "name": "相机信息"
}, },
"image": {
"name": "图像"
},
"model_file": { "model_file": {
"name": "模型文件" "name": "模型文件"
} }

View File

@@ -155,10 +155,6 @@
"name": "显示网格", "name": "显示网格",
"tooltip": "默认显示网格开关" "tooltip": "默认显示网格开关"
}, },
"Comfy_Load3D_ShowPreview": {
"name": "显示预览",
"tooltip": "默认显示预览开关"
},
"Comfy_Locale": { "Comfy_Locale": {
"name": "语言" "name": "语言"
}, },