ComfyUI Node
Product Gallery Scrape
A ComfyUI node in Symbiotica/Commerce with 5 inputs and 8 outputs.
Product Gallery Scrape
- product_images
- on_model_images
- other_images
- summary
- report
- product_count
- on_model_count
- other_count
◄url►
◄classifierclip►
◄clip_modelopenai/clip-vit-base-patch16►
◄max_images12►
◄image_size1024►
CategorySymbiotica/Commerce
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| url | STRING | Product page URL (public http/https). | |
| classifier | COMBO | clip | clip: split by content with zero-shot CLIP (downloads the model on first run). off: everything lands in product_images. |
| clip_modelopt | STRING | openai/clip-vit-base-patch16 | Hugging Face CLIP checkpoint for the classifier. |
| max_imagesopt | INT | 121–32 | Cap on downloaded gallery images. |
| image_sizeopt | INT | 1024256–4096 | Longest side per image (downscale only). |
Outputs (8)
| Name | Type | Description |
|---|---|---|
| product_images | IMAGE | — |
| on_model_images | IMAGE | — |
| other_images | IMAGE | — |
| summary | STRING | — |
| report | STRING | — |
| product_count | INT | — |
| on_model_count | INT | — |
| other_count | INT | — |