Hello, I've been working on making use of the Substance Automation Toolkit (AKA Substance Batch Tools

) using batch script (because I have barely used Python) and aside from figuring out what some of the tools such as sbsmutator and sbscooker want in order to work, I managed to generate .sbs and .sbsar files with little issue.
I'm having a small issue though with sbsmutator when using the specialization and --connect-image options and I'm not sure how to handle this since there's nothing pointing this out in the documentation. What's currently happening is that for every image added using the --connect-image command, a Transform 2d node is also added and is downsizing the image to 256x256 which is not desirable.

The resulting bitmap nodes are using the correct size by default but everything else in the graph does not.
Is there any way to correct this such as removing said nodes, getting the size of the input images and setting the size of the graph, or something like that? Ideally, I want it where input size == output size and not have all of them downsize to 256x256. Once I can do that, we're in business.