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

(feature) diffusers.StableDiffusionAdapterPipeline could inherit FromSingleFileMixin #9123

Open
Teriks opened this issue Aug 8, 2024 · 3 comments · May be fixed by #10552
Open

(feature) diffusers.StableDiffusionAdapterPipeline could inherit FromSingleFileMixin #9123

Teriks opened this issue Aug 8, 2024 · 3 comments · May be fixed by #10552

Comments

@Teriks
Copy link
Contributor

Teriks commented Aug 8, 2024

This is probably not a high traffic pipeline, but I have noticed it is probably possible for this pipeline to inherit FromSingleFileMixin harmlessly, it currently does not.

I am using this snippet to support single file loads with this pipeline and it seems to work fine when it inherits this mixin.

pipe_class = type(
    'StableDiffusionAdapterPipeline',  
    (diffusers.loaders.FromSingleFileMixin, diffusers.StableDiffusionAdapterPipeline), {})

pipe_class.from_single_file(...)
@Teriks Teriks changed the title diffusers.StableDiffusionAdapterPipeline could inherit FromSingleFileMixin (feature) diffusers.StableDiffusionAdapterPipeline could inherit FromSingleFileMixin Aug 8, 2024
@a-r-r-o-w
Copy link
Member

cc @DN6

Copy link

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

@github-actions github-actions bot added the stale Issues that haven't received updates label Sep 14, 2024
@a-r-r-o-w a-r-r-o-w removed the stale Issues that haven't received updates label Oct 29, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

@github-actions github-actions bot added the stale Issues that haven't received updates label Nov 22, 2024
@a-r-r-o-w a-r-r-o-w removed the stale Issues that haven't received updates label Nov 22, 2024
@Teriks Teriks linked a pull request Jan 13, 2025 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants