flux1-fill-dev-fp8

Float8 (e4m3fn) safetensors of black-forest-labs/FLUX.1-Fill-dev, prepared for inpainting workloads on consumer GPUs. This repository is an unmodified redistribution of boricuapab/flux1-fill-dev-fp8 with an explicit copy of the upstream license added (the source had an empty LICENSE file).

Files

  • flux1-fill-dev-fp8.safetensors โ€” single-file fp8 weights (~11 GB)
  • LICENSE โ€” FLUX.1 [dev] Non-Commercial License text
  • README.md โ€” this file

Inference

import torch
from diffusers import FluxFillPipeline

pipe = FluxFillPipeline.from_pretrained(
    "cudabenchmarktest/flux1-fill-dev-fp8",
    torch_dtype=torch.bfloat16,
).to("cuda")

result = pipe(
    prompt="...",
    image=init_image,
    mask_image=mask_image,
    num_inference_steps=28,
    guidance_scale=3.5,
).images[0]

License and attribution

Governed by the FLUX.1 [dev] Non-Commercial License (see LICENSE). Non-commercial use only. Commercial use requires a separate license from Black Forest Labs.

  • Original training and release: Black Forest Labs (black-forest-labs/FLUX.1-Fill-dev).
  • fp8 conversion: boricuapab (boricuapab/flux1-fill-dev-fp8).
  • This redistribution: weights unmodified, LICENSE added, README replaced. No additional modifications.
Downloads last month
25
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for cudabenchmarktest/flux1-fill-dev-fp8

Finetuned
(30)
this model