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

Output quality for img2img become lower #199

Closed
alanhuang67 opened this issue Dec 10, 2023 · 6 comments
Closed

Output quality for img2img become lower #199

alanhuang67 opened this issue Dec 10, 2023 · 6 comments

Comments

@alanhuang67
Copy link

After updating to the latest bug fix version, the image quality of img2img becomes lower and blurry.

@s9roll7
Copy link
Owner

s9roll7 commented Dec 10, 2023

After updating to the latest bug fix version, the image quality of img2img becomes lower and blurry.

can you upload json file?

git show -s --format=%H
Can you look up the commit id with this command and post it?

@alanhuang67
Copy link
Author

alanhuang67 commented Dec 10, 2023

b6fbe11

json here
1206_HAND.json

feel like have afterimage after update new version

output sample before update
00000001

after update
00000014

@s9roll7
Copy link
Owner

s9roll7 commented Dec 10, 2023

Thank you. I know what caused it.
The latest version is to reduce ram capacity and generation time.
The resolution of controlnet is reduced to (512,*) except for "controlnet_tile".
I thought that everything except "tile" would have no effect on the results, but I was wrong.

If you want to fix it now, the following should fix it

no_shrink_type = ["controlnet_tile"]

no_shrink_type = ["controlnet_tile", "controlnet_depth"]

@alanhuang67
Copy link
Author

Thanks so much!

do I need to add openpose if I use it?

@s9roll7
Copy link
Owner

s9roll7 commented Dec 10, 2023

Perhaps openpose doesn't affect the quality even if the resolution is low.

s9roll7 added a commit that referenced this issue Dec 13, 2023
hassantsyed added a commit to hassantsyed/animatediff-cli-prompt-travel that referenced this issue Dec 14, 2023
@alanhuang67
Copy link
Author

@s9roll7
hello, it still have blur situation after your update!

00000007

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