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 ·
39c7bb2
1
Parent(s): 811366f
Update README.md
Browse filesSmall grammar edits
README.md
CHANGED
|
@@ -9,10 +9,9 @@ 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 |
-
(goosebumps:1.2), skin pores, sweat, blush,
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
frame), bare shoulders
|
| 16 |
parameters:
|
| 17 |
negative_prompt: >-
|
| 18 |
(jpeg artifacts), (logo, text, watermark, username), extra fingers,
|
|
@@ -52,6 +51,7 @@ license: cc0-1.0
|
|
| 52 |
## Model description
|
| 53 |
|
| 54 |
Embarking my first LoRa research
|
|
|
|
| 55 |
As my research purposes, creating a model using a sculpting approach similar to crafting, with a distinctive emphasis on realism, like the contours of a pear-shaped/hourglass body and face features.
|
| 56 |
|
| 57 |
When using for ADetailer or more, recommend to mention:
|
|
|
|
| 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, raytracing, specular lighting,
|
| 13 |
+
shallow depth of field, 1girl, smiling, dimples, long voluminous hair, beautiful,
|
| 14 |
+
from below, (looking at the viewer), (in frame), bare shoulders
|
|
|
|
| 15 |
parameters:
|
| 16 |
negative_prompt: >-
|
| 17 |
(jpeg artifacts), (logo, text, watermark, username), extra fingers,
|
|
|
|
| 51 |
## Model description
|
| 52 |
|
| 53 |
Embarking my first LoRa research
|
| 54 |
+
|
| 55 |
As my research purposes, creating a model using a sculpting approach similar to crafting, with a distinctive emphasis on realism, like the contours of a pear-shaped/hourglass body and face features.
|
| 56 |
|
| 57 |
When using for ADetailer or more, recommend to mention:
|