In influpaint/batch/config.py, def unet_library(image_size, channels, base_dim=None) does not use the parameter image_size in its internal logic. Joespeh confirmed this issue and provided background "This got added when I started training for metrocast, before image_size was used instead of UNET_BASE_DIM, but now it should be configurable/can be different".
Will fix this issue when the season ends.
In
influpaint/batch/config.py,def unet_library(image_size, channels, base_dim=None)does not use the parameterimage_sizein its internal logic. Joespeh confirmed this issue and provided background "This got added when I started training for metrocast, before image_size was used instead of UNET_BASE_DIM, but now it should be configurable/can be different".Will fix this issue when the season ends.