If you’re unable to open a folder named “checkpoints” in JupyterLab, this is a known issue where JupyterLab treats “checkpoints” as a reserved keyword.
JupyterLab cannot open any directory named exactly “checkpoints”. When you try to click on it, nothing happens because the system triggers its internal listCheckpoints function instead of opening the directory. This commonly affects ML model directories and ComfyUI installations.
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.
This issue has been reported in multiple GitHub issues and affects both JupyterLab and classic Jupyter Notebook. The folder name “checkpoints” conflicts with Jupyter’s internal checkpoint system for notebook files.