PuLID
PuLID copied to clipboard
[NeurIPS 2024] Official code for PuLID: Pure and Lightning ID Customization via Contrastive Alignment
Thank you for the open source code for learning. I have a question to ask. I found that the consistency of the faces generated in close range (when the characters...
Whats the perfect image size for the input image ? How much environment ?
Anyone help me? (pulid1) D:\PuLID>python app.py C:\Users\admin\anaconda3\envs\pulid1\lib\site-packages\transformers\utils\generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( C:\Users\admin\anaconda3\envs\pulid1\lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( C:\Users\admin\anaconda3\envs\pulid1\lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is...
what's the relationship between the Conventional Diffusion branch and the Lightning T2I branch? Do they share the same UNet weights but with different sampling algorithms?
你好,考虑在playgroundai 2.5上面做一个新版吗
I notice you use for [when num_sample > 1](https://github.com/ToTheBeginning/PuLID/blob/main/app.py#L54), I try to set num_images_per_prompt > 1, eg 2 or 4, the result is bad, ID similarity has been greatly weakened
requirements.txt ``` ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from versions: none) ERROR: No matching distribution found for onnxruntime-gpu ``` app.py `AssertionError: Torch not compiled with...
Hello! I really love the Replicate PuLID portrait generator what I am trying now. could you recommend some tutorial to find out how to use the settings to fine tune...
I took the latest update https://github.com/Mikubill/sd-webui-controlnet/pull/2891 and I am noticing if there are is a male and female in a picture then PuLID replaces every face with the one mentioned...