MCPcopy Create free account

hub / github.com/ComfyWorkflows/ComfyUI-Launcher / functions

Functions87 in github.com/ComfyWorkflows/ComfyUI-Launcher

↓ 42 callersFunctioncn
(...inputs: ClassValue[])
web/src/lib/utils.ts:4
↓ 12 callersFunctionrun_command
(cmd: List[str], cwd: Optional[str] = None, bg: bool = False)
server/utils.py:103
↓ 9 callersFunctionset_launcher_state_data
(project_folder_path, data: dict)
server/utils.py:448
↓ 7 callersFunctionrun_command_in_project_venv
(project_folder_path, command)
server/utils.py:132
↓ 6 callersFunctionget_launcher_state
(project_folder_path)
server/utils.py:434
↓ 5 callersFunctiondispatch
(action: Action)
web/src/components/ui/use-toast.ts:131
↓ 3 callersFunctionget_config
()
server/utils.py:260
↓ 3 callersFunctionget_launcher_json_for_workflow_json
(workflow_json, resolved_missing_models, skip_model_validation)
server/utils.py:382
↓ 3 callersFunctionget_project_port
(id)
server/utils.py:473
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
web/src/components/ui/use-toast.ts:56
↓ 2 callersFunctioncompute_sha256_checksum
(file_path)
server/utils.py:249
↓ 2 callersFunctionis_port_in_use
(port: int)
server/utils.py:480
↓ 2 callersFunctionset_config
(config)
server/utils.py:271
↓ 2 callersFunctionslugify
Taken from https://github.com/django/django/blob/master/django/utils/text.py Convert to ASCII if 'allow_unicode' is False. Convert spaces or
server/utils.py:28
↓ 2 callersFunctionuseToast
()
web/src/components/ui/use-toast.ts:169
↓ 1 callersFunctioncelery_init_app
(app: Flask)
server/server.py:32
↓ 1 callersFunctioncheck_url_structure
(url)
server/utils.py:15
↓ 1 callersFunctionconvert_to_unix_path
(path: str)
server/utils.py:67
↓ 1 callersFunctionconvert_to_windows_path
(path: str)
server/utils.py:70
↓ 1 callersFunctioncreate_symlink
(source, target)
server/utils.py:495
↓ 1 callersFunctioncreate_virtualenv
(venv_path)
server/utils.py:501
↓ 1 callersFunctiondismiss
()
web/src/components/ui/use-toast.ts:148
↓ 1 callersFunctionextract_model_file_names_with_node_info
(json_data: Union[Dict, List], is_windows: bool = False)
server/utils.py:73
↓ 1 callersFunctionfind_free_port
(start_port, end_port)
server/utils.py:485
↓ 1 callersFunctiongenId
()
web/src/components/ui/use-toast.ts:25
↓ 1 callersFunctiongenerate_incrementing_filename
(filepath)
server/utils.py:392
↓ 1 callersFunctiongetProjectURL
(port: number, settings: Settings)
web/src/components/ProjectCard.tsx:26
↓ 1 callersFunctionget_ckpt_names_with_node_info
(workflow_json: Union[Dict, List], is_windows: bool)
server/utils.py:114
↓ 1 callersFunctioninstall_default_custom_nodes
(project_folder_path, launcher_json=None)
server/utils.py:160
↓ 1 callersFunctioninstall_pip_reqs
(project_folder_path, pip_reqs)
server/utils.py:458
↓ 1 callersFunctionis_launcher_json_format
(import_json)
server/utils.py:191
↓ 1 callersFunctionload_json_files
(directory)
server/tests.py:16
↓ 1 callersFunctionmain
()
server/tests.py:206
↓ 1 callersFunctionmorphingPlaceholder
()
web/src/components/ImportURLUI.tsx:29
↓ 1 callersFunctionnormalize_model_filepaths_in_workflow_json
(workflow_json: dict)
server/utils.py:123
↓ 1 callersFunctionprint_process_output
(process)
server/utils.py:98
↓ 1 callersFunctionrecursive_search
(data: Union[Dict, List, str], in_nodes: bool, node_type: Optional[str])
server/utils.py:77
↓ 1 callersFunctionreducer
(state: State, action: Action)
web/src/components/ui/use-toast.ts:72
↓ 1 callersFunctionrename_file_in_launcher_json
(launcher_json, old_filename, new_filename)
server/utils.py:405
↓ 1 callersFunctionreplace_filepaths
(json_obj)
server/tests.py:30
↓ 1 callersFunctionrun_command_in_project_comfyui_venv
(project_folder_path, command, in_bg=False)
server/utils.py:148
↓ 1 callersFunctionrun_tests
(server_url)
server/tests.py:49
↓ 1 callersFunctionset_default_workflow_from_launcher_json
(project_folder_path, launcher_json)
server/utils.py:413
↓ 1 callersFunctionsetup_custom_nodes_from_snapshot
(project_folder_path, launcher_json)
server/utils.py:196
↓ 1 callersFunctionsetup_files_from_launcher_json
(project_folder_path, launcher_json)
server/utils.py:275
↓ 1 callersFunctionsetup_initial_models_folder
(models_folder_path)
server/utils.py:179
↓ 1 callersFunctionstop_project
(id)
server/server.py:319
↓ 1 callersFunctiontoast
({ ...props }: Toast)
web/src/components/ui/use-toast.ts:140
↓ 1 callersFunctionupdate_config
(config_update)
server/utils.py:264
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
web/src/components/ui/alert-dialog.tsx:60
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
web/src/components/ui/alert-dialog.tsx:46
FunctionBadge
({ className, variant, ...props }: BadgeProps)
web/src/components/ui/badge.tsx:30
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
web/src/components/ui/dialog.tsx:68
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
web/src/components/ui/dialog.tsx:54
FunctionHFLogo
({ className }: { className?: string })
web/src/components/HFLogo.tsx:1
FunctionImportURLUI
({ failed_model_id, mutationToUse, }: { failed_model_id: string mutationToUse: UseMutationResu
web/src/components/ImportURLUI.tsx:11
FunctionImportWorkflowPage
()
web/src/pages/import/page.tsx:4
FunctionImportWorkflowUI
()
web/src/components/ImportWorkflowUI.tsx:64
FunctionIndexPage
()
web/src/pages/index.tsx:4
FunctionMissingModelItem
({ missingModel, resolveMutationToUse, unResolveMutationToUse, }: { missingModel: MissingModel
web/src/components/MissingModelItem.tsx:26
FunctionNav
()
web/src/components/Nav.tsx:10
FunctionNewWorkflowPage
()
web/src/pages/new/page.tsx:4
FunctionNewWorkflowUI
()
web/src/components/NewWorkflowUI.tsx:72
FunctionProjectCard
({ item, settings }: ProjectCardProps)
web/src/components/ProjectCard.tsx:48
FunctionSettingsPage
()
web/src/pages/settings/page.tsx:6
FunctionSettingsUI
()
web/src/components/SettingsUI.tsx:12
FunctionToaster
()
web/src/components/ui/toaster.tsx:11
FunctionToaster
({ ...props }: ToasterProps)
web/src/components/ui/sonner.tsx:6
FunctionWorkflowTemplate
({ item: { id, title, description, thumbnail, isThumbnailVideo, credits }, settings, }: WorkflowTempla
web/src/components/WorkflowTemplate.tsx:26
FunctionWorkflowsGridView
()
web/src/components/WorkflowsGridView.tsx:8
Method__call__
(self, *args: object, **kwargs: object)
server/server.py:34
Method__init__
(self, filename: str, original_filepath: str, normalized_filepath: str)
server/utils.py:62
Functionapi_get_config
()
server/server.py:123
Functionapi_set_config
()
server/server.py:136
Functionapi_settings
()
server/server.py:69
Functionapi_update_config
()
server/server.py:129
Functioncreate_comfyui_project
( project_folder_path, models_folder_path, id, name, launcher_json=None, port=None, create_project_folder=
server/tasks.py:8
Functioncreate_project
()
server/server.py:143
Functiondelete_project
(id)
server/server.py:344
Functionget_project
(id)
server/server.py:105
Functionimport_project
()
server/server.py:197
Functionindex
(path)
server/server.py:372
Functionlist_projects
()
server/server.py:78
Functionopen_models_folder
()
server/server.py:63
Functionrename_file_in_workflow_json
(workflow_json, old_filename, new_filename)
server/utils.py:400
Functionstart_project
(id)
server/server.py:265
Functionupdate
(props: ToasterToast)
web/src/components/ui/use-toast.ts:143