-
Notifications
You must be signed in to change notification settings - Fork 881
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
Review Strategy for Plugins #3
Comments
Missing sampler from |
Discussing where plugins should live ^ |
This is relevant for #51 too. |
You are the first folks to submit new plugins, thanks! I wanted to see what you all thought about this comment (reposted)...
Basically we want to support third-party plugins and would love to know how you think they should operate in the long-term. |
In terms of first-party plugins, i.e. plugins which live in this monorepo, we're thinking stable-diffusion-webui and WebGPU make sense to have out-of-the-box support for. In the medium-term, we're trying to improve the DX for plugins. (Please leave comments in that PR if you have feedback!) What do you think about hosting #51 and #36 in your own repositories and then we can maintain some sort of "verified" list in StableStudio to make it really simple for folks to use? |
I agree that it doesn't scale to have all the plugins in the one repo. Creates unnecessary burden and liability on you guys. I think if you really wanted to build an ecosystem you'd:
I'm fine with whatever you guys want to do. I was able to just include StableStudio into my python library. The whole things works just running |
hi guys, for webui plugin, I created this extension for webui to extend rest apis https://github.com/jtydhr88/sd-webui-StableStudio, do you want to move it into Stability organization or it is ok to keep it under mine? |
@jtydhr88 For now it's fine to keep in your repo, we'll make a longer-term call once everyone is cool with the overall strategy. |
@cruhl great, once #24 merged, I will send a PR to webui extension index repo https://github.com/AUTOMATIC1111/stable-diffusion-webui-extensions to introduce this extension |
TODO: Will add more details
The text was updated successfully, but these errors were encountered: