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 third-party Inference Providers, and the HF Inference API does not support peft models with pipeline type text-to-image

Collection including akameswa/lcm-tiny-sd