Skip to content

Commit c7c513a

Browse files
comfy-pr-botsimula-rgithub-actions
authored
1.30.3 (#6261)
Patch version increment to 1.30.3 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6261-1-30-3-2966d73d365081799d90f8510c7e23dc) by [Unito](https://www.unito.io) --------- Co-authored-by: simula-r <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent b1439be commit c7c513a

File tree

11 files changed

+29
-825
lines changed

11 files changed

+29
-825
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.30.2",
4+
"version": "1.30.3",
55
"type": "module",
66
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
77
"homepage": "https://comfy.org",

src/locales/ar/nodeDefs.json

Lines changed: 0 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,86 +1449,6 @@
14491449
}
14501450
}
14511451
},
1452-
"FluxProCannyNode": {
1453-
"description": "توليد صورة باستخدام صورة تحكم (كاني).",
1454-
"display_name": "Flux.1 صورة تحكم كاني",
1455-
"inputs": {
1456-
"canny_high_threshold": {
1457-
"name": "عتبة_كاني_العالية",
1458-
"tooltip": "عتبة عالية لكشف حواف كاني؛ تُتجاهل إذا كانت skip_processing مفعلة."
1459-
},
1460-
"canny_low_threshold": {
1461-
"name": "عتبة_كاني_المنخفضة",
1462-
"tooltip": "عتبة منخفضة لكشف حواف كاني؛ تُتجاهل إذا كانت skip_processing مفعلة."
1463-
},
1464-
"control_after_generate": {
1465-
"name": "التحكم بعد التوليد"
1466-
},
1467-
"control_image": {
1468-
"name": "صورة_التحكم"
1469-
},
1470-
"guidance": {
1471-
"name": "الإرشاد",
1472-
"tooltip": "قوة الإرشاد لعملية توليد الصورة"
1473-
},
1474-
"prompt": {
1475-
"name": "الوصف",
1476-
"tooltip": "الوصف المطلوب لتوليد الصورة"
1477-
},
1478-
"prompt_upsampling": {
1479-
"name": "تحسين_الوصف",
1480-
"tooltip": "ما إذا كان يجب تحسين الوصف. إذا تم تفعيله، يتم تعديل الوصف تلقائيًا للحصول على توليد إبداعي أكثر، لكن النتائج غير حتمية (نفس البذرة لن تنتج نفس النتيجة بالضبط)."
1481-
},
1482-
"seed": {
1483-
"name": "البذرة",
1484-
"tooltip": "البذرة العشوائية المستخدمة لإنشاء الضجيج."
1485-
},
1486-
"skip_preprocessing": {
1487-
"name": "تخطي_المعالجة_المسبقة",
1488-
"tooltip": "ما إذا كان يجب تخطي المعالجة المسبقة؛ اجعلها True إذا كانت صورة التحكم معالجة بالفعل بالكاني، و False إذا كانت صورة خام."
1489-
},
1490-
"steps": {
1491-
"name": "الخطوات",
1492-
"tooltip": "عدد الخطوات في عملية توليد الصورة"
1493-
}
1494-
}
1495-
},
1496-
"FluxProDepthNode": {
1497-
"description": "توليد صورة باستخدام صورة تحكم (العمق).",
1498-
"display_name": "Flux.1 صورة تحكم العمق",
1499-
"inputs": {
1500-
"control_after_generate": {
1501-
"name": "التحكم بعد التوليد"
1502-
},
1503-
"control_image": {
1504-
"name": "صورة_التحكم"
1505-
},
1506-
"guidance": {
1507-
"name": "الإرشاد",
1508-
"tooltip": "قوة الإرشاد لعملية توليد الصورة"
1509-
},
1510-
"prompt": {
1511-
"name": "الوصف",
1512-
"tooltip": "الوصف المطلوب لتوليد الصورة"
1513-
},
1514-
"prompt_upsampling": {
1515-
"name": "تحسين_الوصف",
1516-
"tooltip": "ما إذا كان يجب تحسين الوصف. إذا تم تفعيله، يتم تعديل الوصف تلقائيًا للحصول على توليد إبداعي أكثر، لكن النتائج غير حتمية (نفس البذرة لن تنتج نفس النتيجة بالضبط)."
1517-
},
1518-
"seed": {
1519-
"name": "البذرة",
1520-
"tooltip": "البذرة العشوائية المستخدمة لإنشاء الضجيج."
1521-
},
1522-
"skip_preprocessing": {
1523-
"name": "تخطي_المعالجة_المسبقة",
1524-
"tooltip": "ما إذا كان يجب تخطي المعالجة المسبقة؛ اجعلها True إذا كانت صورة التحكم معالجة بالفعل بالعمق، و False إذا كانت صورة خام."
1525-
},
1526-
"steps": {
1527-
"name": "الخطوات",
1528-
"tooltip": "عدد الخطوات في عملية توليد الصورة"
1529-
}
1530-
}
1531-
},
15321452
"FluxProExpandNode": {
15331453
"description": "توسيع الصورة بناءً على الوصف.",
15341454
"display_name": "Flux.1 توسيع الصورة",

src/locales/en/nodeDefs.json

Lines changed: 28 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,96 +2369,6 @@
23692369
}
23702370
}
23712371
},
2372-
"FluxProCannyNode": {
2373-
"display_name": "Flux.1 Canny Control Image",
2374-
"description": "Generate image using a control image (canny).",
2375-
"inputs": {
2376-
"control_image": {
2377-
"name": "control_image"
2378-
},
2379-
"prompt": {
2380-
"name": "prompt",
2381-
"tooltip": "Prompt for the image generation"
2382-
},
2383-
"prompt_upsampling": {
2384-
"name": "prompt_upsampling",
2385-
"tooltip": "Whether to perform upsampling on the prompt. If active, automatically modifies the prompt for more creative generation, but results are nondeterministic (same seed will not produce exactly the same result)."
2386-
},
2387-
"canny_low_threshold": {
2388-
"name": "canny_low_threshold",
2389-
"tooltip": "Low threshold for Canny edge detection; ignored if skip_processing is True"
2390-
},
2391-
"canny_high_threshold": {
2392-
"name": "canny_high_threshold",
2393-
"tooltip": "High threshold for Canny edge detection; ignored if skip_processing is True"
2394-
},
2395-
"skip_preprocessing": {
2396-
"name": "skip_preprocessing",
2397-
"tooltip": "Whether to skip preprocessing; set to True if control_image already is canny-fied, False if it is a raw image."
2398-
},
2399-
"guidance": {
2400-
"name": "guidance",
2401-
"tooltip": "Guidance strength for the image generation process"
2402-
},
2403-
"steps": {
2404-
"name": "steps",
2405-
"tooltip": "Number of steps for the image generation process"
2406-
},
2407-
"seed": {
2408-
"name": "seed",
2409-
"tooltip": "The random seed used for creating the noise."
2410-
},
2411-
"control_after_generate": {
2412-
"name": "control after generate"
2413-
}
2414-
},
2415-
"outputs": {
2416-
"0": {
2417-
"tooltip": null
2418-
}
2419-
}
2420-
},
2421-
"FluxProDepthNode": {
2422-
"display_name": "Flux.1 Depth Control Image",
2423-
"description": "Generate image using a control image (depth).",
2424-
"inputs": {
2425-
"control_image": {
2426-
"name": "control_image"
2427-
},
2428-
"prompt": {
2429-
"name": "prompt",
2430-
"tooltip": "Prompt for the image generation"
2431-
},
2432-
"prompt_upsampling": {
2433-
"name": "prompt_upsampling",
2434-
"tooltip": "Whether to perform upsampling on the prompt. If active, automatically modifies the prompt for more creative generation, but results are nondeterministic (same seed will not produce exactly the same result)."
2435-
},
2436-
"skip_preprocessing": {
2437-
"name": "skip_preprocessing",
2438-
"tooltip": "Whether to skip preprocessing; set to True if control_image already is depth-ified, False if it is a raw image."
2439-
},
2440-
"guidance": {
2441-
"name": "guidance",
2442-
"tooltip": "Guidance strength for the image generation process"
2443-
},
2444-
"steps": {
2445-
"name": "steps",
2446-
"tooltip": "Number of steps for the image generation process"
2447-
},
2448-
"seed": {
2449-
"name": "seed",
2450-
"tooltip": "The random seed used for creating the noise."
2451-
},
2452-
"control_after_generate": {
2453-
"name": "control after generate"
2454-
}
2455-
},
2456-
"outputs": {
2457-
"0": {
2458-
"tooltip": null
2459-
}
2460-
}
2461-
},
24622372
"FluxProExpandNode": {
24632373
"display_name": "Flux.1 Expand Image",
24642374
"description": "Outpaints image based on prompt.",
@@ -11662,10 +11572,12 @@
1166211572
},
1166311573
"outputs": {
1166411574
"0": {
11665-
"name": "model_file"
11575+
"name": "model_file",
11576+
"tooltip": null
1166611577
},
1166711578
"1": {
11668-
"name": "model task_id"
11579+
"name": "model task_id",
11580+
"tooltip": null
1166911581
}
1167011582
}
1167111583
},
@@ -11718,10 +11630,12 @@
1171811630
},
1171911631
"outputs": {
1172011632
"0": {
11721-
"name": "model_file"
11633+
"name": "model_file",
11634+
"tooltip": null
1172211635
},
1172311636
"1": {
11724-
"name": "model task_id"
11637+
"name": "model task_id",
11638+
"tooltip": null
1172511639
}
1172611640
}
1172711641
},
@@ -11736,10 +11650,12 @@
1173611650
},
1173711651
"outputs": {
1173811652
"0": {
11739-
"name": "model_file"
11653+
"name": "model_file",
11654+
"tooltip": null
1174011655
},
1174111656
"1": {
11742-
"name": "model task_id"
11657+
"name": "model task_id",
11658+
"tooltip": null
1174311659
}
1174411660
}
1174511661
},
@@ -11755,10 +11671,12 @@
1175511671
},
1175611672
"outputs": {
1175711673
"0": {
11758-
"name": "model_file"
11674+
"name": "model_file",
11675+
"tooltip": null
1175911676
},
1176011677
"1": {
11761-
"name": "retarget task_id"
11678+
"name": "retarget task_id",
11679+
"tooltip": null
1176211680
}
1176311681
}
1176411682
},
@@ -11771,10 +11689,12 @@
1177111689
},
1177211690
"outputs": {
1177311691
"0": {
11774-
"name": "model_file"
11692+
"name": "model_file",
11693+
"tooltip": null
1177511694
},
1177611695
"1": {
11777-
"name": "rig task_id"
11696+
"name": "rig task_id",
11697+
"tooltip": null
1177811698
}
1177911699
}
1178011700
},
@@ -11820,10 +11740,12 @@
1182011740
},
1182111741
"outputs": {
1182211742
"0": {
11823-
"name": "model_file"
11743+
"name": "model_file",
11744+
"tooltip": null
1182411745
},
1182511746
"1": {
11826-
"name": "model task_id"
11747+
"name": "model task_id",
11748+
"tooltip": null
1182711749
}
1182811750
}
1182911751
},
@@ -11851,10 +11773,12 @@
1185111773
},
1185211774
"outputs": {
1185311775
"0": {
11854-
"name": "model_file"
11776+
"name": "model_file",
11777+
"tooltip": null
1185511778
},
1185611779
"1": {
11857-
"name": "model task_id"
11780+
"name": "model task_id",
11781+
"tooltip": null
1185811782
}
1185911783
}
1186011784
},

