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

Usage of Stable Diffusion v2.1, v3 #492

Open
StrangeAdminos opened this issue Oct 7, 2024 · 2 comments
Open

Usage of Stable Diffusion v2.1, v3 #492

StrangeAdminos opened this issue Oct 7, 2024 · 2 comments

Comments

@StrangeAdminos
Copy link

Hi, @brycedrennan, I would like to use the new SD versions, but I cannot connect them as the service does not accept 'sd2', 'sd21', 'sd20' when passing the architecture parameter. However, when using the 'sd15' architecture, I am unable to use SD2.1 models. Is there any other way to use these models, or am I doing something wrong? I know support was added in older versions.

@StrangeAdminos
Copy link
Author

self.architecture = MODEL_ARCHITECTURE_LOOKUP[self.architecture] KeyError: 'sd2'

@StrangeAdminos StrangeAdminos changed the title Using Stable Diffusion v2.1, v3 Usage of Stable Diffusion v2.1, v3 Oct 7, 2024
@StrangeAdminos
Copy link
Author

New models are needed to implement the functionality of removing objects from images using Lama models.

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

1 participant