The Flux model with 4bit transformer and T5 encoder.

FLUX4Bit_1 FLUX4Bit_2 FLUX4Bit_3

Usage

pip install bitsandbytes

from diffusers import FluxPipeline
import torch
pipeline = FluxPipeline("eramth/flux-4bit",torch_dtype=torch.float16).to("cuda")
image = pipeline(prompt="a cute cat",num_inference_steps=25,guidance_scale=3.5).images[0]
image
Downloads last month
276
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Model tree for eramth/flux-4bit

Finetuned
(346)
this model