src/locales/es/nodeDefs.json

Lines changed: 0 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,86 +1449,6 @@
14491449
}
14501450
}
14511451
},
1452-
"FluxProCannyNode": {
1453-
"description": "Genera una imagen usando una imagen de control (canny).",
1454-
"display_name": "Flux.1 Imagen de Control Canny",
1455-
"inputs": {
1456-
"canny_high_threshold": {
1457-
"name": "canny_high_threshold",
1458-
"tooltip": "Umbral alto para la detección de bordes Canny; se ignora si skip_processing es True"
1459-
},
1460-
"canny_low_threshold": {
1461-
"name": "canny_low_threshold",
1462-
"tooltip": "Umbral bajo para la detección de bordes Canny; se ignora si skip_processing es True"
1463-
},
1464-
"control_after_generate": {
1465-
"name": "control after generate"
1466-
},
1467-
"control_image": {
1468-
"name": "control_image"
1469-
},
1470-
"guidance": {
1471-
"name": "guidance",
1472-
"tooltip": "Fuerza de la guía para el proceso de generación de la imagen"
1473-
},
1474-
"prompt": {
1475-
"name": "prompt",
1476-
"tooltip": "Prompt para la generación de la imagen"
1477-
},
1478-
"prompt_upsampling": {
1479-
"name": "prompt_upsampling",
1480-
"tooltip": "Indica si se debe realizar upsampling en el prompt. Si está activo, modifica automáticamente el prompt para una generación más creativa, pero los resultados son no deterministas (la misma semilla no producirá exactamente el mismo resultado)."
1481-
},
1482-
"seed": {
1483-
"name": "seed",
1484-
"tooltip": "La semilla aleatoria utilizada para crear el ruido."
1485-
},
1486-
"skip_preprocessing": {
1487-
"name": "skip_preprocessing",
1488-
"tooltip": "Indica si se debe omitir el preprocesamiento; establecer en True si control_image ya está canny-fied, False si es una imagen sin procesar."
1489-
},
1490-
"steps": {
1491-
"name": "steps",
1492-
"tooltip": "Número de pasos para el proceso de generación de la imagen"
1493-
}
1494-
}
1495-
},
1496-
"FluxProDepthNode": {
1497-
"description": "Genera una imagen usando una imagen de control (profundidad).",
1498-
"display_name": "Flux.1 Control de Profundidad de Imagen",
1499-
"inputs": {
1500-
"control_after_generate": {
1501-
"name": "control after generate"
1502-
},
1503-
"control_image": {
1504-
"name": "control_image"
1505-
},
1506-
"guidance": {
1507-
"name": "guidance",
1508-
"tooltip": "Fuerza de la guía para el proceso de generación de imagen"
1509-
},
1510-
"prompt": {
1511-
"name": "prompt",
1512-
"tooltip": "Prompt para la generación de la imagen"
1513-
},
1514-
"prompt_upsampling": {
1515-
"name": "prompt_upsampling",
1516-
"tooltip": "Indica si se realiza upsampling en el prompt. Si está activo, modifica automáticamente el prompt para una generación más creativa, pero los resultados no son deterministas (la misma semilla no producirá exactamente el mismo resultado)."
1517-
},
1518-
"seed": {
1519-
"name": "seed",
1520-
"tooltip": "La semilla aleatoria utilizada para crear el ruido."
1521-
},
1522-
"skip_preprocessing": {
1523-
"name": "skip_preprocessing",
1524-
"tooltip": "Indica si se omite el preprocesamiento; establece en True si control_image ya tiene profundidad, False si es una imagen sin procesar."
1525-
},
1526-
"steps": {
1527-
"name": "steps",
1528-
"tooltip": "Número de pasos para el proceso de generación de imagen"
1529-
}
1530-
}
1531-
},
15321452
"FluxProExpandNode": {
15331453
"description": "Expande la imagen según el prompt.",
15341454
"display_name": "Flux.1 Expandir imagen",

0 commit comments

Comments
 (0)