摘要: 按照提示可以看到是Cmake和dlib没有安装成功 通过pip安装了CMake 再安装dlib时还是失败 继续百度 找到了B站上一名叫“刚哥旅游”up主的笔记 第一步:手动下载 "Microsoft C++ Build Tools": https://visualstudio.microsoft.c 阅读全文
posted @ 2024-06-28 15:42 Y沼泽Y 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 通过github直接下载 requirements里面查看有哪些依赖 pip show numpy Location: c:\python310\lib\site-packages 需要什么包用pip安装,然后把python下的包(lib目录) pip其实就是安装在python的目录 复制到comf 阅读全文
posted @ 2024-06-26 10:55 Y沼泽Y 阅读(2) 评论(0) 推荐(0) 编辑
摘要: reactor 多人混合 多人换脸 reactor换脸(设置组) 顺序left-right 目标源0,1,源面部1,0 交叉换脸 阅读全文
posted @ 2024-06-26 10:15 Y沼泽Y 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 模型下载 https://huggingface.co/guoyww/animatediff/tree/main 已下载 was26 haggingface,搜 poms-funtime-mlora-emporium 阅读全文
posted @ 2024-05-22 16:32 Y沼泽Y 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 解压以后安装管理工具 进入custom_nodes,cmd git clone https://github.com/ltdrdata/ComfyUI-Manager 用Manager汉化 AIGODLIKE-COMFYUI-TRANSLATION 阅读全文
posted @ 2024-04-08 16:45 Y沼泽Y 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 大模型 CKPT:用PICKLE序列化,这意味着它可能包含一些恶意代码,如果你不信任这个模型来源的话,不推荐下载CKPT,除非这个模型只有CKPT这个格式 SAFE:它只包含数据,没有任何代码,它的加载和安全性更高,首推! 大模型放置的位置:MODELS文件夹下找到SD目录即可。 2.小模型/微调模 阅读全文
posted @ 2024-03-28 08:47 Y沼泽Y 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 图像作为画布,没有实际意义 在特定位置绘制指定元素 阅读全文
posted @ 2024-03-26 15:04 Y沼泽Y 阅读(30) 评论(0) 推荐(0) 编辑
摘要: pip3 install torch Fatal error in launcher: Unable to create process using '"C:\Users\DELL\AppData\Local\Programs\Python\Python38\python3.exe" "C:\Pyt 阅读全文
posted @ 2024-03-18 15:34 Y沼泽Y 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': "AaronCool", # 你的数据库名称 'USER': "root", # 你的数据库用户名 'PASSWORD': "Aaron20 阅读全文
posted @ 2024-01-03 16:39 Y沼泽Y 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 路由里加入各种路径 记得头部加入from django.conf.urls import url, include 不然url无法识别 view文件内渲染静态文件 点击查看代码 TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.D 阅读全文
posted @ 2024-01-03 16:38 Y沼泽Y 阅读(4) 评论(0) 推荐(0) 编辑