from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained("akameswa/lcm-tiny-sd").to("cuda")

prompt = "Self-portrait oil painting, a beautiful cyborg with golden hair, 8k"
image = pipe(prompt=prompt, num_inference_steps=4, guidance_scale=1.0).images[0]
Downloads last month
0
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support text-to-image models for peft library.

Collection including akameswa/lcm-tiny-sd