Views
No views yet
a photo of zzyskpq LASH GLOW cluster set, pastel pink box, transparent plastic lid, “LASH GLOW” logo, organized lash clusters inside to trigger the image generation.1from diffusers import FluxKontextPipeline
2import torch
3pipeline = FluxKontextPipeline.from_pretrained("black-forest-labs/FLUX.1-Kontext-dev", torch_dtype=torch.bfloat16).to('cuda')
4pipeline.load_lora_weights('0xZeno/flux1-kontext-LashGlow-LoRAV6', weight_name='pytorch_lora_weights.safetensors')
5image = pipeline('a photo of zzyskpq LASH GLOW cluster set on white table, pastel pink, transparent lid, “LASH GLOW” logo, individual lash clusters visible').images[0]# TODO: add an example code snippet for running this diffusion pipeline