Instructions to use Keltezaa/Facial_ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/Facial_ with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Keltezaa/Facial_") prompt = "Capture the essence in a highly detailed and realistic portrait, where her multifaceted personality and unique traits are on full display. The pose should be spontaneous and natural, capturing her in a moment of genuine expression, whether it's a smile, a pensive gaze, or a burst of laughter. Focus on a random feature that defines her—perhaps the intensity of her gaze, the shape of her lips when she speaks, or the way her hair falls across her face. Place her in a location that holds significance to her—it could be her favorite café, a bustling city street, or a serene natural setting. The background should enhance her personality, whether it's the vibrant chaos of an urban environment or the peaceful solitude of nature. This portrait aims to reveal the layers of Lora's character, going beyond the surface to showcase the richness of her inner world and the complexities that make her who she is" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#2
by Keltezaa - opened
- README.md +15 -0
- images/example_ufmcyrgqr.png +3 -0
README.md
CHANGED
|
@@ -24,6 +24,21 @@ widget:
|
|
| 24 |
that make her who she is
|
| 25 |
output:
|
| 26 |
url: images/example_927erzxzs.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
base_model: black-forest-labs/FLUX.1-dev
|
| 28 |
instance_prompt: F4C14L
|
| 29 |
license: cc-by-nc-nd-4.0
|
|
|
|
| 24 |
that make her who she is
|
| 25 |
output:
|
| 26 |
url: images/example_927erzxzs.png
|
| 27 |
+
- text: >-
|
| 28 |
+
Create an image that captures the raw, intimate moment of sensual pleasure,
|
| 29 |
+
focusing on the face of a subject adorned with a generous amount of cum. The
|
| 30 |
+
expression should convey a range of emotions—from pure ecstasy to relaxed
|
| 31 |
+
satisfaction. Capture the fine details: the texture of the skin, the
|
| 32 |
+
delicate eyelashes, and the moist, glistening trails of cum that trace the
|
| 33 |
+
contours of her face. The hair, whether it's long and flowing or short and
|
| 34 |
+
messy, can be strategically placed to frame her features or create a sense
|
| 35 |
+
of movement. The background can be a soft, blurred environment, allowing the
|
| 36 |
+
viewer to focus on the intricate details of the face and the erotic nature
|
| 37 |
+
of the scene. This portrait aims to celebrate the beauty of pleasure,
|
| 38 |
+
showcasing the raw, unfiltered joy and the intimate connection between
|
| 39 |
+
partners
|
| 40 |
+
output:
|
| 41 |
+
url: images/example_ufmcyrgqr.png
|
| 42 |
base_model: black-forest-labs/FLUX.1-dev
|
| 43 |
instance_prompt: F4C14L
|
| 44 |
license: cc-by-nc-nd-4.0
|
images/example_ufmcyrgqr.png
ADDED
|
Git LFS Details
|