Instructions to use MidnightRunner/Pear with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MidnightRunner/Pear with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("MidnightRunner/Pear") prompt = "(a beautiful woman:1.5), (looking straight at the camera:1.3), hazel eye color, sweat, trembling, blush, a woman with black hair, black manicure, (goosebumps:1.2), skin pores, sweat, raytracing, specular lighting, shallow depth of field, 1girl, smiling, dimples, long voluminous hair, beautiful, from below, (looking at the viewer), (in frame), bare shoulders" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
811366f
1
Parent(s): 97d506b
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,6 @@ widget:
|
|
| 9 |
- text: >-
|
| 10 |
(a beautiful woman:1.5), (looking straight at the camera:1.3), hazel eye
|
| 11 |
color, sweat, trembling, blush, a woman with black hair, black manicure,
|
| 12 |
-
sodomy, sagging breasts, (beautiful natural breasts:1.3), acknowledged,
|
| 13 |
(goosebumps:1.2), skin pores, sweat, blush, black manicure, raytracing,
|
| 14 |
specular lighting, shallow depth of field, 1girl, smiling, dimples, long
|
| 15 |
voluminous hair, beautiful breasts, from below, (looking at the viewer), (in
|
|
|
|
| 9 |
- text: >-
|
| 10 |
(a beautiful woman:1.5), (looking straight at the camera:1.3), hazel eye
|
| 11 |
color, sweat, trembling, blush, a woman with black hair, black manicure,
|
|
|
|
| 12 |
(goosebumps:1.2), skin pores, sweat, blush, black manicure, raytracing,
|
| 13 |
specular lighting, shallow depth of field, 1girl, smiling, dimples, long
|
| 14 |
voluminous hair, beautiful breasts, from below, (looking at the viewer), (in
|