Instructions to use Shero448/shimizu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/shimizu 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-pony-xl-v1-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/shimizu") prompt = "masterpiece, best quality, highres, newest, 1girl, solo, official style, anime screencap, <lora:Shizumi_Suzune:1>, suzume, dark purple hair, purple eyes, medium hair, large breasts, black choker, collarbone, cleavage, white shirt, black skirt, pencil skirt, black pantyhose, indoor, smile, breasts, hold, standing, crossed legs, looking at viewer, cowboy shot" 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/05703.png | |
| text: >- | |
| masterpiece, best quality, highres, newest, 1girl, solo, official style, | |
| anime screencap, <lora:Shizumi_Suzune:1>, suzume, dark purple hair, purple | |
| eyes, medium hair, large breasts, black choker, collarbone, cleavage, white | |
| shirt, black skirt, pencil skirt, black pantyhose, indoor, smile, breasts, | |
| hold, standing, crossed legs, looking at viewer, cowboy shot | |
| parameters: | |
| negative_prompt: >- | |
| bad quality, worst quality, worst detail, bad anatomy, sketch, signature, | |
| watermark, logo, border, four fingers, missing fingers | |
| base_model: John6666/prefect-pony-xl-v1-sdxl | |
| instance_prompt: >- | |
| suzume, light purple hair, medium hair, purple eyes, hair ornament, detached | |
| collar, large breasts, puffy shoulders, detached sleeves, black tummy, covered | |
| navel, blue skirt, collarbone, cleavage, thigh boots, thighs | |
| # shimizu | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `suzume` to trigger the image generation. | |
| You should use `light purple hair` to trigger the image generation. | |
| You should use `medium hair` to trigger the image generation. | |
| You should use `purple eyes` to trigger the image generation. | |
| You should use `hair ornament` to trigger the image generation. | |
| You should use `detached collar` to trigger the image generation. | |
| You should use `large breasts` to trigger the image generation. | |
| You should use `puffy shoulders` to trigger the image generation. | |
| You should use `detached sleeves` to trigger the image generation. | |
| You should use `black tummy` to trigger the image generation. | |
| You should use `covered navel` to trigger the image generation. | |
| You should use `blue skirt` to trigger the image generation. | |
| You should use `collarbone` to trigger the image generation. | |
| You should use `cleavage` to trigger the image generation. | |
| You should use `thigh boots` to trigger the image generation. | |
| You should use `thighs` to trigger the image generation. | |
| ## Download model | |
| [Download](/Shero448/shimizu/tree/main) them in the Files & versions tab. | |