Instructions to use Shero448/miyuri with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/miyuri 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-v2-cleaned-style-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/miyuri") prompt = "<lora:miyuri_pony_v1:1>MiyuriBra, 1girl, large breasts, swimsuit, pink bikini, pink hair, hair bun, navel, double bun, cleavage, pink eyes, underboob, parted bangs, collarbone, 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: | |
| - text: >- | |
| <lora:miyuri_pony_v1:1>MiyuriBra, 1girl, large breasts, swimsuit, pink | |
| bikini, pink hair, hair bun, navel, double bun, cleavage, pink eyes, | |
| underboob, parted bangs, collarbone, cowboy shot | |
| parameters: | |
| negative_prompt: >- | |
| multiple girls, 2girls, 3girls, 4girls, (ugly:1.3), (fused fingers), (too | |
| many fingers), (((cropped))), (bad anatomy:1.5), (watermark:1.5), (words), | |
| letters, untracked eyes, asymmetric eyes, floating head, (logo:1.5), (bad | |
| hands:1.3), (mangled hands:1.2), (missing hands), (missing arms), backward | |
| hands, floating jewelry, unattached jewelry, floating head, doubled head, | |
| unattached head, doubled head, head in body, (misshapen body:1.1), (badly | |
| fitted headwear:1.2), floating arms, (too many arms:1.5), limbs fused with | |
| body, (facial blemish:1.5), badly fitted clothes, imperfect eyes, | |
| untracked eyes, crossed eyes, hair growing from clothes, partial faces, | |
| hair not attached to head | |
| output: | |
| url: images/00031-452395573.png | |
| base_model: John6666/prefect-pony-xl-v2-cleaned-style-sdxl | |
| instance_prompt: miyuri | |
| # miyuri | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `miyuri` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/Shero448/miyuri/tree/main) them in the Files & versions tab. | |