Commit
·
9aa83a6
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +249 -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,249 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
one chibi avatar cute unicorn, flat 3d, colorful, inside a raibow circle,
|
10 |
+
white reflective background,
|
11 |
+
parameters:
|
12 |
+
negative_prompt: lowres, ugly, lowquality, blurry,
|
13 |
+
output:
|
14 |
+
url: images/859699241780561155.png
|
15 |
+
- text: >-
|
16 |
+
one chibi avatar cute unicorn, flat 3d, colorful, inside a raibow circle,
|
17 |
+
white reflective background,
|
18 |
+
parameters:
|
19 |
+
negative_prompt: lowres, ugly, lowquality, blurry,
|
20 |
+
output:
|
21 |
+
url: images/859699167692387460.png
|
22 |
+
- text: >-
|
23 |
+
one chibi avatar cute unicorn, flat 3d, colorful, inside a raibow circle,
|
24 |
+
white reflective background,
|
25 |
+
parameters:
|
26 |
+
negative_prompt: lowres, ugly, lowquality, blurry,
|
27 |
+
output:
|
28 |
+
url: images/859699057096965612.png
|
29 |
+
- text: >-
|
30 |
+
one chibi avatar cute unicorn, flat 3d, colorful, inside a raibow circle,
|
31 |
+
white reflective background,
|
32 |
+
parameters:
|
33 |
+
negative_prompt: lowres, ugly, lowquality, blurry,
|
34 |
+
output:
|
35 |
+
url: images/859695642597932672.png
|
36 |
+
- text: >-
|
37 |
+
one chibi avatar cute unicorn, flat 3d, colorful, inside a raibow circle,
|
38 |
+
white reflective background,
|
39 |
+
parameters:
|
40 |
+
negative_prompt: lowres, ugly, lowquality, blurry,
|
41 |
+
output:
|
42 |
+
url: images/859695642597932673.png
|
43 |
+
- text: >-
|
44 |
+
one chibi avatar cute unicorn, flat 3d, colorful, inside a raibow circle,
|
45 |
+
white reflective background,
|
46 |
+
parameters:
|
47 |
+
negative_prompt: lowres, ugly, lowquality, blurry,
|
48 |
+
output:
|
49 |
+
url: images/859694216668776778.png
|
50 |
+
- text: >-
|
51 |
+
one chibi avatar cute unicorn, flat 3d, colorful, inside a raibow circle,
|
52 |
+
white reflective background,
|
53 |
+
parameters:
|
54 |
+
negative_prompt: lowres, ugly, lowquality, blurry,
|
55 |
+
output:
|
56 |
+
url: images/185f70fb-a070-1a4e-486b-7f8dfdc2b795.jpeg
|
57 |
+
- text: >-
|
58 |
+
one chibi avatar cute unicorn, flat 3d, colorful, inside a raibow circle,
|
59 |
+
white reflective background,
|
60 |
+
parameters:
|
61 |
+
negative_prompt: lowres, ugly, lowquality, blurry,
|
62 |
+
output:
|
63 |
+
url: images/ea5f61b7-7ec0-d2d7-ef6b-c2b407a3fb1b.jpeg
|
64 |
+
base_model: stabilityai/sdxl-turbo
|
65 |
+
instance_prompt: chibi avatar
|
66 |
+
license: cc-by-4.0
|
67 |
+
---
|
68 |
+
# Chibi Avatar: Adorable Characters for Any Occasion 🐻✨
|
69 |
+
|
70 |
+
<Gallery />
|
71 |
+
|
72 |
+
## Model description
|
73 |
+
|
74 |
+
|
75 |
+
|
76 |
+
#### Samples generated with LoRA set at 0.8, Euler, 30 steps. SDXL 1.0, SDXL-VAE-16b-Fix
|
77 |
+
|
78 |
+
### Model Card: Chibi Avatar 🐻✨
|
79 |
+
|
80 |
+
|
81 |
+
|
82 |
+
#### 1. Model Name
|
83 |
+
|
84 |
+
Chibi Avatar: Adorable Characters for Any Occasion
|
85 |
+
|
86 |
+
|
87 |
+
|
88 |
+
#### 2. Description
|
89 |
+
|
90 |
+
The Chibi Avatar LoRA is designed to generate adorable, flat 3D chibi-style avatars with a vibrant and playful aesthetic. Whether you’re looking to create cute characters, animals, robots, vehicles, or seasonal designs, this model ensures consistency in style, featuring a colorful border and a glossy, jelly-like effect that enhances the tactile appeal of the designs. Perfect for use as stickers, magnets, apparel designs, pins, and more!
|
91 |
+
|
92 |
+
|
93 |
+
|
94 |
+
#### 3. Key Features
|
95 |
+
|
96 |
+
- Versatile Subjects: Create avatars of characters, animals, robots, vehicles, and more.
|
97 |
+
|
98 |
+
- Thematic Flexibility: Easily adapt to different themes, including holidays, seasons, and events.
|
99 |
+
|
100 |
+
- Consistent Style: Maintains a cohesive chibi aesthetic with flat 3D effects, glossy textures, and colorful borders.
|
101 |
+
|
102 |
+
- Ideal for Physical Products: Perfect for magnets, stickers, apparel, pins, and other tactile applications.
|
103 |
+
|
104 |
+
|
105 |
+
|
106 |
+
#### 4. Usage Instructions
|
107 |
+
|
108 |
+
|
109 |
+
|
110 |
+
Use the following prompts to get started:
|
111 |
+
|
112 |
+
##### Basic Prompt
|
113 |
+
|
114 |
+
```
|
115 |
+
|
116 |
+
one chibi avatar cute (subject here), flat 3D, colorful, inside a rainbow circle, white reflective background
|
117 |
+
|
118 |
+
```
|
119 |
+
|
120 |
+
##### Examples
|
121 |
+
|
122 |
+
- For a Robot Chibi:
|
123 |
+
|
124 |
+
```
|
125 |
+
|
126 |
+
one chibi avatar cute robot, flat 3D, colorful, inside a rainbow circle, white reflective background
|
127 |
+
|
128 |
+
```
|
129 |
+
|
130 |
+
- For a Christmas Chibi:
|
131 |
+
|
132 |
+
```
|
133 |
+
|
134 |
+
one chibi avatar cute Christmas character, flat 3D, colorful, inside a red circle, white reflective background, wearing a Santa hat, standing near a Christmas tree with gifts, snowflakes falling, festive mood
|
135 |
+
|
136 |
+
```
|
137 |
+
|
138 |
+
- For a Vehicle Chibi:
|
139 |
+
|
140 |
+
```
|
141 |
+
|
142 |
+
one chibi avatar cute car, flat 3D, colorful, inside a rainbow circle, white reflective background
|
143 |
+
|
144 |
+
```
|
145 |
+
|
146 |
+
- For a Fantasy Creature:
|
147 |
+
|
148 |
+
```
|
149 |
+
|
150 |
+
one chibi avatar cute dragon, flat 3D, colorful, inside a rainbow circle, white reflective background
|
151 |
+
|
152 |
+
```
|
153 |
+
|
154 |
+
##### Customization Tips
|
155 |
+
|
156 |
+
|
157 |
+
|
158 |
+
- Themes: Add keywords like `Christmas`, `Halloween`, `Easter`, `Valentine’s Day`, or any other theme to tailor the avatar to specific occasions.
|
159 |
+
|
160 |
+
- Styles: Enhance the design with keywords like `kawaii`, `anime`, `cartoon`, `plastic`, `jelly`, `glossy`, or `reflective`.
|
161 |
+
|
162 |
+
- Backgrounds: Customize the border with keywords like `rainbow circle`, `stars`, `hearts`, or `geometric shapes`.
|
163 |
+
|
164 |
+
#### 5. Training Details
|
165 |
+
|
166 |
+
|
167 |
+
|
168 |
+
- Optimizer: AdamW8bit
|
169 |
+
|
170 |
+
- Scheduler: Cosine with Restarts
|
171 |
+
|
172 |
+
- Epochs: 10
|
173 |
+
|
174 |
+
- Batches: 4
|
175 |
+
|
176 |
+
- Total Steps: 330
|
177 |
+
|
178 |
+
- Dataset: Consists of 13 high-quality images within the chibi theme, focusing on maintaining consistency in style, including the flat 3D effect, rainbow border, and glossy textures.
|
179 |
+
|
180 |
+
|
181 |
+
|
182 |
+
#### 6. Gallery
|
183 |
+
|
184 |
+
Include a gallery of examples showcasing different types of avatars:
|
185 |
+
|
186 |
+
- Characters
|
187 |
+
|
188 |
+
- Animals
|
189 |
+
|
190 |
+
- Robots
|
191 |
+
|
192 |
+
- Vehicles
|
193 |
+
|
194 |
+
- Seasonal designs (e.g., Christmas, Halloween, Easter)
|
195 |
+
|
196 |
+
#### 7. License
|
197 |
+
|
198 |
+
License: CC BY 4.0
|
199 |
+
|
200 |
+
Attribution:
|
201 |
+
|
202 |
+
```
|
203 |
+
|
204 |
+
Chibi Avatar © 2025 by Robb-0
|
205 |
+
|
206 |
+
```
|
207 |
+
|
208 |
+
#### 8. Community & Support
|
209 |
+
|
210 |
+
- Feedback & Sharing: Encourage users to share their creations and provide feedback. Tag their posts with `#ChibiAvatar` on social media platforms like Instagram, Twitter, or Discord.
|
211 |
+
|
212 |
+
- Support: Offer guidance for troubleshooting or answering questions related to prompt optimization.
|
213 |
+
|
214 |
+
- Community Engagement: Create a community forum or Discord server where users can share their artwork and get inspiration from others.
|
215 |
+
|
216 |
+
#### 9. Applications
|
217 |
+
|
218 |
+
- Stickers
|
219 |
+
|
220 |
+
- Refrigerator magnets
|
221 |
+
|
222 |
+
- Apparel (T-shirts, hoodies, tote bags)
|
223 |
+
|
224 |
+
- Pins/badges
|
225 |
+
|
226 |
+
- Phone cases
|
227 |
+
|
228 |
+
- Keychains
|
229 |
+
|
230 |
+
- Ornaments
|
231 |
+
|
232 |
+
- Gift cards
|
233 |
+
|
234 |
+
- Digital avatars
|
235 |
+
|
236 |
+
|
237 |
+
|
238 |
+
🎨✨
|
239 |
+
|
240 |
+
## Trigger words
|
241 |
+
|
242 |
+
You should use `chibi avatar` to trigger the image generation.
|
243 |
+
|
244 |
+
|
245 |
+
## Download model
|
246 |
+
|
247 |
+
Weights for this model are available in Safetensors format.
|
248 |
+
|
249 |
+
[Download](/robb-0/kawaii-chibi-avatar/tree/main) them in the Files & versions tab.
|