Skip to content

Commit

Permalink
Renamed panel to Custom ComfyUI Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahAlfaraj committed Nov 30, 2023
1 parent df7c2f5 commit 0179afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescripts/comfyui/comfyui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ class ComfyWorkflowComponent extends React.Component<{}, { value?: number }> {
title="reload the current workflow"
onClick={async () => {
store.data.object_info =
comfyapi.comfy_api.getObjectInfo()
comfyapi.comfy_api.getObjectInfo()
loadWorkflow2(
store.data.workflows2[
store.data.selected_workflow_name
Expand Down Expand Up @@ -1666,7 +1666,7 @@ root.render(
//<React.StrictMode>
<ErrorBoundary>
<div style={{ border: '2px solid #6d6c6c', padding: '3px' }}>
<Collapsible defaultIsOpen={true} label={Locale('ComfyUI')}>
<Collapsible defaultIsOpen={true} label={Locale('Custom ComfyUI Workflow')}>
{/* <ComfyNodeComponent></ComfyNodeComponent> */}

<ComfyWorkflowComponent />
Expand Down

0 comments on commit 0179afa

Please sign in to comment.