ComfyUI SeeCoder nodes
https://github.com/BlenderNeko/ComfyUI_SeeCoderBlenderNeko/ComfyUI_SeeCoder
https://huggingface.co/shi-labs/prompt-free-diffusionshi-labs/prompt-free-diffusion
pretrained/pfd/seecoder内のモデルをComfyUI/models/seecodersに入れる
SEECoderImageEncodeノード
Prompt-Free Diffusionの実装
https://gyazo.com/d0196735e6162d464bd8764448d4088b
SeeCoder.json
Reference-Only Controlの代わりになるかもと思ったけど原理からして厳しいかnomadoor.icon
プロンプトを画像に置き換えるものだけれど、ConditioningCombineノードを使えばテキストプロンプトを組み合わせられる
ConditioningConcatノードは意味がなかった
ConcatConditioningノード
ComfyUIに公式に取り込まれた→ConditioningConcatノード
ConditioningConcat
conditioning_to の embeddings に conditioning_from の embeddings を追加します。 CLIPTextEncode で 75 トークンを超えた時に発生する分割エンコードを、意図的に任意の位置で再現できます。
うまく使えば、色の指定等が広範囲に影響してしまう現象 (color bleeding) を、少なくとも CLIP のレベルでは完全に抑制できます。
Cutoffと同じ動作?
ComfyUIカスタムノード
#ComfyUI_workflow