Lightning-AI / LitServe

Lightning-fast serving engine for AI models. Flexible. Easy. Enterprise-scale.
https://lightning.ai/docs/litserve
Apache License 2.0
2.04k stars 128 forks source link

May I ask if it is possible to deploy complex pipelines such as ControlNet and IP Adapter in Stable Diffusion? Do you have any examples #236

Open libai-lab opened 2 weeks ago

libai-lab commented 2 weeks ago

May I ask if it is possible to deploy complex pipelines such as ControlNet and IP Adapter in Stable Diffusion? Do you have any examples?

williamFalcon commented 2 weeks ago

Built it in about 15 minutes... @libai-lab https://lightning.ai/lightning-ai/studios/deploy-a-controlled-image-generation-api-controlnet

libai-lab commented 2 weeks ago

Built it in about 15 minutes... @libai-lab https://lightning.ai/lightning-ai/studios/deploy-a-controlled-image-generation-api-controlnet

https://lightning.ai/mpilosov/studios/stable-diffusion-with-comfyui?section=featured&query=comfy ,Based on this example of Comfyui, can we deploy Comfyui as a backend API for mobile users to use?

aniketmaurya commented 2 weeks ago

@libai-lab haven't really checked comfy-ui but you should be able to deploy any kind of Python application or model that can be loaded in Python with LitServe.