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 | f971f27dfd11bc9047af22c57e5cbbb7b2d2aa8a (patch) | |
| tree | defee0a5e88deecc9aa6f0fb25c90803ea007019 | |
| parent | a77bbc20621bedc9c674a06440a87d28144bc806 (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": { |
