chflame163 / ComfyUI_LayerStyle

A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.
MIT License
1.53k stars 87 forks source link

JoyCaption2 model location request #416

Open Amazon90 opened 20 hours ago

Amazon90 commented 20 hours ago

To support the Flux Redux model, ComfyUI’s official implementation quantized the SigLIP model, requiring it to be stored in the ComfyUI/models/clip_vision folder. However, the JoyCaption2 node expects SigLIP to be placed in the ComfyUI/models/clip folder. It would be helpful to improve and standardize this for consistency.

https://comfyanonymous.github.io/ComfyUI_examples/flux/#redux

chflame163 commented 10 hours ago

Many parts of the old code are not standardized, which is a problem in the entire ComfyUI ecosystem. I will fix it when I have time