You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a slightly modified version of the original PuLID. The change is to use a custom SDXL model, in my case Juggernaut-XL-v9. If you use a square resolution, everything works fine at low resolution. However, having tested the 2048x2048 resolution, the face literally blurred out of shape in the final image.
Unfortunately, I can't provide this image right now. But you can easily replicate it by taking my cli-version of PuLID and running it with the command python app.py --save_dir ‘{OUTPUT_DIR}/PuLID_output’ --save_file_name ‘{filename}’ --face_img ‘{face_img}’ --h 2048 --w 2048.
Also, if you want to examine this code, the first thing you should look at is this file: https://github.com/self-destruction/PuLID_cli/blob/main/pulid/pipeline.py. As you can see, I have temporarily commented out the using of hidiffusion there.
Thanks for your work!
The text was updated successfully, but these errors were encountered:
I'm using a slightly modified version of the original PuLID. The change is to use a custom SDXL model, in my case
Juggernaut-XL-v9
. If you use a square resolution, everything works fine at low resolution. However, having tested the 2048x2048 resolution, the face literally blurred out of shape in the final image.Unfortunately, I can't provide this image right now. But you can easily replicate it by taking my cli-version of PuLID and running it with the command
python app.py --save_dir ‘{OUTPUT_DIR}/PuLID_output’ --save_file_name ‘{filename}’ --face_img ‘{face_img}’ --h 2048 --w 2048
.Also, if you want to examine this code, the first thing you should look at is this file: https://github.com/self-destruction/PuLID_cli/blob/main/pulid/pipeline.py. As you can see, I have temporarily commented out the using of hidiffusion there.
Thanks for your work!
The text was updated successfully, but these errors were encountered: