image-gate-by-text — Conditional AI Model
A gate: the image passes only if an accompanying text input matches your condition, and otherwise nothing is emitted and the rest of the branch is skipped. Wire a classifier into it to build a conditional flow.
Details
- CategoryConditional
- Year-1
- License
Inputs & Outputs
- ImageInput · image
The input image
- TextInput · string
The input text (can be the result of classification)
- ImageOutput · image
Image passed through if text condition is met
Tags
Alternatives in Selection & Extraction
- Color Pick by Class
Extract a segmentation class by name.
- Color Pick by RGB Value
Extract segmentation regions by exact RGB color.
- Image Crop by Class
Crop detected objects by class name.
- Image Crop by Coord
Crop a region from explicit bounding-box coordinates.
- Image Selector
Pick first non-empty image from inputs (fallback).
- List Extract
Extract one image from an image list by index.
- List Inject
Replace one image in a list by index with a new image.
- Manual Color Picker
Interactively pick colors from a segmentation map.