diffusers>=0.28.0








Custom nodes for comfyUI.
pip install -r requirements.txt
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
diffusers: https://github.com/huggingface/diffusers
openai – consistencydecoder: https://github.com/openai/consistencydecoder
reddit user Total-Resort-3120 for float ramp node
Run tests:
python tests/test_image_padding_advanced.py