TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Deploy your own real-time SDXL Lightning API

2 点作者 ekzhang超过 1 年前

1 comment

ekzhang超过 1 年前
We made a small web app for SDXL Lightning, running your own Python code on GPUs. It generates images in real time.<p>We know there was a fal.ai post yesterday, and that garnered a lot of interest. We also made this quick demo yesterday but didn&#x27;t end up sharing it then. So after seeing this, we thought it would be interesting to mention as an alternative tool for people who like deploying their own code and custom models rather than using prebuilt APIs. :)<p>As mentioned in title, the backend code is open-source too. It&#x27;s 80 lines of Python running on serverless functions, and you can deploy it yourself, or customize it to any model you choose:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;modal-labs&#x2F;modal-examples&#x2F;blob&#x2F;main&#x2F;06_gpu_and_ml&#x2F;stable_diffusion&#x2F;stable_diffusion_xl_lightning.py">https:&#x2F;&#x2F;github.com&#x2F;modal-labs&#x2F;modal-examples&#x2F;blob&#x2F;main&#x2F;06_gp...</a>