Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feel free to raise issues! #5

Open
qinghew opened this issue Mar 22, 2024 · 4 comments
Open

Feel free to raise issues! #5

qinghew opened this issue Mar 22, 2024 · 4 comments

Comments

@qinghew
Copy link
Owner

qinghew commented Mar 22, 2024

Please feel free to raise issues if you encounter any problems for your development. I will respond as soon as possible.

@qinghew
Copy link
Owner Author

qinghew commented Mar 22, 2024

If you tried before March 22 and found poor performance, please replace the base model with Stable Diffusion v2-1-base-512. Sorry for this bug.

@zengjie617789
Copy link

Thanks for the great contribution. I think more people prefer to use sdxl as base model though this work seems pretty well.

@qinghew
Copy link
Owner Author

qinghew commented Aug 1, 2024

Our work is more oriented towards academic research. Empirically, this method could be adapted to larger diffusion models.

@qinghew
Copy link
Owner Author

qinghew commented Aug 10, 2024

Since we use the ffhq-alignment tool to preprocess the input face to 512x512 and use "aligned_img = img_input.crop((64, 70, 440, 446))" to further crop:

aligned_img = img_input.crop((64, 70, 440, 446)) # Crop interesting region
.

If developers obtain bad results, please use the ffhq-alignment https://github.com/happy-jihye/FFHQ-Alignment to get aligned input face image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants