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

Image-conditioned model rarely condition on image #12

Closed
dqj5182 opened this issue May 26, 2024 · 5 comments
Closed

Image-conditioned model rarely condition on image #12

dqj5182 opened this issue May 26, 2024 · 5 comments

Comments

@dqj5182
Copy link

dqj5182 commented May 26, 2024

I have run Paint3D in my own data, and I think image-conditioned model rarely get conditional input from image (not as pipeline perspective, but in the perspective of the final output).

May I ask how we can put more emphasis on image condition rather than text condition?

@samiede
Copy link

samiede commented May 26, 2024

Decrease the denoising strength

@Zzlongjuanfeng
Copy link
Contributor

Two options may enhance the influence of the image condition:

  1. Increase the weight of the image condition.
  2. Replace the IP-adapter model with 'ip-adapter-plus_sd15'.

@dqj5182
Copy link
Author

dqj5182 commented May 28, 2024

@Zzlongjuanfeng Thanks for your feedback! Sorry but where can I increase the weight of image condition?

@Zzlongjuanfeng
Copy link
Contributor

@Zzlongjuanfeng Thanks for your feedback! Sorry but where can I increase the weight of image condition?

During class initialization, you can set the weight of the IP adapter using 'pipeline.set_ip_adapter_scale(xx)'.

@dqj5182
Copy link
Author

dqj5182 commented May 31, 2024

Thanks a lot! I think my issue has been solved, so I will close the issue.

@dqj5182 dqj5182 closed this as completed May 31, 2024
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

3 participants