Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,7 @@ tags:
|
|
13 |
- diffusers-training
|
14 |
- diffusers
|
15 |
- lora
|
|
|
16 |
- mochi-1-preview
|
17 |
---
|
18 |
|
@@ -48,19 +49,6 @@ video = pipe(
|
|
48 |
export_to_video(video, "output.mp4", fps=30)
|
49 |
```
|
50 |
|
51 |
-
|
52 |
-
## Intended uses & limitations
|
53 |
-
|
54 |
-
#### How to use
|
55 |
-
|
56 |
-
```python
|
57 |
-
# TODO: add an example code snippet for running this diffusion pipeline
|
58 |
-
```
|
59 |
-
|
60 |
-
#### Limitations and bias
|
61 |
-
|
62 |
-
[TODO: provide examples of latent issues and potential remediations]
|
63 |
-
|
64 |
## Training details
|
65 |
|
66 |
-
|
|
|
13 |
- diffusers-training
|
14 |
- diffusers
|
15 |
- lora
|
16 |
+
- replicate
|
17 |
- mochi-1-preview
|
18 |
---
|
19 |
|
|
|
49 |
export_to_video(video, "output.mp4", fps=30)
|
50 |
```
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
## Training details
|
53 |
|
54 |
+
Trained on Replicate using: [lucataco/mochi-1-lora-trainer](https://replicate.com/lucataco/mochi-1-lora-trainer)
|