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

[SDXL] Fix SDXL Inpaint when using from_single_file #6138

Closed
wants to merge 5 commits into from
Closed

[SDXL] Fix SDXL Inpaint when using from_single_file #6138

wants to merge 5 commits into from

Conversation

tolgacangoz
Copy link
Contributor

@tolgacangoz tolgacangoz commented Dec 11, 2023

What does this PR do?

Fixes #6001.
Previously, StableDiffusionXLInpaintPipeline with SDXL-refiner returned StableDiffusionXLImg2ImgPipeline wrongly when using the from_single_file method.

Before submitting

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@sayakpaul @DN6

@tolgacangoz tolgacangoz changed the title [SDXL] Fix SDXL Inpaint [SDXL] Fix SDXL Inpaint when using from_single_file Dec 11, 2023
@DN6
Copy link
Collaborator

DN6 commented Dec 12, 2023

Hi @StandardAI I opened a similar PR: #6147 to address this issue as well. There are quite a few extra checks in the convert_from_ckpt function and we're trying to simplify this function as much as possible moving forward.

@tolgacangoz tolgacangoz deleted the fix-sdxl-inpaint branch January 24, 2024 17:02
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

Successfully merging this pull request may close these issues.

StableDiffusionXLInpaintPipeline.from_single_file for refiner returns back Img2ImgPipeline
2 participants