From 422451c69e85c984449d518bf60423be733ef5d4 Mon Sep 17 00:00:00 2001 From: AdiosF6F <62105+Adios@users.noreply.github.com> Date: Thu, 18 Dec 2025 17:45:53 +0800 Subject: [PATCH] fix(comfy): add missing ScuNET model path to configuration Add `models/ScuNET` to `services/comfy/extra_model_paths.yaml` to ensure ScuNET models located in the shared storage are correctly discovered and accessible by ComfyUI. --- services/comfy/extra_model_paths.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/comfy/extra_model_paths.yaml b/services/comfy/extra_model_paths.yaml index 64a61e0e3..6e64c5cd4 100644 --- a/services/comfy/extra_model_paths.yaml +++ b/services/comfy/extra_model_paths.yaml @@ -10,6 +10,7 @@ a111: models/ESRGAN models/SwinIR models/GFPGAN + models/ScuNET hypernetworks: models/hypernetworks controlnet: models/ControlNet gligen: models/GLIGEN