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 Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files- images/00031-452395573.png +3 -0
- miyuri_pony_v1.safetensors +3 -0
images/00031-452395573.png
ADDED
|
Git LFS Details
|
miyuri_pony_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc49a7cc9558993f4f0977076aaabf828a196275d5b1b090f822c07e4347f452
|
| 3 |
+
size 114443524
|