Stable Diffusion 3 Medium现已开源

下载地址:stabilityai/stable-diffusion-3-medium · Hugging Face

8 个赞

第一

你知道sd3来源意味着啥吗,可以免费用了

2 个赞

可惜,抱抱脸部署没法绑定域名,有没有个人docker部署教程

这个有啥新功能吗?

好像能写字了

怎么部署

服务器吗

期待教程

用cf处理一下就能绑定域名了

export default {
  async fetch(request, env) {
    const _url = new URL(request.url);
    const hostname = _url.hostname;
    _url.hostname = "xx.hf.space";
    const req = new Request(_url, request);
    req.headers.set('origin', 'https://xx.hf.space');
    const res = await fetch(req);
    let newres = new Response(res.body, res);

    let location = newres.headers.get('location');
    if (location !== null && location !== "") {
      location = location.replace('://xx.hf.space', '://'+hostname);
      newres.headers.set('location', location);
    }
    return newres;
  },
};
7 个赞

本地,服务器,hf都可以

厉害啊

1 个赞

hf咋部署

哎,sd3的核心团队全离职跑路了,真的可惜了,连ceo都跑了去开新公司了,过年的时候还听群里大佬说sd只有估值没有盈利,甚至aws都疯狂威胁提醒他们支付云服务器的钱

居然还用aws,没有自己的服务器,没想到…

好耶

感谢

是已经彻底弃疗了吗?