The issue
JupyterLab cannot open any directory named exactly “checkpoints”. When you try to click on it, nothing happens because the system triggers its internallistCheckpoints
function instead of opening the directory. This commonly affects ML model directories and ComfyUI installations.
Solutions
Option 1: Temporarily rename via terminal
Access the terminal in JupyterLab or through SSH and rename the folder:Rename to access
mv
command only renames the folder, it doesn’t delete any data.
Option 2: Drag and drop method
Download your files to a different directory, then use JupyterLab’s interface to drag and drop files into the checkpoints folder. The folder won’t open, but it will accept dropped files.Option 3: Use the terminal for file operations
Work with the checkpoints folder entirely through the terminal:Access checkpoints via terminal