How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("bghira/zlab-i1-diffusers", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

ZLAB i1 Diffusers Transformer

Diffusers-style conversion of zlab-princeton/i1-3B for SimpleTuner.

This repository stores the i1 transformer under transformer/ as safetensors. SimpleTuner loads the FLUX.2 VAE from black-forest-labs/FLUX.2-dev and the text encoder/tokenizer from google/t5gemma-2b-2b-ul2-it.

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support