Instructions to use Shero448/okusama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/okusama with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("John6666/prefect-illustrious-xl-v15-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/okusama") prompt = "masterpiece,best quality,<lora:mai_owmy:1>,anime coloring," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 1,748 Bytes
3a8b5f9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | ---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
widget:
- output:
url: images/8a4c51db-3a5c-40cd-9b44-5df8b899b7d5.png
text: masterpiece,best quality,<lora:mai_owmy:1>,anime coloring,
parameters:
negative_prompt: >-
bad quality,worst quality,worst detail,malformed hands,mutated
hands,poorly drawn hands,mutated hands and fingers,bad hands,missing
fingers,fused fingers,too many fingers,logo,username,
base_model: John6666/prefect-illustrious-xl-v15-sdxl
instance_prompt: >-
mai_owmy, mai_annaoy, mature_female, medium_hair, swept_bangs, brown_hair,
brown_eyes, large_breasts, pink_lips, under-rim_eyewear, white_tank_top,
pink_shorts, long_legs, sneakers
---
# okusama
<Gallery />
## Trigger words
You should use `mai_owmy` to trigger the image generation.
You should use `mai_annaoy` to trigger the image generation.
You should use `mature_female` to trigger the image generation.
You should use `medium_hair` to trigger the image generation.
You should use `swept_bangs` to trigger the image generation.
You should use `brown_hair` to trigger the image generation.
You should use `brown_eyes` to trigger the image generation.
You should use `large_breasts` to trigger the image generation.
You should use `pink_lips` to trigger the image generation.
You should use `under-rim_eyewear` to trigger the image generation.
You should use `white_tank_top` to trigger the image generation.
You should use `pink_shorts` to trigger the image generation.
You should use `long_legs` to trigger the image generation.
You should use `sneakers` to trigger the image generation.
## Download model
[Download](/Shero448/okusama/tree/main) them in the Files & versions tab.
|