/ComfyUI-GlifNodes

custom plugins for comfyUI

Primary LanguagePythonMIT LicenseMIT

ComfyUI-GlifNodes

Custom nodes for comfyUI.

Install

pip install -r requirements.txt

Nodes

GlifConsistencyDecoder openai's consistency decoder from hf hub
🧪GlifPatchConsistencyDecoderTiled decoder supporting tiled decoding
SDXLAspectRatio find the closest SDXL height and width for an image
ImageToMultipleOf either crop or stretch an image to a multiple of a specific value
HFHubLoraLoader load LoRAs directly from Huggingface
HFHubEmbeddingLoader load embeddings directly from Huggingface
GlifVariable easily use glif variables on the glif comfy editor

Acknowledgements

diffusers: https://github.com/huggingface/diffusers openai - consistencydecoder: https://github.com/openai/consistencydecoder