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

What should I do to use different Inpaint models? #34

Closed
kadirnar opened this issue Sep 1, 2023 · 2 comments
Closed

What should I do to use different Inpaint models? #34

kadirnar opened this issue Sep 1, 2023 · 2 comments

Comments

@kadirnar
Copy link

kadirnar commented Sep 1, 2023

SD-XL Inpaint:

https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl_inpaint.py

Controlnet Inpaint:

https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/controlnet/pipeline_controlnet_inpaint.py

Do I need to train to use this models? Or is it enough for me to develop a new pipe code? What should I do? Can you help me?

@kadirnar
Copy link
Author

kadirnar commented Sep 1, 2023

Question-2:

When I test different clothing images, the results are bad. I want to fix this. Can we increase accuracy with Controlnet models?

#14

@ABaldrati
Copy link
Collaborator

Do I need to train to use this models? Or is it enough for me to develop a new pipe code? What should I do? Can you help me?

For using a different inpainting model you should retrain all the models from scratch
Alberto

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