ComfyUI node for text-to-image generation
Top 55.4% on sourcepulse
This repository provides a ComfyUI custom node that wraps the Kwai-Kolors text-to-image diffusion model, enabling its use within the ComfyUI ecosystem. It is designed for users of ComfyUI who wish to leverage the capabilities of the Kwai-Kolors model for image generation.
How It Works
The wrapper utilizes the diffusers
library to load and run the Kwai-Kolors text-to-image pipeline. It supports loading models from Hugging Face, including an alternative method for loading ChatGLM3 models from a single safetensors file. The base SDXL VAE is used for the process.
Quick Start & Requirements
ComfyUI/custom_nodes
folder.pip install -r requirements.txt
(requires transformers
version 4.38.0 or higher).ComfyUI/models/diffusers/Kolors
.Highlighted Details
Maintenance & Community
No specific information on maintainers, community channels, or roadmap is provided in the README.
Licensing & Compatibility
The README does not explicitly state the license for this wrapper. Compatibility with commercial or closed-source projects is not specified.
Limitations & Caveats
The text encoder is a significant VRAM consumer, even with quantization. The README does not detail specific performance benchmarks or known issues.
9 months ago
1 day