$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Image Vision
from "@marketplace"
// Analyzes images using Florence-2 computer vision via a native GPU service. Generates detailed captions, OCR text extraction, and image descriptions. Output is text that can be connected to prompt inputs of other nodes.
export Image Vision Legacy
from "@marketplace"
// Analyzes images using Florence-2 computer vision. Generates detailed captions, OCR text extraction, and image descriptions. Output is text that can be connected to prompt inputs of other nodes.
export Image Upscale
from "@marketplace"
// Upscales an image to higher resolution using Real-ESRGAN via a native GPU service. Accepts an image and a configurable upscale factor (2-4x). Outputs the upscaled image.
export Image Upscale Legacy
from "@marketplace"
// Upscales an image to higher resolution with AI-enhanced detail generation. Accepts an image and a configurable upscale factor (2-4x). Outputs the upscaled image.
export Image Remove Background
from "@marketplace"
// Removes the background from an image using the RMBG-2.0 model via a native GPU service. Outputs a PNG with alpha channel (transparency).
export Image Remove Background Legacy
from "@marketplace"
// Removes the background from an image using the RMBG-2.0 model. Outputs a PNG with alpha channel (transparency).
export Image Edit
from "@marketplace"
// Edits images using one or two reference images and a text prompt via a native GPU service. Uses Flux 2 Klein 9B FP8 with reference-latent conditioning. Supports configurable aspect ratio. Outputs the edited image as PNG.
export Image Edit Legacy
from "@marketplace"
// Edits images using one or two reference images and a text prompt describing the desired changes. Automatically adapts to single or multi-image input. Outputs the edited image.
export Image Creation
from "@marketplace"
// Generates an image from a text prompt using a native diffusers-based GPU service. Supports configurable aspect ratio, megapixel, and advanced generation parameters.
export Image Creation Legacy
from "@marketplace"
// Generates an image from a text prompt. Supports configurable aspect ratio (w/h). The prompt should describe the desired image in detail.