mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-30 12:59:55 +00:00
Move node field to tags in error report (#2570)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -31,7 +31,10 @@
|
||||
:title="$t('issueReport.submitErrorReport')"
|
||||
error-type="graphExecutionError"
|
||||
:extra-fields="[stackTraceField]"
|
||||
:tags="{ exceptionMessage: props.error.exception_message }"
|
||||
:tags="{
|
||||
exceptionMessage: props.error.exception_message,
|
||||
nodeType: props.error.node_type
|
||||
}"
|
||||
/>
|
||||
<div class="action-container">
|
||||
<FindIssueButton
|
||||
@@ -90,10 +93,7 @@ const stackTraceField = computed<ReportField>(() => {
|
||||
label: t('issueReport.stackTrace'),
|
||||
value: 'StackTrace',
|
||||
optIn: true,
|
||||
getData: () => ({
|
||||
nodeType: props.error.node_type,
|
||||
stackTrace: props.error.traceback?.join('\n')
|
||||
})
|
||||
getData: () => props.error.traceback?.join('\n')
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
@@ -788,7 +788,7 @@
|
||||
"Flux": {
|
||||
"flux_canny_model_example": "Flux Canny Model",
|
||||
"flux_depth_lora_example": "Flux Depth Lora",
|
||||
"flux_dev_example": "Flux Dev",
|
||||
"flux_dev_checkpoint_example": "Flux Dev",
|
||||
"flux_fill_inpaint_example": "Flux Inpaint",
|
||||
"flux_fill_outpaint_example": "Flux Outpaint",
|
||||
"flux_redux_model_example": "Flux Redux Model",
|
||||
|
||||
@@ -788,7 +788,7 @@
|
||||
"Flux": {
|
||||
"flux_canny_model_example": "Flux Cannyモデル",
|
||||
"flux_depth_lora_example": "Flux Depth Lora",
|
||||
"flux_dev_example": "Flux Dev",
|
||||
"flux_dev_checkpoint_example": "Flux Dev",
|
||||
"flux_fill_inpaint_example": "Flux Inpaint",
|
||||
"flux_fill_outpaint_example": "Flux Outpaint",
|
||||
"flux_redux_model_example": "Flux Reduxモデル",
|
||||
|
||||
@@ -788,7 +788,7 @@
|
||||
"Flux": {
|
||||
"flux_canny_model_example": "Flux Canny 모델",
|
||||
"flux_depth_lora_example": "Flux Depth Lora",
|
||||
"flux_dev_example": "Flux 개발",
|
||||
"flux_dev_checkpoint_example": "Flux Dev",
|
||||
"flux_fill_inpaint_example": "Flux Inpaint",
|
||||
"flux_fill_outpaint_example": "Flux Outpaint",
|
||||
"flux_redux_model_example": "Flux Redux 모델",
|
||||
|
||||
@@ -788,7 +788,7 @@
|
||||
"Flux": {
|
||||
"flux_canny_model_example": "Flux Canny Model",
|
||||
"flux_depth_lora_example": "Flux Depth Lora",
|
||||
"flux_dev_example": "Flux Dev",
|
||||
"flux_dev_checkpoint_example": "Flux Dev",
|
||||
"flux_fill_inpaint_example": "Flux Inpaint",
|
||||
"flux_fill_outpaint_example": "Flux Outpaint",
|
||||
"flux_redux_model_example": "Flux Redux Model",
|
||||
|
||||
@@ -788,7 +788,7 @@
|
||||
"Flux": {
|
||||
"flux_canny_model_example": "Flux Canny Model",
|
||||
"flux_depth_lora_example": "Flux Depth Lora",
|
||||
"flux_dev_example": "Flux Dev",
|
||||
"flux_dev_checkpoint_example": "Flux Dev的检查点示例",
|
||||
"flux_fill_inpaint_example": "Flux Inpaint",
|
||||
"flux_fill_outpaint_example": "Flux Outpaint",
|
||||
"flux_redux_model_example": "Flux Redux Model",
|
||||
|
||||
Reference in New Issue
Block a user