How to avoid Apex Heap Size issue in SKUID?

I’ve used models only for conditions before as well. You can set the number of records to 0 for those. If you do have other models that need to load all records no matter what, then you create a snippet to be called that checks models to see if there are additional rows. If so, get more. Rinse and repeat til no more rows.