A node-based image processing GUI aimed at making chaining image processing tasks easy and customizable. Born as an AI upscaling application, chaiNNer has grown into an extremely flexible and powerful programmatic image processing application.
Description
Use upscale node on an image of size 532x400
Upscale to size 2720x2048
Logs
Error
An error occurred in a Upscale node:
Expected the returned image to be 2720x2048px but found 2720x2048px instead
Input values:
• Image: RGB Image 532x400
• Upscaler Mode: Scale to
• Resize multiplier: 4
• Width: 2720
• Height: 2048
• Crop to fit: No
• Upscaler 1: SwinIR 4x
• Use second upscaler: No
• Upscaler 2: SwinIR 4x
• Upscaler 2 visibility: 0.3
Stack Trace:
Traceback (most recent call last):
File "C:\Users\perev\AppData\Local\chaiNNer\app-0.24.1\resources\src\process.py", line 176, in run_node
raw_output = node.run(*enforced_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\perev\AppData\Local\chaiNNer\app-0.24.1\resources\src\nodes\node_cache.py", line 163, in _run
output = run(*args)
^^^^^^^^^^
File "C:\Users\perev\AppData\Local\chaiNNer\app-0.24.1\resources\src\packages\chaiNNer_external\external_stable_diffusion\automatic1111\upscale.py", line 191, in upscale_node
(rw, rh) == (int(iw * larger_ratio), int(ih * larger_ratio))
AssertionError: Expected the returned image to be 2720x2048px but found 2720x2048px instead
Information:
Description Use upscale node on an image of size 532x400 Upscale to size 2720x2048
Logs