How to use LyliaEngine/alchemistMix_v41 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LyliaEngine/ilustmix_v6", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/alchemistMix_v41") prompt = "masterpiece, ultra quality, 1girl, realistic portrait, han juri, lean and toned, reclining poolside on elbows, legs stretched out, smirking expression, bold posture, damp hair hanging forward, confident mood, natural light, intricate details, accentuate curves, <lora:dmd2_sdxl_4step_lora_fp16:0.7>" image = pipe(prompt).images[0]
The community tab is the place to discuss and collaborate with the HF community!