CCSR icon indicating copy to clipboard operation
CCSR copied to clipboard

Difference of tile in inference_ccsr.py and inference_ccsr_tile.py

Open DDDaxing opened this issue 1 year ago • 1 comments

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.

DDDaxing avatar Jul 30 '24 09:07 DDDaxing

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.

csslc avatar Dec 12 '24 04:12 csslc