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

First off, thank you for creating this model. I been trying out the samples on https://huggingface.co/spaces/yanze/PuLID-FLUX and locally and while the results are really good, I notice glasses are not...

Hi, My GPU is Tesla P40 24GB VRAM. I am getting the following error: ``` NotImplementedError: No operator found for `memory_efficient_attention_forward` with inputs: query : shape=(1, 577, 16, 64) (torch.bfloat16)...

Hi, I have a 24G VRAM Nvidia Tesla P40 card. I am getting the following error: ``` torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 144.00 MiB. GPU 0 has...

Did this model also train with ID Loss?

pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for . Set `arbitrary_types_allowed=True` in the model_config to ignore this error or implement `__get_pydantic_core_schema__` on your type to fully support it. If you got...

ostris/OpenFLUX.1 is support?

my environment: A100, GRAM 40G, VRAM 72G, it should not be the cache problem

Just want to make you aware about a Open Flux (based on Schnell) alternative with apache 2 license: https://huggingface.co/ostris/OpenFLUX.1 Maybe a model can be trained on this flux model?

I'm curious if there is a reason for converting the image to grayscale using the to_gray function on line 192 of the pipeline.py file, "face_features_image = torch.where(bg, white_image, self.to_gray(input))".