diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-25 09:21:10 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-25 09:21:10 +0200 |
| commit | e5934cea4f6cd1ceadd46864886a3f1a7bbe2491 (patch) | |
| tree | db67ab8525e2b8d4801241b77f51c8e2659b8a90 | |
| parent | 0a5a208fc26d0c9979429bb9e931eac28b112e47 (diff) | |
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 <noreply@anthropic.com>
| -rw-r--r-- | workflows/photo-enhance.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |
