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

Split the api to support comfyui like workflow #252

Open
chinshou opened this issue May 9, 2024 · 1 comment
Open

Split the api to support comfyui like workflow #252

chinshou opened this issue May 9, 2024 · 1 comment

Comments

@chinshou
Copy link

chinshou commented May 9, 2024

For instance, some effects require combining multiple different control networks to achieve them, which is easy to implement in ComfyUI. However, this is not possible with the current Stable Diffusion C API. Is it feasible to split the API into modules like module loader, VAE decoder/encoder, latent image generation, k-sampler, control network application, etc.?

@pedroCabrera
Copy link

I'm also looking into this, I have successfully managed to split model loading and inferencing with the scheduler, rgn, and all the parameters reset on fast inference, but now looking into split it more as you said and also wondering about control net merging.

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