PuLID icon indicating copy to clipboard operation
PuLID copied to clipboard

[NeurIPS 2024] Official code for PuLID: Pure and Lightning ID Customization via Contrastive Alignment

Results 90 PuLID issues
Sort by recently updated
recently updated
newest added

![cb21b8941bf8be831a54f942ff3c347](https://github.com/ToTheBeginning/PuLID/assets/57893172/fabba378-28bd-499b-9146-f1d033ca95c1) They all seem to be successful, whether it is API or web, but without exception they are black ![25c530d2aa0cccd06f61961a3deffeb](https://github.com/ToTheBeginning/PuLID/assets/57893172/c6671544-4529-4b7f-b26e-314f0add681f)

Very good face consistency but need comfyui. Excellent work!

I have been testing PuLID in A1111 following this guide https://github.com/Mikubill/sd-webui-controlnet/pull/2838 But the results are very different from your demo, they are very low quality and low fidelity. I trsted...

I wanted to load a custom stable diffusion model, and also to load custom lora weight instead of loading SDXL Lightning. Is there a method, or a planned method, to...

Hello, Nice project but as you are utilizing antelopev2 as the face recognition model, it's important to note that your entire project is currently restricted for pure research purposes and...

signficant -> significant

Will the training scripts be released at any point?

This is my errors: `torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 22.00 MiB (GPU 0; 12.00 GiB total capacity; 10.89 GiB already allocated; 0 bytes free; 11.31 GiB reserved...

pipeline.py ``` class PuLIDPipeline: def __init__(self, *args, **kwargs): super().__init__() self.device = 'cuda' sdxl_base_repo = 'stabilityai/stable-diffusion-xl-base-1.0' sdxl_lightning_repo = 'ByteDance/SDXL-Lightning' self.sdxl_base_repo = sdxl_base_repo ```