上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 49 下一页
摘要: 报LFS错 错误1 WARNING: Authentication error: Authentication required: LFS only supported repository in paid enterprise. 错误2 batch response: LFS only suppo 阅读全文
posted @ 2024-05-11 09:29 朝阳1 阅读(616) 评论(0) 推荐(0)
摘要: *mysql的简单的分表分库原理 1、中间变量 = user_id%(库数量*每个库的表数量); 2、库序号 = 取整(中间变量/每个库的表数量); 3、表序号 = 中间变量%每个库的表数量; 例如:数据库有256 个,每一个库中有1024个数据表,用户的user_id=262145,按照上述的路由 阅读全文
posted @ 2024-05-10 09:46 朝阳1 阅读(25) 评论(0) 推荐(0)
摘要: AI换脸Facefusion整合包下载 百度网盘链接: https://pan.baidu.com/s/1zH-T_5IMv7HBg8V6THsO5A?pwd=m3n9 提取码: m3n9 夸克网盘链接:https://pan.quark.cn/s/81b90f4a89a6 提取码:TNN3 阅读全文
posted @ 2024-05-08 15:45 朝阳1 阅读(1121) 评论(0) 推荐(0)
摘要: 我用的老版本的gui,所以跟新版本估计有偏差。但是安装方式一样 地址 https://github.com/Hillobar/Rope/tree/main 要先安装ffmpeg https://www.cnblogs.com/qcy-blog/p/18173656 安装Rope,先克隆到本地 con 阅读全文
posted @ 2024-05-08 15:38 朝阳1 阅读(127) 评论(0) 推荐(0)
摘要: 地址 https://github.com/HVision-NKU/StoryDiffusion 安装 conda create -n storydiff python==3.11.0 conda activate storydiff # 修改一下 requirements.txt gradio== 阅读全文
posted @ 2024-05-08 14:37 朝阳1 阅读(216) 评论(0) 推荐(0)
摘要: 地址 https://download.pytorch.org/whl/torch_stable.html 选择自己电脑对应的gpu版本 下载完执行 pip install "E:\download\torch-2.2.1+cu121-cp311-cp311-win_amd64.whl" 阅读全文
posted @ 2024-05-08 14:24 朝阳1 阅读(416) 评论(0) 推荐(0)
摘要: https://github.com/hiddify/hiddify-next https://github.com/Pawdroid/Free-servers https://githubtool.com/index.php/archives/57/ https://github.com/free 阅读全文
posted @ 2024-05-08 13:44 朝阳1 阅读(296) 评论(0) 推荐(0)
摘要: 安装对应版本的xformers https://github.com/facebookresearch/xformers#installing-xformers pip install -U xformers --index-url https://download.pytorch.org/whl/ 阅读全文
posted @ 2024-05-07 15:16 朝阳1 阅读(904) 评论(0) 推荐(0)
摘要: 官网 https://github.com/AUTOMATIC1111/stable-diffusion-webui 免python版本 https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.0.0-pre 先 阅读全文
posted @ 2024-05-07 14:10 朝阳1 阅读(140) 评论(0) 推荐(0)
摘要: 魔法在线体验地址 https://supir.xpixel.group/ 有人基于SUPIR封装了ComfyUI的节点,可以让我们更方便地使用模型 https://github.com/kijai/ComfyUI-SUPIR 安装 ComfyUI 方式1:集成包 https://github.com 阅读全文
posted @ 2024-05-06 14:59 朝阳1 阅读(3874) 评论(0) 推荐(1)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 49 下一页