Lod34 commited on
Commit
394d9a7
·
verified ·
1 Parent(s): e77c787

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -12
README.md CHANGED
@@ -1,23 +1,26 @@
1
  ---
2
  language:
3
- - en
4
  tags:
5
- - sprite-generation
6
- - pixel-art
7
- - animation
8
- - text-to-image
9
- - pytorch
10
- - residual-blocks
11
- - self-attention
12
- - game-assets
13
- - v3
 
14
  license: mit
15
  datasets:
16
- - pawkanarek/spraix_1024
17
  library_name: pytorch
18
  pipeline_tag: text-to-image
19
- base_model: t5-base
 
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.