Kinyugo / consistency_models

A mini-library for training consistency models.
https://arxiv.org/abs/2303.01469
MIT License
189 stars 19 forks source link

Experiments and Results #12

Open 1999kevin opened 3 months ago

1999kevin commented 3 months ago

Nice implementation!

Could you please share the results and performances of your implementation on some popular datasets? For example, the total training time, the hardware requirement, and the FID in cifar10, imagenet64, and the LSUN dataset. Does the performance meet the performance reported in the original paper?

Kinyugo commented 3 months ago

Hello.

The repo only contains code for the consistency models algorithm. To perform a performance comparison, you would have to implement the neural network that the authors used.