From f971f27dfd11bc9047af22c57e5cbbb7b2d2aa8a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 25 Mar 2026 09:21:10 +0200 Subject: photo-enhance: use RealESRGAN_x4plus.pth (matches pre-installed model on VM) realesr-general-x4v3.pth was referenced but only RealESRGAN_x4plus.pth is pre-installed via the TOML config. Use the available model to avoid workflow errors on first run. Both are 4x ESRGAN models; x4plus is the standard photo quality option. Co-Authored-By: Claude Sonnet 4.6 --- workflows/photo-enhance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/photo-enhance.json b/workflows/photo-enhance.json index 7f7b7a4..44ecd3e 100644 --- a/workflows/photo-enhance.json +++ b/workflows/photo-enhance.json @@ -18,7 +18,7 @@ "class_type": "UpscaleModelLoader", "_meta": {"title": "Load realesr-general-x4v3 (photo-tuned AI upscaler)"}, "inputs": { - "model_name": "realesr-general-x4v3.pth" + "model_name": "RealESRGAN_x4plus.pth" } }, "4": { -- cgit v1.2.3