Nodes/BizyAirPlus/X AI Grok Imagine Image Quality Edit (Channel Edition)
ComfyUI Node

X AI Grok Imagine Image Quality Edit (Channel Edition)

Grok image edits at 1k or 2k, without loading a checkpoint

By siliconflow·Created 5 months ago·Updated about a month ago· 20
X AI Grok Imagine Image Quality Edit (Channel Edition)
  • images
  • api_config
  • image
  • request_id
  • urls
prompt
resolution1k
aspect_ratio16:9
skip_errorfalse

The "Quality" tier of Grok's image-edit node. Compared to the plain Grok I2I node, this one adds a resolution control (default 1k) and an aspect_ratio option, which is your cue that the quality variants are tuned for higher-fidelity output - the kind of thing you'd use when the edit result is a final deliverable rather than a sketch to iterate on.

The appeal is the same as any hosted model: you get a specific, expensive-to-run model's output without owning the hardware or managing the environment. Grok's edit model is one of the more capable image editors you can reach from ComfyUI - it takes real instructions, not just vibe-based denoising. The quality tier exists for when you want that but also want to say "and make it bigger / make it match this aspect ratio" in one call instead of wiring up an upscaler afterwards.

How it works

Cloud API wrapper, same story as the rest of the BizyTRD family. You flip BizyAirPlus ON, feed the node an image and a prompt, the request goes to SiliconFlow's BizyAir channel, and Grok's model returns the edited image as an IMAGE tensor. The resolution and aspect_ratio combos are passed straight into the upstream request - so pick from the dropdown and trust the model rather than hand-crafting latent dimensions.

api_config (optional) overrides the base_url and api_key for a single request - useful if you're using a different channel or a scoped key. skip_error, when on, outputs a placeholder instead of halting the workflow on a failed request. Both are worth their weight in a queue of a hundred edits.

Inputs and outputs

  • images (required, IMAGE) - the source photo.
  • prompt (required, multiline) - the edit instruction.
  • resolution (required, default 1k) - output resolution for the edit.
  • aspect_ratio (optional, default 16:9) - shape of the result.
  • Outputs: image, plus request_id and urls strings.

Installing BizyAirPlus

Search "BizyAirPlus" in ComfyUI Manager, or:

cd /path/to/ComfyUI/custom_nodes
git clone https://github.com/siliconflow/BizyAirPlus.git
cd BizyAirPlus
python -m pip install -r requirements.txt

Restart, get an API key at bizyair.ai, and turn the BizyAirPlus button ON. No model files to download; the dependencies are bizyair-cloudberry and bizytrd, both plain pip packages.

Common issues

If the BizyAirPlus button is missing, the pack's deps landed in the wrong Python environment - confirm with python -m pip show bizyair-cloudberry. Cloud failures are almost always a bad key or a network problem, with the real detail in the ComfyUI console. The one trap unique to this node: resolution costs money per generation, and bigger output usually isn't free. Don't crank resolution and aspect_ratio blindly on a huge batch - test one first and check the urls output to see what you're actually paying for.

CategoryBizyAirModelServices/BizyTRD/Grok Image

Inputs (6)

NameTypeDefaultDescription
imagesIMAGEPhoto
promptSTRINGPrompts
resolutionCOMBO1kResolution
aspect_ratiooptCOMBO16:9Aspect ratio
api_configoptBIZYAIR_OPENAPI_CONFIG单次请求覆盖base_url和api_key
skip_erroroptBOOLEANfalse开启后遇到错误不中断工作流,输出对应类型的错误占位符

Outputs (3)

NameTypeDescription
imageIMAGE
request_idSTRING
urlsSTRING