obann001
commited on
Commit
·
38a23a1
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +93 -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,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
pop art professional 3d model vaporwave style ethereal fantasy concept art
|
10 |
+
of (sfw) VISUAL STYLE: Realistic, GENRE: Sports, SUBJECT(S): Woman, sunny
|
11 |
+
day, black cap, athletic attire, reflection or rest, ponytail, earrings,
|
12 |
+
functionality and style, she is walking along the beach. TIME PERIOD:
|
13 |
+
Contemporary, COLOR: Bright and vibrant, ASPECT RATIO: 7:4, FORMAT:
|
14 |
+
Horizontal, FRAME SIZE: Medium shot, LENS SIZE: Standard, COMPOSITION:
|
15 |
+
Centered focus on woman, with tennis net in background, LIGHTING: Natural
|
16 |
+
sunlight, LIGHTING TYPE: Soft and diffused, TIME OF DAY: Daytime,
|
17 |
+
ENVIRONMENT: Exterior, LOCATION TYPE: Tennis court, SET: None specified,
|
18 |
+
CAMERA: Digital camera, LENS: Standard lens, FILM STOCK / RESOLUTION: High
|
19 |
+
resolution, TAGS: woman, tennis, sport, outdoor, reflection, rest, ponytail,
|
20 |
+
earrings, cap, athletic attire, functionality, style, sports business,
|
21 |
+
casual headwear. --v 6.0 --ar 7:4 ,tennis skirts, hyper detailed hyper
|
22 |
+
realistic 4K HD intricate,baseball cap on backwards, detailed chest.
|
23 |
+
magnificent, celestial, ethereal, painterly, epic, majestic, magical,
|
24 |
+
fantasy art, cover art, dreamy . retro, neon, pixelated, nostalgic . octane
|
25 |
+
render, highly detailed, volumetric, dramatic lighting . vibrant, mass
|
26 |
+
culture, comic style, bold lines, ironic
|
27 |
+
<lora:flux_alisha_goma_rank32_bf16-step02250:1><lora:sdxl_lightning_4step_lora:1>
|
28 |
+
parameters:
|
29 |
+
negative_prompt: >-
|
30 |
+
text, cartoon, blurry, watermark, out of frame, nude, extra legs,
|
31 |
+
bad_hands, extra_hands, missing_fingers, broken hand, more than two hands,
|
32 |
+
well proportioned hands, more than two legs, unclear eyes, missing_arms,
|
33 |
+
mutilated, extra limbs, extra legs,cloned face, fused fingers,
|
34 |
+
extra_digit, fewer_digits, extra_digits, jpeg_artifacts, signature,
|
35 |
+
watermark, username,blurry, large_breasts, worst_quality, low_quality,
|
36 |
+
normal_quality, mirror image, Vague, sketches, (worst quality:2), (low
|
37 |
+
quality:2), (normal quality:2), lowres, normal quality, ((monochrome)),
|
38 |
+
((grayscale)), skin spots, acnes, skin blemishes, age spot, out of
|
39 |
+
frame:1.3,belly, photographic, realistic, realism, 35mm film, dslr,
|
40 |
+
cropped, frame, text, deformed, glitch, noise, noisy, off-center,
|
41 |
+
deformed, cross-eyed, closed eyes, bad anatomy, ugly, disfigured, sloppy,
|
42 |
+
duplicate, mutated, black and white, modern, monochrome, high-resolution,
|
43 |
+
forward-looking, ugly, deformed, noisy, low poly, blurry, painting, soft,
|
44 |
+
elegant, high culture, realistic, subtle lines
|
45 |
+
output:
|
46 |
+
url: images/flux_alisha_goma_rank32_bf16-step02250.png
|
47 |
+
- text: >-
|
48 |
+
cinematic photo medieval style amilia_offici woman seats on a sci-fi seats,
|
49 |
+
sexy pudica pose gesture, (white seat), (amazing white dress), inside a
|
50 |
+
spaceship, spaceship commander, queen warrior, looking at viewer, muscular,
|
51 |
+
blue flame in background, sci-fi, ac_neg1, leggings, vignettes, highres, 8k
|
52 |
+
. historical, ornate, religious, gothic --ar 2:3 --w 768 posing.
|
53 |
+
photographed by Nina Masic, <lora:flux_lora_alisha_goma_1500_model:1> .
|
54 |
+
35mm photograph, film, bokeh, professional, 4k, highly
|
55 |
+
detailed<lora:sdxl_lightning_4step_lora:1>
|
56 |
+
parameters:
|
57 |
+
negative_prompt: >-
|
58 |
+
breasts, nudity, nfsw, text, cartoon, blurry, watermark, out of frame,
|
59 |
+
nude, extra legs, bad_hands, extra_hands, missing_fingers, broken hand,
|
60 |
+
more than two hands, well proportioned hands, more than two legs, unclear
|
61 |
+
eyes, missing_arms, mutilated, extra limbs, extra legs,cloned face, fused
|
62 |
+
fingers, extra_digit, fewer_digits, extra_digits, jpeg_artifacts,
|
63 |
+
signature, watermark, username,blurry, worst_quality, low_quality,
|
64 |
+
normal_quality, mirror image, Vague, paintings, sketches, (worst
|
65 |
+
quality:2), (low quality:2), (normal quality:2), lowres, normal quality,
|
66 |
+
((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, age
|
67 |
+
spot, out of frame:1.3, nudity, breasts, nipples, nfsw, drawing, painting,
|
68 |
+
crayon, sketch, graphite, impressionist, noisy, blurry, soft, deformed,
|
69 |
+
ugly
|
70 |
+
output:
|
71 |
+
url: images/flux_lora_alisha_goma_1500_model.png
|
72 |
+
- text: '-'
|
73 |
+
output:
|
74 |
+
url: images/image_2024-12-21_084243531.png
|
75 |
+
base_model: black-forest-labs/FLUX.1-dev
|
76 |
+
instance_prompt: alisha_goma
|
77 |
+
license: openrail
|
78 |
+
---
|
79 |
+
# Alisha Goma
|
80 |
+
|
81 |
+
<Gallery />
|
82 |
+
|
83 |
+
|
84 |
+
## Trigger words
|
85 |
+
|
86 |
+
You should use `alisha_goma` to trigger the image generation.
|
87 |
+
|
88 |
+
|
89 |
+
## Download model
|
90 |
+
|
91 |
+
Weights for this model are available in Safetensors format.
|
92 |
+
|
93 |
+
[Download](/obann001/alisha_goma/tree/main) them in the Files & versions tab.
|