Instructions to use silentstormzc/Purah with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use silentstormzc/Purah with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("silentstormzc/Purah") prompt = "blue butterfly, medium breasts, hair stick, red eyes, chinese clothes, floating object, thick eyebrows, simple background, dress, puffy long sleeves, lattice, bangs, blue eyes, multicolored hair, white dress, gloves, wristband, breasts, open clothes, red eyeshadow, hair ornament, single hair bun, hand on own chest, bare shoulders, bug, sky, parted bangs, white hair, head tilt, two-tone hair, hat, jewelry, constellation, sun" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K