DreamLite-Mobile

Distilled single-branch variant of DreamLite-base for fast, on-device inference. No CFG; runs in ~4โ€“8 steps at 1024ร—1024.

import torch
from diffusers import DreamLiteMobilePipeline

pipe = DreamLiteMobilePipeline.from_pretrained(
    "carlofkl/DreamLite-mobile", torch_dtype=torch.bfloat16
).to("cuda")
image = pipe("a corgi astronaut", num_inference_steps=8).images[0]

License: CC BY-NC 4.0 (non-commercial). A full model card will be added once the diffusers integration PR is merged.

Downloads last month
410
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for carlofkl/DreamLite-mobile

Finetuned
(1)
this model

Spaces using carlofkl/DreamLite-mobile 2