Before you fill out this form:
Now fill this form out completely:
Describe the bug
With a clean install of cellpose I tried to run cpdino and cpdino-vitb
Both were downloaded from huggingface. After download
GUI_INFO: selected model cpdino
2026-06-16 19:28:52,134 [models INFO] Downloading: "https://huggingface.co/mouseland/cellpose-sam/resolve/main/cpdino" to C:\Users\jbur4964.cellpose\models\cpdino
100%|█████████████████████████████████████████████████████████████████████████████| 1.13G/1.13G [01:55<00:00, 10.5MB/s]
2026-06-16 19:30:48,973 [core INFO] ** TORCH CUDA version installed and working. **
2026-06-16 19:30:48,973 [core INFO] >>>> using GPU (CUDA)
ERROR: name 'dinov3_vitl16' is not defined
For -vitb the error is
ERROR: name 'dinov3_vitb16' is not defined
To Reproduce
Steps to reproduce the behavior:
try to run the dinov3 models
Run log
Please post all command line/notebook output for us to understand the problem. For this please make sure you are running with verbose mode on. So command line, with --verbose tag, or in a notebook first run
logger = io.logger_setup()
before running any Cellpose functions.
Run logs
your logs here.
Screenshots

Before you fill out this form:
Now fill this form out completely:
Describe the bug
With a clean install of cellpose I tried to run cpdino and cpdino-vitb
Both were downloaded from huggingface. After download
GUI_INFO: selected model cpdino
2026-06-16 19:28:52,134 [models INFO] Downloading: "https://huggingface.co/mouseland/cellpose-sam/resolve/main/cpdino" to C:\Users\jbur4964.cellpose\models\cpdino
100%|█████████████████████████████████████████████████████████████████████████████| 1.13G/1.13G [01:55<00:00, 10.5MB/s]
2026-06-16 19:30:48,973 [core INFO] ** TORCH CUDA version installed and working. **
2026-06-16 19:30:48,973 [core INFO] >>>> using GPU (CUDA)
ERROR: name 'dinov3_vitl16' is not defined
For -vitb the error is
ERROR: name 'dinov3_vitb16' is not defined
To Reproduce
Steps to reproduce the behavior:
try to run the dinov3 models
Run log
Please post all command line/notebook output for us to understand the problem. For this please make sure you are running with verbose mode on. So command line, with
--verbosetag, or in a notebook first runbefore running any Cellpose functions.
Run logs
your logs here.Screenshots