ComfyUI_SeeCoder

ComfyUI_SeeCoder
★ 42

图像→CLIPSeeCoder无提示扩散ComfyUI扩展
ComfyUI 的实验性节点,使用 SeeCoder 模型从图像生成 CLIP embedding,便于在无提示扩散流程中以图像驱动生成;需将模型放在 models/seecoders。
💡 用图像生成 CLIP embedding,驱动无提示扩散
🍴 8 Forks💻 Python🔄 2024-05-22
📦 网盘链接待填入
📄 README

ComfyUI SeeCoder nodes

This repo contains 2 experimental WIP nodes for ComfyUI that let’s you use SeeCoders.

getting SeeCoders

You can find the seecoders here. They have to be placed at models/seecoders

nodes:

SEECoderImageEncode

this node can be used to create an embedding from an image

  • image: the image to encode
  • seecoder_name: the name of the seecoder
  • ConcatConditioning

    this node can be used to concat different embeddings together, so you can e.g. create both a text and a visual embedding and concat them together.

  • conditioning_to: a set of embeddings to concat something to
  • conditioning_from: the embedding to concat behind those in conditioning_to
  • TODO:

  • [ ] support for non safetensor formats
  • [ ] bring attention layers in line with ones used in comfy