Lightning-Universe / stable-diffusion-deploy

Learn to serve Stable Diffusion models on cloud infrastructure at scale. This Lightning App shows load-balancing, orchestrating, pre-provisioning, dynamic batching, GPU-inference, micro-services working together via the Lightning Apps framework.

Home Page:https://lightning.ai/muse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set specific port of api server?

naem1023 opened this issue · comments

It seems like LightningWork randomly generates port for opening servers(api component, slack api etc..)

How can I set specific port that I want?

I have same problem. Did you resolve it ?

You can pass port argument to load balancer object in app.py.