ComfyUI-GlifNodes

ComfyUI-GlifNodes
★ 64

ComfyUI扩展自定义节点工作流glif应用
为glif.app定制的一组ComfyUI节点,扩展Comfy工作流能力,便于用自定义节点快速构建基于工作流的迷你应用。
💡 在ComfyUI中使用glif专用节点构建并部署迷你应用。
🍴 12 Forks💻 Python🔄 2025-08-18
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e00a65475347
📦 requirements.txt
diffusers>=0.28.0
📄 README

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

LoraLoaderFromURL load LoRAs using a url.

This will work with Huggingface, Civitai, and possibly others. Most models on Civitai will require an API key

to download, which can be obtained on your Civitai account page. Add it to your

environment variables as CIVITAI_API_KEY.

GlifVariable easily use glif variables on the glif comfy editor

Acknowledgements

diffusers: https://github.com/huggingface/diffusers

openai – consistencydecoder: https://github.com/openai/consistencydecoder

reddit user Total-Resort-3120 for float ramp node

dev

Run tests:

python tests/test_image_padding_advanced.py