Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,11 @@
|
|
2 |
base_model: mochi-1-preview
|
3 |
library_name: diffusers
|
4 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
5 |
tags:
|
6 |
- text-to-video
|
7 |
- diffusers-training
|
@@ -18,6 +23,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This is a LoRA fine-tune of the Mochi-1 preview model. The model was trained using custom training data.
|
20 |
|
|
|
|
|
21 |
## Usage
|
22 |
|
23 |
```python
|
|
|
2 |
base_model: mochi-1-preview
|
3 |
library_name: diffusers
|
4 |
license: apache-2.0
|
5 |
+
instance_prompt: gingerbread man is dancing on a table. melty.
|
6 |
+
widget:
|
7 |
+
- text: gingerbread man is dancing on a table. melty.
|
8 |
+
output:
|
9 |
+
url: replicate-melting-cookies.mp4
|
10 |
tags:
|
11 |
- text-to-video
|
12 |
- diffusers-training
|
|
|
23 |
|
24 |
This is a LoRA fine-tune of the Mochi-1 preview model. The model was trained using custom training data.
|
25 |
|
26 |
+
<Gallery />
|
27 |
+
|
28 |
## Usage
|
29 |
|
30 |
```python
|