@yucornetto @TACJu Hi, could you share the generation config for TiTok without CFG? I tried to reproduce by setting guidance_scale to 0 in configs/infer/TiTok/titok_l32.yaml and keeping everything the same. However, I got an FID of 10.538 which is much higher than the 3.15 reported in the paper:
IS: 69.511
FID: 10.538
sFID: 23.149
Precision: 0.640
Recall: 0.672
In case the default temperature is too high for without CFG, I reduced it to 1.0 but got even worse FID:
IS: 351.666
FID: 12.545
sFID: 11.763
Precision: 0.915
Recall: 0.355
I was able to reproduce the result with CFG so my environment setup should be correct.
@yucornetto @TACJu Hi, could you share the generation config for TiTok without CFG? I tried to reproduce by setting
guidance_scaleto0inconfigs/infer/TiTok/titok_l32.yamland keeping everything the same. However, I got an FID of 10.538 which is much higher than the 3.15 reported in the paper:In case the default temperature is too high for without CFG, I reduced it to
1.0but got even worse FID:I was able to reproduce the result with CFG so my environment setup should be correct.