frequent-errors
Bootstrapper Missing (watchdog_bootstrapper_missing)
How to fix the "ModelFinder.Bootstrapper.exe not found" error on startup.
Symptoms
When launching ComfyLauncher, an error dialog appears saying "ModelFinder.Bootstrapper.exe not found" and ComfyUI fails to start.
Root Cause
ComfyLauncher uses ModelFinder.Bootstrapper.exe as a helper process to start and manage ComfyUI. This file is located in the installation directory (default %LocalAppData%\ModelFinder), alongside ModelFinder.exe.
In the vast majority of cases, this file goes missing because antivirus software quarantines or deletes it. Because the bootstrapper is a small, unsigned executable, heuristic detection tends to flag it as "suspicious" and automatically move it to quarantine. The three most common offenders are:
- Windows Defender (built into Windows)
- 360 Security Guard
- Huorong Security
Severity
High — without the bootstrapper, ComfyUI cannot start at all.
Solution
Step 1: Check whether the file exists
Open the installation directory and verify that ModelFinder.Bootstrapper.exe is present. The default installation path is:
%LocalAppData%\ModelFinder
Paste the path above into the File Explorer address bar to navigate there. If the file is missing, it has been deleted or quarantined by your antivirus software. Continue with the steps below.
Step 2: Restore the file and add it to the allowlist
Follow the instructions for your antivirus software.
Windows Defender
Check quarantine history (GUI)
- Open "Windows Security" (search for "Windows Security" in the Start menu)
- Click "Virus & threat protection"
- Click "Protection history"
- Look for entries related to
ModelFinder - If found, click the entry and select "Actions" -> "Restore"
Check quarantine history (PowerShell)
Open PowerShell as Administrator and run the following command to view recent threat detections:
Get-MpThreatDetection | Select-Object -First 20 | Format-List DetectionID, ActionSuccess, Resources
You can also use the Defender command-line tool to list all quarantined files:
& "$env:ProgramFiles\Windows Defender\MpCmdRun.exe" -Restore -ListAll
Add an exclusion directory
GUI method:
- Open "Windows Security" -> "Virus & threat protection"
- Under "Virus & threat protection settings", click "Manage settings"
- Scroll down to "Exclusions" and click "Add or remove exclusions"
- Click "Add an exclusion" -> "Folder"
- Select the ComfyLauncher installation directory (default
%LocalAppData%\ModelFinder)
PowerShell method (requires Administrator privileges):
Add-MpPreference -ExclusionPath "$env:LOCALAPPDATA\ModelFinder"
Verify the exclusion was added successfully:
Get-MpPreference | Select-Object -ExpandProperty ExclusionPath
360 Security Guard
Restore quarantined files
- Open the 360 Security Guard main window
- Click "Trojan Scan" (or "Security Protection Center")
- Go to the "Quarantine" or "Recovery" section
- Find the files related to
ModelFinder, select them, and click "Restore"
Add a trusted directory
- Open the 360 Security Guard main window
- Click the security shield icon at the top to enter the "Security Operations Center"
- Switch to the "Trusted Zone" tab
- Click "Add Directory"
- Select the ComfyLauncher installation directory (default
%LocalAppData%\ModelFinder) - Click "OK" in the confirmation dialog
If you are using 360 Security Guard Speed Edition, the navigation may differ slightly, but the trusted zone feature is in a similar location.
Huorong Security
Restore quarantined files
- Open the Huorong Security main window
- Click "Security Log" on the left sidebar
- Find the blocked
ModelFinder.Bootstrapper.exeentry - Click "Restore" to recover the file
Add a trusted directory
- Open the Huorong Security main window
- Click the menu button in the top-right corner (three horizontal lines icon)
- Click "Trusted Zone" in the dropdown menu
- Click "Add Folder"
- Select the ComfyLauncher installation directory (default
%LocalAppData%\ModelFinder) - Confirm the addition
Step 3: Reinstall ComfyLauncher
If you cannot find the deleted file in the quarantine area, reinstall to restore the missing file:
- Complete the allowlist setup above first — otherwise the file will be deleted again after reinstalling
- Download the latest version of ComfyLauncher from the official source
- Install to the same directory
Reinstalling will not affect your existing ComfyUI environments or downloaded models.
After installation, launch ComfyLauncher and confirm the bootstrapper-missing error no longer appears.
Still not resolved?
If the problem persists after following the steps above, contact support via the "Contact Us" button in the app and provide the following information:
- Name and version of your antivirus software
- Full path of your installation directory
- Whether the quarantine area contains any ModelFinder-related entries
Wonderful Launcher 文件