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
- Draw Things
- DiffusionBee
| 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. | |