thegenaiexplorer
commited on
Commit
·
66d24ba
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +127 -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,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
sellaai is roaming in a mall set in 80's hollywood, wearing pink tank top
|
10 |
+
and blue low waist jeans,holding a lot of shopping bags, happy, talking on
|
11 |
+
phone
|
12 |
+
parameters:
|
13 |
+
negative_prompt: None
|
14 |
+
output:
|
15 |
+
url: images/ComfyUI_00090_.png
|
16 |
+
- text: >-
|
17 |
+
sellaai is riding a vintage motorbike, she is wearing a leather tube top and
|
18 |
+
leather shiny jeans, hair is open and flowing, realistic, 8k, high
|
19 |
+
resolution, full body, full motorbike should be visible
|
20 |
+
parameters:
|
21 |
+
negative_prompt: None
|
22 |
+
output:
|
23 |
+
url: images/ComfyUI_00096_.png
|
24 |
+
- text: >-
|
25 |
+
sellaai is wearing a red high fashion gown holding a designer bag and
|
26 |
+
walking on a paris street, full body, cinematic color, realistic, high
|
27 |
+
resolution, 4k, 8k
|
28 |
+
parameters:
|
29 |
+
negative_prompt: None
|
30 |
+
output:
|
31 |
+
url: images/ComfyUI_00104_.png
|
32 |
+
- text: >-
|
33 |
+
a scene that blends photorealistic and 3d video game elements. A
|
34 |
+
photorealistic 20 year old african man wearing a full sleeve t-shirt is
|
35 |
+
taking a selfie with sellaai. The scene is in a cafe, early in the pleasent
|
36 |
+
spring morning. The photo is candid and dreamy. Everything is realistic
|
37 |
+
except for the girl. The mix of reality and the video game girl makes the
|
38 |
+
scene surreal but happy
|
39 |
+
parameters:
|
40 |
+
negative_prompt: None
|
41 |
+
output:
|
42 |
+
url: images/ComfyUI_00134_.png
|
43 |
+
- text: >-
|
44 |
+
sellaai wearing a stunning teal and pink bridal lehenga set standing
|
45 |
+
against the backdrop of a sun-dappled rainforest. The intricate embroidery
|
46 |
+
on the lehenga, adorned with royal carriage motifs, precious crystals, and
|
47 |
+
3D floral details, shines brilliantly in the ethereal light filtering
|
48 |
+
through the dense canopy. The contrast between the vibrant colors of the
|
49 |
+
lehenga and the lush greenery of the rainforest creates a visually striking
|
50 |
+
and harmonious scene. The sunlight, casting its beams through the misty air,
|
51 |
+
adds a touch of magic and romance to the image, making it a truly
|
52 |
+
captivating and unforgettable sight.
|
53 |
+
parameters:
|
54 |
+
negative_prompt: None
|
55 |
+
output:
|
56 |
+
url: images/ComfyUI_00154_.png
|
57 |
+
- text: >-
|
58 |
+
Pose and Outfit: Sellaai stands gracefully in a three-quarter pose, wearing
|
59 |
+
a heavily embroidered orange and gold lehenga with intricate mirror work.
|
60 |
+
Her dupatta flows in the breeze, draped over her shoulder, and she holds a
|
61 |
+
small, embellished potli bag in one hand. Lighting and Environment: The
|
62 |
+
setting is the Amber Fort courtyard during golden hour, with soft sunlight
|
63 |
+
casting warm hues across the sandstone walls. The background features arched
|
64 |
+
doorways and ornate carvings, with hints of bougainvillea adding pops of
|
65 |
+
color. Technical Details: Highly realistic, shot from a medium-wide angle
|
66 |
+
to capture her full figure and the fort's grandeur. Cinematic depth, sharp
|
67 |
+
focus on Sellaai, with slightly blurred background. Rendered in 8K
|
68 |
+
resolution with rich, vibrant colors.
|
69 |
+
parameters:
|
70 |
+
negative_prompt: None
|
71 |
+
output:
|
72 |
+
url: images/ComfyUI_00161_.png
|
73 |
+
- text: >-
|
74 |
+
Pose and Outfit: Sellaai sits elegantly on the stone steps of a ghat,
|
75 |
+
wearing a deep red and gold Banarasi saree. Her hair is styled in a
|
76 |
+
traditional bun adorned with jasmine flowers, and she holds a brass diya in
|
77 |
+
both hands. Lighting and Environment: The scene is set at dusk, with the
|
78 |
+
soft glow of flickering oil lamps reflecting on the calm waters of the
|
79 |
+
Ganges. A hazy sky and distant chants create a serene atmosphere, with boats
|
80 |
+
and temples visible in the background. Technical Details: Realistic, soft
|
81 |
+
lighting emphasizing the warm tones of the saree and diya. Shot from a low
|
82 |
+
angle to highlight her pose and the spiritual ambiance. High resolution,
|
83 |
+
cinematic framing with a shallow depth of field.
|
84 |
+
parameters:
|
85 |
+
negative_prompt: None
|
86 |
+
output:
|
87 |
+
url: images/ComfyUI_00165_.png
|
88 |
+
- text: >-
|
89 |
+
Pose and Outfit: Sellaai is seated on the lush green lawn, wearing a cream
|
90 |
+
and maroon handwoven silk saree with a broad border. She leans slightly
|
91 |
+
forward, looking thoughtful, with her bangles glinting in the sunlight.
|
92 |
+
Lighting and Environment: The backdrop features the iconic white marble dome
|
93 |
+
of Victoria Memorial, with tall palm trees and blooming flowers framing the
|
94 |
+
scene. The lighting is bright yet soft, highlighting her outfit and the
|
95 |
+
greenery around. Technical Details: Realistic, shot from a slightly
|
96 |
+
elevated angle to capture her pose and the grandeur of the memorial. Vibrant
|
97 |
+
colors with cinematic framing, 8K resolution, and a balanced depth of field.
|
98 |
+
parameters:
|
99 |
+
negative_prompt: None
|
100 |
+
output:
|
101 |
+
url: images/ComfyUI_00169_.png
|
102 |
+
base_model: black-forest-labs/FLUX.1-dev
|
103 |
+
instance_prompt: sellaai
|
104 |
+
license: cc-by-3.0
|
105 |
+
---
|
106 |
+
# sellaai
|
107 |
+
|
108 |
+
<Gallery />
|
109 |
+
|
110 |
+
## Model description
|
111 |
+
|
112 |
+
This is a LoRA based on Flux.1 dev ( also works with schnell and FP8 versions). The character is generated by Ai using a custom workflow that allows you to create a real life like virtual character in various poses, gestures and expressions.
|
113 |
+
|
114 |
+
The LoRA can be used as AI influencer, muse for various marketing collaterals, etc.
|
115 |
+
![character_sheet_flux_00001_.png](https://cdn-uploads.huggingface.co/production/uploads/6720679bbcd485f6b8d94a6f/-15eH_GnTGPs6vTQBBQwv.png)
|
116 |
+
|
117 |
+
|
118 |
+
## Trigger words
|
119 |
+
|
120 |
+
You should use `sellaai` to trigger the image generation.
|
121 |
+
|
122 |
+
|
123 |
+
## Download model
|
124 |
+
|
125 |
+
Weights for this model are available in Safetensors format.
|
126 |
+
|
127 |
+
[Download](/thegenaiexplorer/sellaai/tree/main) them in the Files & versions tab.
|