Savva commited on
Commit ·
3a4f4b6
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +96 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: images/00093-929227615.png
|
| 10 |
+
text: >-
|
| 11 |
+
ellefanning, headshot, fashion photo, red hair, bob hairstyle, green eyes,
|
| 12 |
+
clear face, white shirt, looking at viewer, white background
|
| 13 |
+
<lora:ellefanning:1>
|
| 14 |
+
- output:
|
| 15 |
+
url: images/00097-575752589.png
|
| 16 |
+
text: >-
|
| 17 |
+
ellefanning standing on a red carpet at a prestigious event, surrounded by
|
| 18 |
+
flashing cameras and an elegant backdrop. She is wearing an exquisite,
|
| 19 |
+
floor-length black dress with a form-fitting silhouette and delicate lace
|
| 20 |
+
details. The dress features an off-the-shoulder design, with a slight train
|
| 21 |
+
flowing behind her. Her hair is styled in soft waves, cascading over her
|
| 22 |
+
shoulders, and she wears elegant jewelry, including sparkling earrings and a
|
| 23 |
+
matching bracelet. The actress poses confidently, her hand resting on her
|
| 24 |
+
hip, with a warm smile on her face as she gazes at the cameras. The
|
| 25 |
+
background includes a branded step-and-repeat banner, velvet ropes, and the
|
| 26 |
+
soft glow of evening lights, creating an atmosphere of sophistication and
|
| 27 |
+
star-studded glamour <lora:ellefanning:1>
|
| 28 |
+
- output:
|
| 29 |
+
url: images/00098-1820900138.png
|
| 30 |
+
text: >-
|
| 31 |
+
A nostalgic 90s-style photograph, photo of a woman, amateur photo 1990, in
|
| 32 |
+
natural light, in a white dress. <lora:ellefanning:1>
|
| 33 |
+
- output:
|
| 34 |
+
url: images/00099-4216927795.png
|
| 35 |
+
text: >-
|
| 36 |
+
A close-up photograph of ellefanning standing in a cold, snowy forest,
|
| 37 |
+
capturing the serene and wintery atmosphere. She is dressed warmly, wearing
|
| 38 |
+
a tight, form-fitting sweater that hugs her figure, providing both warmth
|
| 39 |
+
and style. The sweater could be a soft, knitted material in a neutral or
|
| 40 |
+
earthy color, complementing the natural winter surroundings. She is also
|
| 41 |
+
wearing a cozy bobble hat that adds a touch of playfulness and warmth to her
|
| 42 |
+
outfit. The hat is snug, with a fluffy pom-pom on top, and is possibly
|
| 43 |
+
knitted in a complementary color to her sweater. Her hair peeks out from
|
| 44 |
+
under the hat, either in soft waves or neatly tucked inside. The background
|
| 45 |
+
features a dense forest blanketed in snow, with tall trees standing silent
|
| 46 |
+
and still, their branches heavy with fresh snow. The cold air is visible,
|
| 47 |
+
adding a crisp, frosty texture to the scene. The soft, diffused light of a
|
| 48 |
+
cloudy winter day illuminates the scene, creating a gentle, even glow that
|
| 49 |
+
highlights her features. Her expression is calm and peaceful, with a
|
| 50 |
+
slight smile or a serene look, reflecting the tranquility of the snowy
|
| 51 |
+
environment. The close-up composition focuses on her face and upper body,
|
| 52 |
+
allowing the details of her cozy winter outfit and the snowy backdrop to be
|
| 53 |
+
clearly visible. The overall mood of the photograph is serene, cozy, and
|
| 54 |
+
wintery, capturing sw33ny in a moment of quiet beauty amidst a snowy forest.
|
| 55 |
+
The combination of her warm, stylish outfit and the cold, crisp setting
|
| 56 |
+
creates a visually pleasing and atmospheric image. <lora:ellefanning:1>
|
| 57 |
+
- output:
|
| 58 |
+
url: images/00100-484744483.png
|
| 59 |
+
text: >-
|
| 60 |
+
A vogue magazine cover of a young blonde woman looking away from the camera
|
| 61 |
+
with black streaks in her hair with tattoos of a butterfly on her shoulder,
|
| 62 |
+
wearing a halter neck dress and a wide brimmed straw hat, leaning against a
|
| 63 |
+
wall, non - nude portrait, style of a fashion model, detailed jewellery.
|
| 64 |
+
<lora:ellefanning:1>
|
| 65 |
+
- output:
|
| 66 |
+
url: images/00103-3010209162.png
|
| 67 |
+
text: >-
|
| 68 |
+
A nostalgic 90s-style photograph, photo of a woman, amateur photo 1990, in
|
| 69 |
+
natural light <lora:ellefanning:1>
|
| 70 |
+
- output:
|
| 71 |
+
url: images/00104-3013437798.png
|
| 72 |
+
text: >-
|
| 73 |
+
candid photograph of ellefanning sitting in a dark cafe, wearing a crop top
|
| 74 |
+
sweater and a beanie hat and baggy pants, PG picture, sfw, wearing round
|
| 75 |
+
glasses, cinematic <lora:ellefanning:1>
|
| 76 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 77 |
+
instance_prompt: ellefanning
|
| 78 |
+
license: cc0-1.0
|
| 79 |
+
---
|
| 80 |
+
# Elle Fanning face
|
| 81 |
+
|
| 82 |
+
<Gallery />
|
| 83 |
+
|
| 84 |
+
## Model description
|
| 85 |
+
|
| 86 |
+
First attempt at training LoRA for Flux 1 Dev, open to suggestions for improvement
|
| 87 |
+
|
| 88 |
+
## Trigger words
|
| 89 |
+
|
| 90 |
+
You should use `ellefanning` to trigger the image generation.
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
## Download model
|
| 94 |
+
|
| 95 |
+
|
| 96 |
+
[Download](/savvarik/ellefanning/tree/main) them in the Files & versions tab.
|