Real-ESRGAN ncnn-vulkan v0.2.5.0 · 全程本地 · 零 key
每一张都是本机用 SOP 同一条 CLI 跑出的真实输出(沙箱无独显 → mesa Vulkan llvmpipe 软件渲染),不是 mockup。
-n realesrgan-x4plus -s 4


convert ... -crop ...-n realesrgan-x4plus | realesr-animevideov3


x4plus(默认)
anime 模型
convert ... -crop ...-n realesr-animevideov3 -s 2 -i ./in -o ./out




$ ls batch-in/ social-1.jpg social-2.jpg social-3.jpg social-4.jpg $ ./realesrgan/realesrgan-ncnn-vulkan \ -i batch-in -o batch-out \ -m ./realesrgan/models -n realesr-animevideov3 \ -s 2 -f png [0 llvmpipe (LLVM 20.1.2, 256 bits)] queueC=0[1] queueG=0[1] queueT=0[1] [0 llvmpipe (LLVM 20.1.2, 256 bits)] bugsbn1=0 bugbilz=0 bugcopc=0 bugihfa=0 [0 llvmpipe (LLVM 20.1.2, 256 bits)] fp16-p/s/a=1/1/1 int8-p/s/a=1/1/1 [0 llvmpipe (LLVM 20.1.2, 256 bits)] subgroup=8 basic=1 vote=1 ballot=1 shuffle=1 0.00% 50.00% 0.00% 50.00% 0.00% 50.00% 0.00% 50.00% done $ ls -lh batch-out/ -rw-r--r-- 82K social-1.png -rw-r--r-- 85K social-2.png -rw-r--r-- 89K social-3.png -rw-r--r-- 80K social-4.png $ identify batch-out/*.png batch-out/social-1.png PNG 240x426 8-bit sRGB batch-out/social-2.png PNG 240x426 8-bit sRGB batch-out/social-3.png PNG 240x426 8-bit sRGB batch-out/social-4.png PNG 240x426 8-bit sRGB # 4 张 120x213 9:16 卡片 → 4 张 240x426 PNG,1 条 CLI 命令搞定 # sandbox 没有独显 → 走 mesa-vulkan-drivers 的 llvmpipe 软件 Vulkan # 真机有独显时同一条命令会被自动加速