Skip to content

Commit f30502e

Browse files
committed
Add siglip2_so400m_patch16_512.safetensors
1 parent 3edd243 commit f30502e

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 2025-04-02
22

3+
New weights:
4+
5+
- [siglip2_so400m_patch16_512.safetensors (clip_vision)](https://huggingface.co/ostris/ComfyUI-Advanced-Vision/blob/main/clip_vision/siglip2_so400m_patch16_512.safetensors)
6+
7+
New custom nodes:
8+
9+
- [Add ComfyUI-Advanced-Vision](https://github.com/ostris/ComfyUI-Advanced-Vision) custom node
10+
11+
Updated custom nodes:
12+
313
- [Update ComfyUI to latest](https://github.com/comfyanonymous/ComfyUI/compare/3b19fc7...ab54133)
414
- [Updated ComfyUI_BiRefNet_ll](https://github.com/lldacing/ComfyUI_BiRefNet_ll/compare/8bda575...617827c)
515
- [Updated ComfyUI-InstantX-IPAdapter-SD3](https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3/compare/adf203e...35eafa9)

custom_nodes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,9 @@
261261
{
262262
"repo": "https://github.com/Lightricks/ComfyUI-LTXVideo",
263263
"commit": "e2a7351"
264+
},
265+
{
266+
"repo": "https://github.com/ostris/ComfyUI-Advanced-Vision",
267+
"commit": "a0d6e80"
264268
}
265269
]

supported_weights.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206
- model.sdxl.safetensors
207207
- SD1.5/model.safetensors
208208
- sigclip_vision_patch14_384.safetensors
209+
- siglip2_so400m_patch16_512.safetensors
209210

210211
## LORAs
211212

weights.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@
204204
"model.15.safetensors",
205205
"model.sdxl.safetensors",
206206
"SD1.5/model.safetensors",
207-
"sigclip_vision_patch14_384.safetensors"
207+
"sigclip_vision_patch14_384.safetensors",
208+
"siglip2_so400m_patch16_512.safetensors"
208209
],
209210
"LORAS": [
210211
"3d_render_style_xl.safetensors",

0 commit comments

Comments
 (0)