consistency-models icon indicating copy to clipboard operation
consistency-models copied to clipboard

A Toolkit for OpenAI's Consistency Models.

Results 6 consistency-models issues
Sort by recently updated
recently updated
newest added

Hi, this is an excellent repo. I may want to know what FID you obtain?

Hi, I do not seem to see anything related to the consistency distillation training. Do you mind to elaborate a bit? Does this repo only support consistency training, not consistency...

Hi: thanks for the awsome implementation. I encounter an error when training on colab that says the batch images are a list instead of tensor (which does not allow all...

On file consistency.py line 332 “_timesteps = [t + self.bins_max // ((steps - 1) * 2) for t in _timesteps]”, could you tell me where is this line from?Is the...

how to change the pictures generated size?

Hi, I recently started training the consistency model using the code provided in the repository. However, I noticed that some generated images in one batch appear as noise. Could you...