You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

SeFi-Image Diffusers checkpoint

This repository is a Diffusers-format conversion of SeFi-Image/SeFi-Image-1B-turbo. The original checkpoint is not modified by the conversion. Refer to the source model card for model details, limitations, and responsible-use guidance.

import torch
from diffusers import SeFiPipeline

pipe = SeFiPipeline.from_pretrained(
    "SeFi-Image/SeFi-Image-1B-turbo-diffusers", dtype=torch.bfloat16
).to("cuda")
image = pipe(
    "A red apple on a wooden table.",
    num_inference_steps=4,
    guidance_scale=1.0,
).images[0]
image.save("sefi.png")

License

The checkpoint is distributed under the Creative Commons Attribution-NonCommercial 4.0 International license (CC BY-NC 4.0). It is for non-commercial use only.

Downloads last month
2
Safetensors
Model size
1B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for SeFi-Image/SeFi-Image-1B-turbo-diffusers

Finetuned
(1)
this model