Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ tags:
|
|
7 |
- diffusers-training
|
8 |
- diffusers
|
9 |
- lora
|
|
|
10 |
- mochi-1-preview
|
11 |
---
|
12 |
|
@@ -40,19 +41,6 @@ video = pipe(
|
|
40 |
export_to_video(video, "output.mp4", fps=30)
|
41 |
```
|
42 |
|
43 |
-
|
44 |
-
## Intended uses & limitations
|
45 |
-
|
46 |
-
#### How to use
|
47 |
-
|
48 |
-
```python
|
49 |
-
# TODO: add an example code snippet for running this diffusion pipeline
|
50 |
-
```
|
51 |
-
|
52 |
-
#### Limitations and bias
|
53 |
-
|
54 |
-
[TODO: provide examples of latent issues and potential remediations]
|
55 |
-
|
56 |
## Training details
|
57 |
|
58 |
-
|
|
|
7 |
- diffusers-training
|
8 |
- diffusers
|
9 |
- lora
|
10 |
+
- replicate
|
11 |
- mochi-1-preview
|
12 |
---
|
13 |
|
|
|
41 |
export_to_video(video, "output.mp4", fps=30)
|
42 |
```
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
## Training details
|
45 |
|
46 |
+
Trained on Replicate using: [lucataco/mochi-1-lora-trainer](https://replicate.com/lucataco/mochi-1-lora-trainer)
|