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
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: >- | |
| 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 | |
| parameters: | |
| negative_prompt: 3d, realistic, nipples,, bad hand, artist_name | |
| output: | |
| url: images/00004-3508691469s.png | |
| base_model: Niggendar/prefectPonyXL_v10 | |
| instance_prompt: >- | |
| school uniform, glasses, black thighhighs, plaid skirt, knee boots, ribbon | |
| choker, brown jacket | |
| # meiko | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `school uniform` to trigger the image generation. | |
| You should use `glasses` to trigger the image generation. | |
| You should use `black thighhighs` to trigger the image generation. | |
| You should use `plaid skirt` to trigger the image generation. | |
| You should use `knee boots` to trigger the image generation. | |
| You should use `ribbon choker` to trigger the image generation. | |
| You should use `brown jacket` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/Shero448/meiko/tree/main) them in the Files & versions tab. | |