Skip to content

Conversation

@Jacky-MYQ
Copy link

create a list to store clip_vision file paths. It's advised to put this file siglip-so400m-patch14-384 into models/clip_vision directory, allowing users to easily utilize this node.

return {"required": {
"ipadapter": (folder_paths.get_filename_list("ipadapter-flux"),),
"clip_vision": (["google/siglip-so400m-patch14-384"],),
"clip_vision": (clip_path_list),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor correction - this needs to be (clip_path_list,),. If you don't pass the null second argument, then ComfyUI tries to interpret the path list as the data type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants