How to use EvilEngine/alchemistROV2.30-000004 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("evildemon14/dreambooth-ayan", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EvilEngine/alchemistROV2.30-000004") prompt = "alchemyRO, belt, cape, cleavage, fingerless gloves, fur trim, gloves, black skirt, bare shoulder, elbow gloves, black strapless, 1girl, solo, emotionless, looking at viewer, white hair, red eye, long hair, standing, ((crossed arm:1.2)), upper body, (white background), <lora:alchemistROV2.30-000004:0.95>" image = pipe(prompt).images[0]
The community tab is the place to discuss and collaborate with the HF community!