Commit
·
8476fba
1
Parent(s):
11f4d90
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This is a text2video model for diffusers, fine-tuned with a [modelscope](https://huggingface.co/damo-vilab/text-to-video-ms-1.7b) to have an anime-style appearance.
|
2 |
It was trained at 448x384 resolution.
|
3 |
The usage is the same as with the original modelscope model.
|
4 |
|
5 |
-
The main difference from version 0.1 is only the resolution.
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-to-video
|
6 |
+
tags:
|
7 |
+
- anime
|
8 |
+
---
|
9 |
This is a text2video model for diffusers, fine-tuned with a [modelscope](https://huggingface.co/damo-vilab/text-to-video-ms-1.7b) to have an anime-style appearance.
|
10 |
It was trained at 448x384 resolution.
|
11 |
The usage is the same as with the original modelscope model.
|
12 |
|
13 |
+
The main difference from version 0.1 is only the resolution.
|