Nodes Browser
ComfyDeploy: How SeeCoder [WIP] works in ComfyUI?
What is SeeCoder [WIP]?
It provides the capability to generate CLIP from an image input, unlike unCLIP, which works in all models. (To use this extension, you need to download the required model file from **Install Models**)
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
SeeCoder [WIP]
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
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