Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.17 KB

Consistency Decoder For Comfyui

This project is a comfyui node adaption of Consistency Decoder (https://github.com/openai/consistencydecoder).

  • 20231107 Support multiple images but it would exceed 24GB vram usage. Please don't use with batch size more than 2.

Installation

If you are using venv, please activate venv first.

pip install git+https://github.com/openai/consistencydecoder.git
  • goto ComfyUI\custom_nodes
git clone https://github.com/lrzjason/ConsistencyDecoderNode

Please download the model from following link

https://openaipublic.azureedge.net/diff-vae/c9cebd3132dd9c42936d803e33424145a748843c8f716c0814838bdc8a2fe7cb/decoder.pt

place the model to

C:\\Users\\[user]/.cache/clip

Hardware Requirement

  • 24GB vram at peak

Example

It only works with SD1.5 latent mapping alt text

Original Image: alt text

Consistency Decoder: alt text