• J
    Fix "masked content" in loopback script · a9eef1fb
    James Railton 提交于
    The loopback script did not set masked content to original after first loop. So each loop would apply a fill, or latent mask. This would essentially reset progress each loop.
    
    The desired behavior is to use the mask for the first loop, then continue to iterate on the results of the previous loop.
    a9eef1fb
loopback.py 5.3 KB