()
| 76 | } |
| 77 | |
| 78 | export async function checkIsSetupedConfig() { |
| 79 | const config = appConfigManager.get(CONFIG_KEYS.appSetupConfig) |
| 80 | return !!config; |
| 81 | } |
| 82 | |
| 83 | export async function checkIfInstalledComfyUI(comfy_path?: string): Promise<boolean> { |
| 84 | try { |
no test coverage detected