stable-diffusion.cpp
stable-diffusion.cpp copied to clipboard
Split the api to support comfyui like workflow
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.?