krita AI连接本地部署的ComfyUI时缺少模型的解决办法Missing CLIP Vision model sd1.5 pytorch_model.bin, sd1.5 model.safetensors, clip-vision_vit-h.safetensors, clip-vit-h-14-laion2b-s32b-b79k Checking for files with a (partial) match

错误: Missing CLIP Vision model: sd1.5/pytorch_model.bin, sd1.5/model.safetensors, clip-vision_vit-h.safetensors, clip-vit-h-14-laion2b-s32b-b79k
Checking for files with a (partial) match:

把缺少的模型用自带的脚本 下载到 C:\tt2\A 下面,路径你自己定义

C:\Users\Administrator\Downloads\Compressed\krita_ai_diffusion-1.22.0-pre1\ai_diffusion>python download_models.py C:\tt2\A

下载最小的运行环境用这个

python download_models.py C:\tt2\A -m

其中 C:\Users\Administrator\Downloads\Compressed\krita_ai_diffusion-1.22.0-pre1\ai_diffusion是插件解压缩的路径

下载完成后,移动到 ComfyUI的 models下面即可

参数含义 python download_models.py –help

options:
  -h, --help        show this help message and exit
  -v, --verbose     print URLs and filepaths
  -d, --dry-run     don't actually download anything
  --no-sd15         skip SD1.5 models
  --no-sdxl         skip SDXL models
  --no-checkpoints  skip default checkpoints
  --no-upscalers    skip upscale models
  --no-controlnet   skip ControlNet models
  --prefetch        fetch models which would be automatically downloaded on first use
  -m, --minimal     minimum viable set of models

ComfyUI flux官方文档
https://comfyanonymous.github.io/ComfyUI_examples/flux/#simple-to-use-fp8-checkpoint-version

留下评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注

46 − 37 =