目录
AnimateDiff for ComfyUI
ComfyUI 入门教程
什么是ComfyUI?
windows安装教程:
安装:stable-diffusion-webui
组件技巧学习
AnimateDiff for ComfyUI
GitHub - ArtVentureX/comfyui-animatediff: AnimateDiff for ComfyUI
生成动画
ComfyUI 入门教程
老V带你学comfyUI-基础入门 - 知乎
什么是ComfyUI?
ComfyUI 是一个基于节点的 GUI,用于Stable Diffusion。你可以通过将不同的node(称为节点)链接在一起来构建图像生成工作流。
一些常用的模块如:加载checkpoint模型、输入提示词、指定采样器等。ComfyUI 将工作流程分解为可重新排列的元素,因此你可以轻松地创建自己的元素。
windows安装教程:
ComfyUI介绍(官方直译)详细部署教程和使用 - 知乎
sd UI如何跟ComfyUI之间共享模型
笔者之前用的是 stable-diffusion-webui ,以此举例将extra_model_paths.yaml.example
文件复制一份,然后通过文本编辑器打开副本文件。
安装:stable-diffusion-webui
修改 extra_model_paths.yaml.example 的节点:
base_path换成:stable-diffusion-webui的绝对路径
controlnet:换成sd-webui-controlnet的绝对路径
base_path: path/to/stable-diffusion-webui/
checkpoints: models/Stable-diffusion
configs: models/Stable-diffusion
vae: models/VAE
loras: |
models/Lora
models/LyCORIS
upscale_models: |
models/ESRGAN
models/RealESRGAN
models/SwinIR
embeddings: embeddings
hypernetworks: models/hypernetworks
controlnet: models/ControlNet
controlnet:entensions/sd-webui-controlnet/models
2023.04的模型:
大模型:https://pan.baidu.com/s/1TbA04C3TcOSKUh1Y_9trOg 提取码:aaki
这个是2023.5月6月的模型:
大模型:https://pan.baidu.com/s/1v_RKaBTWkhFYabOvlao7pQ 提取码:aaki
组件技巧学习
让你的ComfyUI达到和WebUI相同的效果 - 哔哩哔哩