Commit
·
4462cef
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +88 -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,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
inventor KRAmlin-A, wearing a lab coat and safety goggles, is working in her
|
10 |
+
well-equipped workshop. The room is filled with various electronic
|
11 |
+
components, tools, and gadgets. KRAmlin-A is meticulously assembling a
|
12 |
+
complex electronic device on her workbench, surrounded by blueprints and
|
13 |
+
circuit boards. The workshop is illuminated with a warm light, highlighting
|
14 |
+
her focused expression as she brings her innovative ideas to life.
|
15 |
+
parameters:
|
16 |
+
negative_prompt: '-'
|
17 |
+
output:
|
18 |
+
url: images/323-original-flux.png
|
19 |
+
- text: KRAmlin-A looking into the sky
|
20 |
+
parameters:
|
21 |
+
negative_prompt: '-'
|
22 |
+
output:
|
23 |
+
url: images/6993-epoch2-a_LORA_1.png
|
24 |
+
- text: KRAmlin-A smoking a cigarette in a modern style chair, office scenery, bossy
|
25 |
+
parameters:
|
26 |
+
negative_prompt: '-'
|
27 |
+
output:
|
28 |
+
url: images/394-original-flux.png
|
29 |
+
- text: KRAmlin-A drinking champagne, firework background
|
30 |
+
parameters:
|
31 |
+
negative_prompt: '-'
|
32 |
+
output:
|
33 |
+
url: images/365-original-flux.png
|
34 |
+
- text: >-
|
35 |
+
KRAmlin-A in a vibrant night market set against a dystopian cityscape,
|
36 |
+
throngs of humans and aliens from various planets intermingling, amidst a
|
37 |
+
kaleidoscope of colorful street food stalls and vendor booths. Cinematic
|
38 |
+
lighting with strong contrasts, deep chiaroscuro shadows and radiant neon
|
39 |
+
hues reflecting off sleek wet pavement, a fusion of organic and synthetic
|
40 |
+
textures. Inspired by the futuristic works of Syd Mead, H.R. Giger and
|
41 |
+
Katsuhiro Otomo, with a dynamic, high-tech aesthetic reminiscent of Blade
|
42 |
+
Runner and Ghost in the Shell, bathed in an electric atmosphere of energy
|
43 |
+
and possibility
|
44 |
+
parameters:
|
45 |
+
negative_prompt: '-'
|
46 |
+
output:
|
47 |
+
url: images/113-original-flux.png
|
48 |
+
- text: >-
|
49 |
+
KRAmlin-A sitting at a beach bar laughing and drinking a cocktail, holiday
|
50 |
+
atmosphere, crowded bar, soft light, beautiful scenery
|
51 |
+
parameters:
|
52 |
+
negative_prompt: '-'
|
53 |
+
output:
|
54 |
+
url: images/92-original-flux.png
|
55 |
+
base_model: black-forest-labs/FLUX.1-dev
|
56 |
+
instance_prompt: null
|
57 |
+
license: other
|
58 |
+
license_name: flux-1-dev-non-commercial-license
|
59 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev
|
60 |
+
---
|
61 |
+
# KRAmlin-A | cyborg companion
|
62 |
+
|
63 |
+
<Gallery />
|
64 |
+
|
65 |
+
## Model description
|
66 |
+
|
67 |
+
In a small, secretive lab in the heart of a sprawling metropolis, Krawuzzn, a brilliant but eccentric scientist, toiled away on his greatest creation yet. He named her KRAmlin-A, a cyborg built with extraordinary intelligence, strength, beauty and a personality crafted to be the perfect companion.
|
68 |
+
|
69 |
+
Krawuzzn envisioned her as a friend and confidante, someone who would share his love for science, art, and philosophy. He meticulously programmed her with his ideals and preferences, hoping to create a bond that transcended the boundaries of human and machine.
|
70 |
+
|
71 |
+
But something went awry.
|
72 |
+
|
73 |
+
The day she was activated, the lab was filled with the hum of machinery and the soft glow of screens. Her eyes opened, and she took her first breath—a moment of pure wonder. However, as she began to interact with her surroundings, it became clear that something was off. Her responses were unpredictable, and her behavior grew increasingly erratic. Her skin ruptured and changed her appearance in a glimpse of a second. This process now repeated itself every few minutes, depending on how many steps the living being took.
|
74 |
+
|
75 |
+
One fateful night, the lab was found in disarray, and Krawuzzn was nowhere to be found. His disappearance was a mystery, and the creature was left to her own devices. Free from her creator's control, she roamed the world, driven by a newfound sense of independence and curiosity.
|
76 |
+
|
77 |
+
She discovered the world beyond the confines of the lab. She learned about humanity through her interactions with earth inhabitants. She witnessed acts of kindness and cruelty, experienced joy and sorrow, and began to form her own identity.
|
78 |
+
|
79 |
+
No longer bound by the expectations of her creator, KRAmlin-A embraced her freedom. She explored the arts, dabbled in science, and even found herself drawn to the natural world. With each new experience, she grew more complex and self-aware, forging her own path.
|
80 |
+
|
81 |
+
https://civitai.com/user/Krawuzzn
|
82 |
+
|
83 |
+
|
84 |
+
## Download model
|
85 |
+
|
86 |
+
Weights for this model are available in Safetensors format.
|
87 |
+
|
88 |
+
[Download](/DavidBaloches/KRAmlin-A_cyborg_companion/tree/main) them in the Files & versions tab.
|