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

Prompt for specific style ? #15

Open
104madlife opened this issue Dec 16, 2024 · 1 comment
Open

Prompt for specific style ? #15

104madlife opened this issue Dec 16, 2024 · 1 comment

Comments

@104madlife
Copy link

Thanks for ur great work!

I'm trying to do the ID customization task(faceID) for anime character, but the color style of the output image seems to be odd and low quality. Could u please share what kind of prompt you used for specifying the style of the image? Especially those for the shown examples of ur posted results

@lehduong
Copy link
Owner

lehduong commented Dec 16, 2024

I have attached below some examples with different output resolutions. CFG is set to 4 and num_inference_steps is set to 65. The trick is copying part of the source images' captions to the target prompt (as in here).

You can increase the resolution by multiplying height and width by a factor such as 1.25, 1.5, or 2 (make sure height and width are both divisible by 16). In most cases, increasing the resolution will improve the image quality but might reduce the ID preservation capability (as the model was not trained on those resolutions).
IDCustomization_examples (4)

For some odd styles, using more input images might help.

1 input image:
IDCustomization_examples (3)

3 input image:
IDCustomization_examples (2)

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