How to use obann001/Dravidya with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("misri/RealVisXL_V5.0_fp16", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("obann001/Dravidya") prompt = "A digitally rendered or AI-generated image portrays a powerful, dark skin native american woman adorned in ornate, ancient Egyptian-style regalia, standing confidently before a textured, hieroglyphic-like backdrop. Saraptah" image = pipe(prompt).images[0]
The community tab is the place to discuss and collaborate with the HF community!