Instructions to use Shero448/kaede with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/kaede 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/kaede") prompt = "lazypos, <lora:Kaede_Hijikata-Erotical_Wizard_to_12-nin_no_Hanayome-IL:0.8> ,1girl,solo,mm,monochrome,greyscale,ponytail,hair ribbon,huge breasts," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: images/b6286497-2083-4fd3-b9f0-76c86ae5d0b2.png | |
| text: >- | |
| lazypos, <lora:Kaede_Hijikata-Erotical_Wizard_to_12-nin_no_Hanayome-IL:0.8> | |
| ,1girl,solo,mm,monochrome,greyscale,ponytail,hair ribbon,huge breasts, | |
| parameters: | |
| negative_prompt: >- | |
| lazyneg,lazyhand,speech bubble, old man, loli,extra digits,bad hands, | |
| censored, | |
| base_model: John6666/prefect-illustrious-xl-v15-sdxl | |
| instance_prompt: >- | |
| 1girl, solo, mm, monochrome, greyscale, ponytail, hair ribbon, long hair, huge | |
| breasts | |
| # kaede | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `1girl` to trigger the image generation. | |
| You should use `solo` to trigger the image generation. | |
| You should use `mm` to trigger the image generation. | |
| You should use `monochrome` to trigger the image generation. | |
| You should use `greyscale` to trigger the image generation. | |
| You should use `ponytail` to trigger the image generation. | |
| You should use `hair ribbon` to trigger the image generation. | |
| You should use `long hair` to trigger the image generation. | |
| You should use `huge breasts` to trigger the image generation. | |
| ## Download model | |
| [Download](/Shero448/kaede/tree/main) them in the Files & versions tab. | |