Instructions to use Shero448/sonia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/sonia 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/sonia") prompt = "lazypos, <lora:Sonia_Lightfellow-Erotical_Wizard_To_12-nin_No_Hanayome-IL:0.8> ,1girl,solo,mm,comic,greyscale,monochrome,hairband,long hair,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/fcd8453e-c700-49f5-a39e-b4f32804b508.png | |
| text: >- | |
| lazypos, | |
| <lora:Sonia_Lightfellow-Erotical_Wizard_To_12-nin_No_Hanayome-IL:0.8> | |
| ,1girl,solo,mm,comic,greyscale,monochrome,hairband,long hair,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, comic, greyscale, monochrome, hairband, long hair, huge | |
| breasts | |
| # sonia | |
| <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 `comic` to trigger the image generation. | |
| You should use `greyscale` to trigger the image generation. | |
| You should use `monochrome` to trigger the image generation. | |
| You should use `hairband` 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/sonia/tree/main) them in the Files & versions tab. | |