Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,26 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
14 |
license: mit
|
15 |
datasets:
|
16 |
-
|
17 |
library_name: pytorch
|
18 |
pipeline_tag: text-to-image
|
19 |
-
base_model:
|
|
|
20 |
---
|
|
|
21 |
# 🎨 Animator2D
|
22 |
|
23 |
Animator2D is an AI-powered model designed to generate pixel-art sprite animations from textual descriptions. This model leverages a BERT-based text encoder to extract textual features and a convolutional generative network to create animated sprites. The goal is to provide game developers and artists with a tool that can bring character concepts to life with minimal effort.
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- en
|
4 |
tags:
|
5 |
+
- sprite-generation
|
6 |
+
- pixel-art
|
7 |
+
- animation
|
8 |
+
- text-to-image
|
9 |
+
- text-conditional
|
10 |
+
- pytorch
|
11 |
+
- bert
|
12 |
+
- lstm
|
13 |
+
- game-assets
|
14 |
+
- 2d-animation
|
15 |
license: mit
|
16 |
datasets:
|
17 |
+
- Lod34/sprite-animation
|
18 |
library_name: pytorch
|
19 |
pipeline_tag: text-to-image
|
20 |
+
base_model: bert-base-uncased
|
21 |
+
model_type: animator2d
|
22 |
---
|
23 |
+
|
24 |
# 🎨 Animator2D
|
25 |
|
26 |
Animator2D is an AI-powered model designed to generate pixel-art sprite animations from textual descriptions. This model leverages a BERT-based text encoder to extract textual features and a convolutional generative network to create animated sprites. The goal is to provide game developers and artists with a tool that can bring character concepts to life with minimal effort.
|