CCSR
CCSR copied to clipboard
Difference of tile in inference_ccsr.py and inference_ccsr_tile.py
Hi, I noticed tile operation can also be used in inference_ccsr.py through sampler.sample_with_mixdiff_ccsr so what is the difference between tile in inference_ccsr.py and that in inference_ccsr_tile.py? Thank you.
Thank you for your attention. The key difference lies in the weights applied when merging tile patches into the overall latent state. In inference_ccsr.py, average weights are used, whereas in inference_ccsr_tile.py, Gaussian weights are applied.