diffusers / FLUX.2-klein-4B-modular

huggingface.co
Total runs: 0
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: February 04 2026

Introduction of FLUX.2-klein-4B-modular

Model Details of FLUX.2-klein-4B-modular

Flux2 Klein 4b Modular repo

This contains mellon config for A single-node Mellon block for the FLUX.2-klein-4B pipeline.

How to create a modular repo like this one?

load the pipeline and save it to a new Hub repository:

from diffusers import ModularPipeline

pipe = ModularPipeline.from_pretrained("black-forest-labs/FLUX.2-klein-4B")
pipe.save_pretrained(
    "local/dir",
    repo_id="your-username/flux2-klein-auto-blocks",
    push_to_hub=True
)
Generate the Mellon Config

Create and push the Mellon configuration with your desired UI types:

from diffusers.modular_pipelines.mellon_node_utils import MellonPipelineConfig

mellon_config = MellonPipelineConfig.from_custom_block(
    pipe.blocks,
    input_types={
        "prompt": "textbox",
        "image": "image",
        "num_inference_steps": "number",
    },
    output_types={
        "images": "image"
    }
)

mellon_config.save(
    "local/dir",
    repo_id="your-username/flux2-klein-auto-blocks",
    push_to_hub=True
)
Review and Adjust

The generated mellon_pipeline_config.json may need adjustments. You can:

  • Remove inputs you don't want exposed in the UI
  • Add slider ranges for numeric inputs
  • Add dropdown options for string inputs
  • update default value for numeric inputs
Use in Mellon
  1. Drag a Dynamic Block Node from the ModularDiffusers section
  2. Enter diffusers/FLUX.2-klein-4B-modular and click "LOAD CUSTOM BLOCK"
  3. The node will show your configured inputs (prompt, image, num_inference_steps) and outputs (images)
Supported Mellon Types
Type Input/Output Description
image Both Image (PIL Image)
textbox Input Text input
number Input Numeric input
slider Input Slider for numeric values
dropdown Input Dropdown selection
checkbox Input Boolean toggle
text Both Text display

Runs of diffusers FLUX.2-klein-4B-modular on huggingface.co

0
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About FLUX.2-klein-4B-modular huggingface.co Model

FLUX.2-klein-4B-modular huggingface.co

FLUX.2-klein-4B-modular huggingface.co is an AI model on huggingface.co that provides FLUX.2-klein-4B-modular's model effect (), which can be used instantly with this diffusers FLUX.2-klein-4B-modular model. huggingface.co supports a free trial of the FLUX.2-klein-4B-modular model, and also provides paid use of the FLUX.2-klein-4B-modular. Support call FLUX.2-klein-4B-modular model through api, including Node.js, Python, http.

FLUX.2-klein-4B-modular huggingface.co Url

https://huggingface.co/diffusers/FLUX.2-klein-4B-modular

diffusers FLUX.2-klein-4B-modular online free

FLUX.2-klein-4B-modular huggingface.co is an online trial and call api platform, which integrates FLUX.2-klein-4B-modular's modeling effects, including api services, and provides a free online trial of FLUX.2-klein-4B-modular, you can try FLUX.2-klein-4B-modular online for free by clicking the link below.

diffusers FLUX.2-klein-4B-modular online free url in huggingface.co:

https://huggingface.co/diffusers/FLUX.2-klein-4B-modular

FLUX.2-klein-4B-modular install

FLUX.2-klein-4B-modular is an open source model from GitHub that offers a free installation service, and any user can find FLUX.2-klein-4B-modular on GitHub to install. At the same time, huggingface.co provides the effect of FLUX.2-klein-4B-modular install, users can directly use FLUX.2-klein-4B-modular installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

FLUX.2-klein-4B-modular install url in huggingface.co:

https://huggingface.co/diffusers/FLUX.2-klein-4B-modular

Url of FLUX.2-klein-4B-modular

FLUX.2-klein-4B-modular huggingface.co Url

Provider of FLUX.2-klein-4B-modular huggingface.co

diffusers
ORGANIZATIONS

Other API from diffusers

huggingface.co

Total runs: 46.7K
Run Growth: 0
Growth Rate: 0.00%
Updated:October 22 2024
huggingface.co

Total runs: 2.7K
Run Growth: -296
Growth Rate: -10.98%
Updated:February 08 2023
huggingface.co

Total runs: 645
Run Growth: 125
Growth Rate: 19.38%
Updated:February 24 2025
huggingface.co

Total runs: 35
Run Growth: 32
Growth Rate: 91.43%
Updated:January 27 2023
huggingface.co

Total runs: 11
Run Growth: 4
Growth Rate: 36.36%
Updated:February 07 2024