All models
Imagev1.0.0

Grounded SAM (Text to Mask)

Turn a plain-text description of a subject into a cutout mask.

4 inputsIMAGE
Grounded SAM (Text to Mask) input
Grounded SAM (Text to Mask) output

Mask cut from the word “sneaker”

Run the node

IMAGE
TEXT
Include (comma separated)
TEXT
Exclude (comma separated)
-50 – 50INT
Grow / shrink mask
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins grounded-sam and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("grounded-sam", {
  image: { ref: "https://..." },
  maskPrompt: { value: "example" },
  negativeMaskPrompt: { value: "" },
  adjustment: { value: 0 },
});

Schema

Inputs

image*IMAGE
maskPrompt*TEXT
Include (comma separated)
negativeMaskPromptTEXT
Exclude (comma separated)
adjustmentINT
Grow / shrink mask
0

Outputs

maskIMAGE