[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-01-30 12:39:24 +00:00
parent 6108a6c0a1
commit a0a1b9a926

View File

@@ -198,10 +198,18 @@ export const useModelToNodeStore = defineStore('modelToNode', () => {
quickRegister('SEEDVR2', 'SeedVR2LoadDiTModel', 'model')
// Depth estimation models
quickRegister('depthanything', 'DownloadAndLoadDepthAnythingV2Model', 'model')
quickRegister(
'depthanything',
'DownloadAndLoadDepthAnythingV2Model',
'model'
)
// Latent upscaling models
quickRegister('latent_upscale_models', 'LatentUpscaleModelLoader', 'model_name')
quickRegister(
'latent_upscale_models',
'LatentUpscaleModelLoader',
'model_name'
)
// Segmentation models
quickRegister('sam2', 'DownloadAndLoadSAM2Model', 'model')