consistency_models_cifar10 icon indicating copy to clipboard operation
consistency_models_cifar10 copied to clipboard

Consistency models trained on CIFAR-10, in JAX.

Results 4 consistency_models_cifar10 issues
Sort by recently updated
recently updated
newest added

I'm trying to convert it from a jax version to a pytorch version, and you're welcome to help! I have converted models ckpt for pytorch,and migrated pytorch models code from...

Fix the following error I got when running the original version of the code. `` Traceback (most recent call last): File "/home/guandao/anaconda3/envs/jax-cm/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None,...

Thanks for your innovative work! I'm new to the consistency model and trying to reproduce the FID curve in your paper(Fig. 3d) with PyTorch. However, when using the configuration in...

Hi! Thank you so much for your significant contributions and inspiring the research community. We're eager to utilize your model to enhance diffusion models further. However, it seems that the...