consistency_models
consistency_models copied to clipboard
Official repo for consistency models.
A really exciting work! I wonder if it could be implemented in stable diffusion.
Hi, thanks for the great work. One question here, it seems that the function here below is different from Algorithm 1 in the paper. Any further clarifications on multistep sampling?...
I tried to generate samples in Colab and everything works except that I had to change this line of code in /cm/unet.py, clearing out factory_kwargs. Not sure if this is...
ouput -> output
Is it planned to release the code for the Zero-Shot Image Editing? In particular, I'd be interested in the super-resolution. Best regards
Hi, Thanks for your interesting work first! I am confused about the environment when running the code, and want to know the versions of python and torch used in your...
I only have one gpu, and I want to successfully run the pre-trained model and generate images, what should I do. Where should the code be changed? Please explain in...
Nice Job! I wonder how I can run the code on a single linux server with multiple GPUs. I can run the code on the server with one GPU by...