openai / consistency_models

Official repo for consistency models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to implement on stable diffusion?

ZGCTroy opened this issue · comments

A really exciting work!
I wonder if it could be implemented in stable diffusion.

This paper addresses how to bridge distillation techniques with classifier-free guided diffusions (like Stable Diffusion).

This paper addresses how to bridge distillation techniques with classifier-free guided diffusions (like Stable Diffusion).

The code implementation for stage one wasn't released and it's very unclear how they are integrating guidance in stage-1 distillation, did anyone try to implement stage-1 of this paper?