LyliaEngine
commited on
Commit
·
42c3e5f
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +121 -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,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
imagine, dream of, dark, at night, dim, (robotic insect alien helmet:1.2),
|
10 |
+
cinematic film still cybernetic robot sexy erotic cyborg in a heavy combat
|
11 |
+
mech, bulky exoskeleton, wearing a helmet, mixed race black korean, white
|
12 |
+
hair, black intricate tactical armor, baroque styling, heavy plating, black
|
13 |
+
tactical power suit, evangelion plug suit, black oil slick, holographic,
|
14 |
+
rainbow, cyberpunk,, In this intense scene from Cyberpunk 2079, a heavily
|
15 |
+
armored cyborg warrior is ready for battle. The cyborg is clad in a sleek
|
16 |
+
black exoskeleton adorned with intricate tactical designs. A helmet conceals
|
17 |
+
its identity while its white hair stands out against the dark armor. The
|
18 |
+
rainbow-colored hologram atop its head adds a touch of color to its
|
19 |
+
otherwise monochrome appearance. The baroque styling of the armor suggests a
|
20 |
+
blend of futuristic and classical influences. The heavy plating indicates
|
21 |
+
its readiness for combat. This powerful figure . android, AI, machine,
|
22 |
+
metal, wires, tech, futuristic, highly detailed . shallow depth of field,
|
23 |
+
vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic,
|
24 |
+
gorgeous, film grain, grainy
|
25 |
+
parameters:
|
26 |
+
negative_prompt: >-
|
27 |
+
anime, cartoon, graphic, text, painting, crayon, graphite, abstract,
|
28 |
+
glitch, deformed, mutated, ugly, disfigured, organic, natural, human,
|
29 |
+
sketch, watercolor, low contrast, bad quality, low quality, worst quality,
|
30 |
+
(hands:1.3), cartoon, lowres, meme, blurry
|
31 |
+
output:
|
32 |
+
url: images/Tranquil_golden_blue_upscaled_67.webp
|
33 |
+
- text: >-
|
34 |
+
cinematic film still cinematic film still stylized by Sam Mayle, photograph,
|
35 |
+
concept art, (breathtaking red armored cybernetic robot, cloake red and
|
36 |
+
golden shinobi, cyberpunk demon helmet, futuristic, exosuit, tactical,
|
37 |
+
advanced gear, hero pose, highly detailed, futuristic, intricate, elegant,
|
38 |
+
standing in a cyberpunk shinto shrine:1.3) , she has a Lavender, Pale Pink
|
39 |
+
and Gray Samurai Mask, film grain, Kodak portra 800, 50mm, elaborate,
|
40 |
+
photorealism, luxury, A breathtaking red armored cybernetic robot stands
|
41 |
+
proudly in a cyberpunk Shinto shrine. The robot is adorned with a cloak that
|
42 |
+
radiates red and gold hues. Its head is protected by a demon helmet, adding
|
43 |
+
an air of mystery to its appearance. The robot's exoskeleton is visible on
|
44 |
+
its arms and legs, hinting at its advanced technology and power. It holds a
|
45 |
+
weapon in one hand while its other hand rests gently on its hip. The
|
46 |
+
background reveals the intricately designed shrine, further emphasizing the
|
47 |
+
futuristic setting of the scene. The attention . shallow depth of field,
|
48 |
+
vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic,
|
49 |
+
gorgeous, film grain, grainy . shallow depth of field, vignette, highly
|
50 |
+
detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film
|
51 |
+
grain, grainy
|
52 |
+
parameters:
|
53 |
+
negative_prompt: >-
|
54 |
+
anime, cartoon, graphic, text, painting, crayon, graphite, abstract,
|
55 |
+
glitch, deformed, mutated, ugly, disfigured, anime, cartoon, graphic,
|
56 |
+
text, painting, crayon, graphite, abstract, glitch, deformed, mutated,
|
57 |
+
ugly, disfigured, bad quality, low quality, worst quality, (hands:1.3),
|
58 |
+
(hair:1.2), cartoon, lowres, meme, blurry
|
59 |
+
output:
|
60 |
+
url: images/CyborgMechExosuit_v1_5_upscaled_25.webp
|
61 |
+
- text: >-
|
62 |
+
futuristic style cinematic film still photograph, (breathtaking slim armored
|
63 |
+
female cybernetic robot, yellow and violet armor, cyberpunk helmet, flowing
|
64 |
+
in wind blond hair, futuristic, exosuit, tactical, advanced gear, hero pose,
|
65 |
+
highly detailed, futuristic, intricate, elegant, glowing city scape:1.1) ,
|
66 |
+
film grain, Canon EF, L USM, shadowrun, high-end, science fiction, Slim
|
67 |
+
armored female cybernetic robot stands tall against futuristic cityscape
|
68 |
+
backdrop, showcasing advanced gear in yellow and violet armor. Heroic pose
|
69 |
+
accentuates exosuit features under glowing city lights. Highly detailed
|
70 |
+
shadows cast by robot contrast with Canon EF camera equipment. Film grain
|
71 |
+
texture adds depth to scene. Science fiction theme evoked through cyberpunk
|
72 |
+
aesthetic and atmospheric lighting. . shallow depth of field, vignette,
|
73 |
+
highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous,
|
74 |
+
film grain, grainy . sleek, modern, ultramodern, high tech, detailed
|
75 |
+
parameters:
|
76 |
+
negative_prompt: >-
|
77 |
+
ugly, deformed, noisy, blurry, low contrast, realism, photorealistic,
|
78 |
+
vintage, antique, anime, cartoon, graphic, text, painting, crayon,
|
79 |
+
graphite, abstract, glitch, deformed, mutated, ugly, disfigured, bad
|
80 |
+
quality, low quality, worst quality, (hands:1.3), (sword:1.2), cartoon,
|
81 |
+
lowres, meme, blurry
|
82 |
+
output:
|
83 |
+
url: images/CyborgMechExosuit_v1_5_upscaled_33.webp
|
84 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
85 |
+
instance_prompt: tactical gear, futuristic, cyberpunk
|
86 |
+
license: cdla-permissive-2.0
|
87 |
+
---
|
88 |
+
# CyborgMechExosuit_v1.5
|
89 |
+
|
90 |
+
<Gallery />
|
91 |
+
|
92 |
+
## Model description
|
93 |
+
|
94 |
+
I am finally releasing one of my costume Loras to the public. Enjoy and play around with it.
|
95 |
+
Recommended weight for v1.0 is about 0.8 but it should work fine between 0.5 - 1.0.
|
96 |
+
For v1.5 you can easily use a weight of 1.0 now, and it should work fine between 0.5 up to 1.3-1.5
|
97 |
+
|
98 |
+
All images are created with random prompts and just a few keywords added. There are no specific triggers required.
|
99 |
+
|
100 |
+
There are no real trigger words, but words like e.g. exosuit, tactical gear, futuristic, cyberpunk, work best.
|
101 |
+
|
102 |
+
Have fun and post a picture or two!
|
103 |
+
|
104 |
+
Added some new pics to v1.5 with the prompt included!
|
105 |
+
|
106 |
+
Also added the permission to use the Civitai generation services.
|
107 |
+
|
108 |
+
## Trigger words
|
109 |
+
|
110 |
+
You should use `tactical gear` to trigger the image generation.
|
111 |
+
|
112 |
+
You should use `futuristic` to trigger the image generation.
|
113 |
+
|
114 |
+
You should use `cyberpunk` to trigger the image generation.
|
115 |
+
|
116 |
+
|
117 |
+
## Download model
|
118 |
+
|
119 |
+
Weights for this model are available in Safetensors format.
|
120 |
+
|
121 |
+
[Download](/LyliaEngine/CyborgMechExosuit_v1.5/tree/main) them in the Files & versions tab.
|