| 1 | import { PartialTaskEvent, TaskProps, taskQueue } from '../../modules/task-queue/task-queue'; |
| 2 | import { checkIfInstalled, installPyTorchForGPU, checkIfInstalledComfyUI, cloneComfyUI, installCondaPackageTask, installCondaTask, installPythonTask, getInstallPyTorchForGPUCommand} from '../../modules/comfyui/bootstrap'; |
| 3 | import { CONFIG_KEYS, appConfigManager } from '../../modules/config-manager'; |
| 4 | import { checkBasicRequirements } from '../../modules/comfyui/bootstrap'; |
nothing calls this directly
no outgoing calls
no test coverage detected