Black Forest Labs' four Flux Tools models are not a uniform family — each is a distinct model type with its own installation folder and conditioning mechanism:
models/loras; requires a Depth Anything preprocessor for the conditioning image. LoRA weight tuned above 1.0 (~7.5), Flux guidance ~10.models/style_models. Produces prompt-free stylistic variations of an input image; requires a separate CLIP Vision encoder (sigclip/patch14, in models/clip_vision) loaded via a Load Style Model node.diffusion_models. Driven by ComfyUI's built-in Mask Editor ('Open in Mask Editor' → paint → 'Save to Node'); Flux guidance ~30.Key surprise: Depth/Canny are LoRAs, not ControlNets, which changes both where the file goes (models/loras) and which knob tunes strength (a LoRA-weight slider, not a ControlNet-strength slider). Guidance values don't carry a single default across the family — Fill needs roughly 3x the guidance of Depth/Canny, and LoRA weight is tuned in opposite directions for Depth (above 1.0) vs. Canny (below 1.0).
Related: Flux Turbo Lora (8-step workflow), Model Sampling Flux (ComfyUI node), Model Sampling Flux Width/Height.
Source: "FLUX TOOLS - Run Local" tutorial (filed 2026-08-06).