Nodes/Comfyui-zhenzhen/zhenzhen-flux-3-video-lowprice
ComfyUI Node

zhenzhen-flux-3-video-lowprice

FLUX 3 video, gated early-access, inside your ComfyUI graph

By T8mars·Created about a year ago·Updated 2 days ago· 740
zhenzhen-flux-3-video-lowprice
  • api_config
  • image1
  • image2
  • image3
  • image4
  • image5
  • image6
  • image7
  • image8
  • image9
  • image10
  • input_video
  • video
  • video_url
  • draft_cache
  • task_id
  • response
modelflux-3-video-t2v
prompt
seconds5
resolutionhd
ratioauto
draftfalse
audio_modeapi_default
safety_toleranceapi_default
video_url
draft_cache
skip_errorfalse
seed0

FLUX 3 is BFL's multimodal turn - one model spanning image, video, audio and even robot action - and as of mid-2026 it ships as gated early access: API plus private weights, with the open FLUX 3 Dev backbone still "coming soon." Which means, if you want to touch it, you're calling an API. This node is that door, at the domestic low-price rate: Comfly_flux3_video_lowprice wraps FLUX 3 video through the Zhenzhen Seedance2 relay and hands you back a real VIDEO tensor.

The community reaction to the FLUX 3 launch was split between awe and the "open source ≠ open weights" grumble - nobody can run these locally. That's exactly why a relay node exists. You get the capability without the waitlist friction, and the pack has already wired the early-access endpoints.

The model dropdown is the workflow

The model enum covers the FLUX 3 video lineup: t2v (text to video), i2v (image to video), v2v (video to video), draft-enhance (generate a draft then enhance it), each with a global- variant. That "draft" concept is a real BFL thing - you produce a cheap quick pass and then refine it, which the node supports natively via the draft toggle and the draft_cache output. Chain draft_cache from one run into the next and you're doing the two-stage workflow the model was designed for.

Other required knobs: seconds from 5 to 16, resolution (hd or fhd), ratio (auto up to 21:9 and 9:16), audio_mode (api_default / enabled / disabled - FLUX 3 can generate native audio, which is one of its headline features), and safety_tolerance from 0 to 4 for how strict the content filter is.

Optional inputs are the feed: image1 through image10 for i2v/global-i2v, input_video or video_url for v2v, plus seed, skip_error, and api_config.

Outputs: video (VIDEO tensor → straight to a save node), video_url, draft_cache (for the two-stage flow), task_id (find it in your Zhenzhen task history), and response (raw JSON).

Getting it running

cd ComfyUI/custom_nodes
git clone https://github.com/T8mars/Comfyui-zhenzhen

Restart, or use ComfyUI Manager (search "Comfyui-zhenzhen"). No model files - the pack is pure HTTP plumbing over an API key from api.seedance.nz, wired via the Seedance2 low-price settings node into api_config. The overseas site at ai.t8star.org also carries it.

Fair warning

Three things to know before you spend credits. First, video is where API costs bite hardest - a 16-second fhd clip with audio is not a 1-credit afternoon, so check the relay's model pricing before you batch. Second, FLUX 3 is genuinely new; expect the kind of rough edges early-access models have, and treat upstream 500s as "run it again" rather than "my setup is broken." Third, if you came hoping this was the open-weight FLUX 3 Dev - it isn't, and it can't be, because those weights still don't exist. This node is the paid door to the frontier model, which is the only door there is right now.

Categoryzhenzhen/Seedance2 Low Price

Inputs (24)

NameTypeDefaultDescription
modelCOMBOflux-3-video-t2v8 options: flux-3-video-t2v, flux-3-video-i2v, flux-3-video-v2v, flux-3-video-draft-enhance, flux-3-video-global-t2v, flux-3-video-global-i2v, +2
promptSTRING
secondsCOMBO516 options: 5, 6, 7, 8, 9, 10, +10
resolutionCOMBOhd2 options: hd, fhd
ratioCOMBOauto8 options: auto, 21:9, 2:1, 16:9, 4:3, 1:1, +2
draftBOOLEANfalse
audio_modeCOMBOapi_default3 options: api_default, enabled, disabled
safety_toleranceCOMBOapi_default6 options: api_default, 0, 1, 2, 3, 4
api_configoptZHENZHEN_SEEDANCE2_CONFIG
image1optIMAGE
image2optIMAGE
image3optIMAGE
image4optIMAGE
image5optIMAGE
image6optIMAGE
image7optIMAGE
image8optIMAGE
image9optIMAGE
image10optIMAGE
input_videooptVIDEO
video_urloptSTRING
draft_cacheoptSTRING
skip_erroroptBOOLEANfalse
seedoptINT00–18446744073709550000Execution seed for ComfyUI cache control. Fixed reuses the cached result; randomize/increment/decrement requests a new run. This compatibility seed is not sent to APIs that do not expose a native seed parameter.

Outputs (5)

NameTypeDescription
videoVIDEO
video_urlSTRING
draft_cacheSTRING
task_idSTRING
responseSTRING