ComfyUI nodes for PuLID-Flux model, addressing pollution issues
Top 73.4% on SourcePulse
This repository provides a ComfyUI custom node designed to resolve model pollution issues within the ComfyUI-PuLID-Flux ecosystem. It offers enhanced control over face selection and alignment for image generation tasks, targeting users of ComfyUI who leverage PuLID-Flux for facial manipulation.
How It Works
The core innovation is the ApplyPulidFlux
node, which renames the original ApplyPulidFlux
to prevent conflicts and ensure correct model loading. It addresses model pollution by managing dependencies and loading mechanisms more effectively. The node supports various model formats (32/16-bit, 8-bit GGUF, FP8) and integrates with other custom nodes like TeaCache and Comfy-WaveSpeed, offering flexibility in workflow construction.
Quick Start & Requirements
git clone https://github.com/lldacing/ComfyUI_PuLID_Flux_ll.git
in ComfyUI's custom_nodes
directory, followed by pip install -r requirements.txt
.insightface
compilation (see provided error link).models/pulid/
, models/clip/
, models/insightface/models/antelopev2/
, models/facexlib/
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The attn_mask
functionality is noted as potentially not working correctly. The README advises uninstalling or disabling original PuLID-Flux nodes before installing this plugin due to node name conflicts.
3 months ago
Inactive