上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 49 下一页
摘要: 上篇写了自动扣图 https://www.cnblogs.com/qcy-blog/p/18207984 这个适合把所有的东西扣出来 如果是只扣个头发之类的就不行了,推荐使用ComfyUI Segment Anything 地址 https://github.com/storyicon/comfyu 阅读全文
posted @ 2024-05-30 16:33 朝阳1 阅读(888) 评论(0) 推荐(0)
摘要: 之前用yii2的时候框架封装的几个数组函数很好用,中间换了框架,把函数封装成了util <?php namespace app\utils; interface Arrayable { /** * Returns the list of fields that should be returned 阅读全文
posted @ 2024-05-27 13:58 朝阳1 阅读(33) 评论(0) 推荐(0)
摘要: 上一篇写了人物抠图 https://www.cnblogs.com/qcy-blog/p/18207984 抠图模型上一篇已经安装了 工作流,导入并安装缺失节点,基础大模型选择一个自己喜欢的就好了 { "last_node_id": 41, "last_link_id": 65, "nodes": 阅读全文
posted @ 2024-05-23 15:38 朝阳1 阅读(1722) 评论(0) 推荐(0)
摘要: 很简单只需要一个模型 https://hf-mirror.com/frankminors123/U2Net_ONNX/tree/main 下载到ComfyUI\models\rembg目录下 工作流,下载缺失节点 {"last_node_id": 72, "last_link_id": 118, " 阅读全文
posted @ 2024-05-23 11:09 朝阳1 阅读(702) 评论(0) 推荐(0)
摘要: 项目地址 https://github.com/InstantID/InstantID 克隆到本地,根据要求pip安装依赖 模型文件上篇文章讲了如何下载 https://www.cnblogs.com/qcy-blog/p/18202276 我用的windows,所以改了一下示例infer.py源码 阅读全文
posted @ 2024-05-22 17:13 朝阳1 阅读(166) 评论(0) 推荐(0)
摘要: 地址 https://github.com/luosiallen/latent-consistency-model LCM「 全称 Latent Consistency Models(潜在一致性模型)」,是清华大学交叉信息科学研究院研发的一款生成模型。它的特点是可以通过少量步数(4-8 steps) 阅读全文
posted @ 2024-05-22 11:03 朝阳1 阅读(243) 评论(0) 推荐(0)
摘要: 在线体验 https://huggingface.co/spaces/lllyasviel/IC-Light 国内可以用魔塔 https://modelscope.cn/studios/AI-ModelScope/IC-Light/summary ComfyUI IC-Light 原生插件: htt 阅读全文
posted @ 2024-05-21 13:52 朝阳1 阅读(2002) 评论(0) 推荐(0)
摘要: ComfyUI-InstantID:https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID 进入 ComfyUI\custom_nodes git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID. 阅读全文
posted @ 2024-05-20 16:26 朝阳1 阅读(1557) 评论(0) 推荐(0)
摘要: 1:一般需要重启才会生效 2: 以修改环境变量"HF_HOME"为例,修改完成后,进入DOS命令提示符 输入:set PATH=C: 关闭DOS窗口 再次打开DOS窗口 输入:echo %HF_HOME% ,可以发现“我的电脑”->“属性”->“高级”->“环境变量”中设置的 PATH 值已经生效。 阅读全文
posted @ 2024-05-20 11:34 朝阳1 阅读(2583) 评论(0) 推荐(0)
摘要: 体验地址 https://huggingface.co/spaces/levihsu/OOTDiffusion 工作流,安装缺失节点,模型只能从haggingface自动下载,不需要手动下载 { "last_node_id": 10, "last_link_id": 8, "nodes": [ { 阅读全文
posted @ 2024-05-17 17:03 朝阳1 阅读(1554) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 49 下一页