Instructions to use Shero448/meiko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/meiko with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Niggendar/prefectPonyXL_v10", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/meiko") prompt = "score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, (high quality, detailed, beautiful) <lora:BehindBars_epoch_9:0.99> behind_bars, prison, cleavage, bar_breasts, <lora:Meiko_Shiraki_-_Prison_School:0.8> oval-shaped glasses, brown eyes, silver hair, short hair, hair bun, side-swept bangs, ribbon choker, open shirt, open clothes, brown jacket, nip slip" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K