Instructions to use Kiefels/Gillian-Anderson with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kiefels/Gillian-Anderson 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("Kiefels/Gillian-Anderson") prompt = "Gillian Anderson, X-Files, Ginger, Actress" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#9
by Kiefels - opened
- README.md +22 -0
- images/example_j84y3qtb5.png +0 -0
README.md
CHANGED
|
@@ -32,6 +32,28 @@ widget:
|
|
| 32 |
a purple negligee and wearing sunglasses
|
| 33 |
output:
|
| 34 |
url: images/example_gb660rywx.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
base_model: black-forest-labs/FLUX.1-dev
|
| 36 |
instance_prompt: Gillian Anderson, X-Files, Ginger, Actress
|
| 37 |
license: other
|
|
|
|
| 32 |
a purple negligee and wearing sunglasses
|
| 33 |
output:
|
| 34 |
url: images/example_gb660rywx.png
|
| 35 |
+
- text: >-
|
| 36 |
+
Create a 16K photo realistic, hyper-realism photograph of a beautiful
|
| 37 |
+
Gillian Anderson slim, toned and athletic with sensual hips and large, pert
|
| 38 |
+
breasts that barely fit in her costume, is standing, posing with a serious
|
| 39 |
+
face, in a provocative, strappy, glossy black latex nun costume with a sheer
|
| 40 |
+
white scapular and glossy black latex elbow length gloves. Her costume
|
| 41 |
+
appears to be too small for the woman and her large breasts are spilling out
|
| 42 |
+
of the top of her costume. She has pale skin, long black hair, and full
|
| 43 |
+
lips, wearing dark, heavy and moody makeup, including dark eye shadow and
|
| 44 |
+
black lip gloss. Her costume is a deep plunging neckline with large side cut
|
| 45 |
+
outs and high-cut thong, exposing her ample cleavage and hips with a
|
| 46 |
+
pentagram tattooed on her right hip. She is wearing a pair of high heeled,
|
| 47 |
+
thigh high black patent leather boots, partially covering a large tattoo on
|
| 48 |
+
her upper thigh. She stands in a dimly lit room with a purple and red light
|
| 49 |
+
source that is hidden behind a potted plant in the background the woman is
|
| 50 |
+
in shadow with red and blue highlights drawing attention to her curves,
|
| 51 |
+
breasts, facial feature, knees, feet and thighs. On her neck is an upside
|
| 52 |
+
down crucifix necklace that hangs on her ample breasts. Under her feet on
|
| 53 |
+
wooden panels, is a large pentagram with mystical symbols around it, carved
|
| 54 |
+
into the wooden floor.
|
| 55 |
+
output:
|
| 56 |
+
url: images/example_j84y3qtb5.png
|
| 57 |
base_model: black-forest-labs/FLUX.1-dev
|
| 58 |
instance_prompt: Gillian Anderson, X-Files, Ginger, Actress
|
| 59 |
license: other
|
images/example_j84y3qtb5.png
ADDED
|