crystalwizard
commited on
Commit
·
84433c8
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +174 -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,174 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
Astrid Eriksdottir is a 5'9" vibrant Norse warrior with wild, honey-blonde
|
10 |
+
hair and piercing amber eyes, her robust features forged from battles in the
|
11 |
+
fjords. She wears a suit of leather armor, adorned with bronze accents and a
|
12 |
+
golden brooch, over a flowing linen tunic and woolen leggings, complemented
|
13 |
+
by knee-high leather boots. A scattering of battle scars, a braided beard
|
14 |
+
token, and a tattoo of the Midgard Serpent on her right bicep add to her
|
15 |
+
fearless allure, radiating strength and Nordic pride.
|
16 |
+
output:
|
17 |
+
url: images/ComfyUI_00072_.png
|
18 |
+
- text: >-
|
19 |
+
Astrid Eriksdottir is a 5'9" vibrant Norse warrior with wild, honey-blonde
|
20 |
+
hair and piercing amber eyes, her robust features forged from battles in the
|
21 |
+
fjords. She wears a suit of leather armor, adorned with bronze accents and a
|
22 |
+
golden brooch, over a flowing linen tunic and woolen leggings, complemented
|
23 |
+
by knee-high leather boots. A scattering of battle scars, a braided beard
|
24 |
+
token, and a tattoo of the Midgard Serpent on her right bicep add to her
|
25 |
+
fearless allure, radiating strength and Nordic pride.
|
26 |
+
output:
|
27 |
+
url: images/ComfyUI_00070_.png
|
28 |
+
- text: >-
|
29 |
+
Astrid Eriksdottir is a 5'9" vibrant Norse warrior with wild, honey-blonde
|
30 |
+
hair and piercing amber eyes, her robust features forged from battles in the
|
31 |
+
fjords. She wears a suit of leather armor, adorned with bronze accents and a
|
32 |
+
golden brooch, over a flowing linen tunic and woolen leggings, complemented
|
33 |
+
by knee-high leather boots. A scattering of battle scars, a braided beard
|
34 |
+
token, and a tattoo of the Midgard Serpent on her right bicep add to her
|
35 |
+
fearless allure, radiating strength and Nordic pride.
|
36 |
+
output:
|
37 |
+
url: images/ComfyUI_00069_.png
|
38 |
+
- text: >-
|
39 |
+
Zahra al-Mansour is a 5'10" elegant astrophysicist with long, red hair
|
40 |
+
adorned with intricate braids and warm, hazel eyes, her refined features
|
41 |
+
shaped by years of studying the stars. She wears a crisp white lab coat,
|
42 |
+
fitted trousers, and sleek loafers, complemented by a delicate silver
|
43 |
+
necklace bearing a tiny, polished meteorite. A sprinkle of subtle freckles,
|
44 |
+
a wispy fringe, and a tattoo of the Andromeda galaxy on her left wrist add
|
45 |
+
to her intellectual charm, exuding curiosity and celestial wonder
|
46 |
+
output:
|
47 |
+
url: images/ComfyUI_00067_.png
|
48 |
+
- text: >-
|
49 |
+
Zahra al-Mansour is a 5'10" elegant astrophysicist with long, red hair
|
50 |
+
adorned with intricate braids and warm, hazel eyes, her refined features
|
51 |
+
shaped by years of studying the stars. She wears a crisp white lab coat,
|
52 |
+
fitted trousers, and sleek loafers, complemented by a delicate silver
|
53 |
+
necklace bearing a tiny, polished meteorite. A sprinkle of subtle freckles,
|
54 |
+
a wispy fringe, and a tattoo of the Andromeda galaxy on her left wrist add
|
55 |
+
to her intellectual charm, exuding curiosity and celestial wonder
|
56 |
+
output:
|
57 |
+
url: images/ComfyUI_00066_.png
|
58 |
+
- text: >-
|
59 |
+
Akira Katsuragi is a 5'5" petite cyberpunk hacker with short, spiky black
|
60 |
+
hair and piercing green eyes, her edgy style forged from nights spent
|
61 |
+
infiltrating corporate systems. She wears a sleek black leather jacket,
|
62 |
+
distressed skinny jeans, and heavy combat boots, adorned with neon accents
|
63 |
+
and a silver circuit board buckle. A constellation of piercings, a scar
|
64 |
+
above her left eyebrow, and a tattoo of a phoenix rising from the ashes add
|
65 |
+
to her rebellious allure, radiating intelligence and fearless determination.
|
66 |
+
output:
|
67 |
+
url: images/ComfyUI_00063_.png
|
68 |
+
- text: >-
|
69 |
+
Akira Katsuragi is a 5'5" petite cyberpunk hacker with short, spiky black
|
70 |
+
hair and piercing green eyes, her edgy style forged from nights spent
|
71 |
+
infiltrating corporate systems. She wears a sleek black leather jacket,
|
72 |
+
distressed skinny jeans, and heavy combat boots, adorned with neon accents
|
73 |
+
and a silver circuit board buckle. A constellation of piercings, a scar
|
74 |
+
above her left eyebrow, and a tattoo of a phoenix rising from the ashes add
|
75 |
+
to her rebellious allure, radiating intelligence and fearless determination.
|
76 |
+
output:
|
77 |
+
url: images/ComfyUI_00062_.png
|
78 |
+
- text: >-
|
79 |
+
Dakota Rose McCoy is a 5'8" athletic cowgirl with dark brown, curly hair and
|
80 |
+
striking blue eyes, her rugged beauty honed from years of riding and ranch
|
81 |
+
work. She wears a well-worn denim jacket, faded Wranglers, and scuffed
|
82 |
+
cowboy boots, adorned with silver spurs and a horseshoe buckle. A sprinkle
|
83 |
+
of freckles, a crescent-shaped scar, and a small tattoo of a wild mustang
|
84 |
+
add to her natural charm, exuding confidence and a free-spirited
|
85 |
+
independence.
|
86 |
+
output:
|
87 |
+
url: images/ComfyUI_00059_.png
|
88 |
+
- text: >-
|
89 |
+
Dakota Rose McCoy is a 5'8" athletic cowgirl with dark brown, curly hair and
|
90 |
+
striking blue eyes, her rugged beauty honed from years of riding and ranch
|
91 |
+
work. She wears a well-worn denim jacket, faded Wranglers, and scuffed
|
92 |
+
cowboy boots, adorned with silver spurs and a horseshoe buckle. A sprinkle
|
93 |
+
of freckles, a crescent-shaped scar, and a small tattoo of a wild mustang
|
94 |
+
add to her natural charm, exuding confidence and a free-spirited
|
95 |
+
independence.
|
96 |
+
output:
|
97 |
+
url: images/ComfyUI_00058_.png
|
98 |
+
- text: she is a sad indian maiden standing at the beach
|
99 |
+
output:
|
100 |
+
url: images/ComfyUI_00056_.png
|
101 |
+
- text: she is a sad indian maiden standing at the beach
|
102 |
+
output:
|
103 |
+
url: images/ComfyUI_00054_.png
|
104 |
+
- text: eating lunch with friends at a restaurant
|
105 |
+
output:
|
106 |
+
url: images/ComfyUI_00043_.png
|
107 |
+
- text: eating lunch with friends at a restaurant
|
108 |
+
output:
|
109 |
+
url: images/ComfyUI_00042_.png
|
110 |
+
- text: sitting on a bench near a lake
|
111 |
+
output:
|
112 |
+
url: images/ComfyUI_00039_.png
|
113 |
+
- text: walking a dog
|
114 |
+
output:
|
115 |
+
url: images/ComfyUI_00032_.png
|
116 |
+
- text: ' DreamWorks, Portrait of a young blonde woman, sly smile, wearing a white pinafore over a blue satin dress ; delicate face; fine detailed hands;cosmic; smiling cat; Intricate, Disintegrating into fractal iridescence, Scenic; Hyperdetailed, glowing edges; '
|
117 |
+
output:
|
118 |
+
url: images/ComfyUI_00020_.png
|
119 |
+
- text: ' DreamWorks, Portrait of a young blonde woman, sly smile, wearing a white pinafore over a blue satin dress ; delicate face; fine detailed hands;cosmic; smiling cat; Intricate, Disintegrating into fractal iridescence, Scenic; Hyperdetailed, glowing edges; '
|
120 |
+
output:
|
121 |
+
url: images/ComfyUI_00019_.png
|
122 |
+
- text: >-
|
123 |
+
detailed, black and white line drawing of a sexy woman . The subject is a
|
124 |
+
voluptuous woman with long, flowing black hair that cascades down her back
|
125 |
+
and shoulders, adorned with intricate, swirling patterns. She is wearing a
|
126 |
+
white tank top, suspenders, black miniskirt, black stockings, boots, red
|
127 |
+
gloves with elbow pads. Her hair and clothing are intricately detailed with
|
128 |
+
fine lines and textures that suggest a sense of depth and movement.
|
129 |
+
output:
|
130 |
+
url: images/ComfyUI_00012_.png
|
131 |
+
- text: >-
|
132 |
+
a female ranger in leather armor holding a bow, quiver on her back and a
|
133 |
+
hawk on her shoulder
|
134 |
+
output:
|
135 |
+
url: images/ComfyUI_00010_.png
|
136 |
+
- text: a teddybear sitting on a skateboard in Times Square
|
137 |
+
output:
|
138 |
+
url: images/ComfyUI_00006_.png
|
139 |
+
- text: world of warcraft drow elf
|
140 |
+
output:
|
141 |
+
url: images/ComfyUI_00004_.png
|
142 |
+
- text: anime fox girl
|
143 |
+
output:
|
144 |
+
url: images/ComfyUI_00003_.png
|
145 |
+
- text: ' a woman walking a dog down the street'
|
146 |
+
output:
|
147 |
+
url: images/ComfyUI_00001_.png
|
148 |
+
base_model: stabilityai/stable-diffusion-3.5-large
|
149 |
+
instance_prompt: princute
|
150 |
+
license: apache-2.0
|
151 |
+
---
|
152 |
+
# Cutie Princess Character Lora
|
153 |
+
|
154 |
+
<Gallery />
|
155 |
+
|
156 |
+
## Model description
|
157 |
+
|
158 |
+
This is a character lora for stable diffusion 3.5. it can be used in a couple of ways:
|
159 |
+
|
160 |
+
1. with a detailed descriptive prompt to create consisting characters
|
161 |
+
2. with a short action prompt for a cartoon sort of character
|
162 |
+
|
163 |
+
example images and prompts below
|
164 |
+
|
165 |
+
## Trigger words
|
166 |
+
|
167 |
+
You should use `princute` to trigger the image generation.
|
168 |
+
|
169 |
+
|
170 |
+
## Download model
|
171 |
+
|
172 |
+
Weights for this model are available in Safetensors format.
|
173 |
+
|
174 |
+
[Download](/crystalwizard/cutie-princess-character-lora/tree/main) them in the Files & versions tab.
|