# Lightweight local preset for CPU-only development on macOS. # Run with: # VISUALIZER_CONFIG=visualizer.local.toml uvicorn app:app --host 0.0.0.0 --port 7860 [models] segmentation_model = "segformer" segformer_model_name = "nvidia/segformer-b2-finetuned-ade-512-512" depth_model_name = "Intel/dpt-large" [runtime] enable_depth_estimation = false enable_intrinsic_shading = false data_dir = "data"