Instructions to use MLbackup/T2V_Video_Loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MLbackup/T2V_Video_Loras with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MLbackup/T2V_Video_Loras", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,8 @@ And due to the nature of how TensorArt's loras work, or even WAN, there is no me
|
|
| 18 |
https://tensor.art/u/611011406535381539
|
| 19 |
|
| 20 |
Please note, backups are only provided as DEMO files, and are not viable for other generation services without permission.
|
|
|
|
|
|
|
| 21 |
|
| 22 |
Samples:
|
| 23 |
|
|
@@ -29,6 +31,18 @@ Samples:
|
|
| 29 |
|
| 30 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63c09b32dd793d5a62895a95/MWHURoFXxZZ3Lw67GhlVW.mp4"></video>
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
<details>
|
| 33 |
<summary>Joining the Community</summary>
|
| 34 |
|
|
|
|
| 18 |
https://tensor.art/u/611011406535381539
|
| 19 |
|
| 20 |
Please note, backups are only provided as DEMO files, and are not viable for other generation services without permission.
|
| 21 |
+
<details>
|
| 22 |
+
<summary>Video Samples</summary>
|
| 23 |
|
| 24 |
Samples:
|
| 25 |
|
|
|
|
| 31 |
|
| 32 |
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63c09b32dd793d5a62895a95/MWHURoFXxZZ3Lw67GhlVW.mp4"></video>
|
| 33 |
|
| 34 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63c09b32dd793d5a62895a95/Dp5PoqZeSTzYb2G-UX8vw.mp4"></video>
|
| 35 |
+
|
| 36 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63c09b32dd793d5a62895a95/Qbre3K6B7Wd9cY19-Stcn.mp4"></video>
|
| 37 |
+
|
| 38 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63c09b32dd793d5a62895a95/CzpWplSIAyGJ-11fW2IGl.mp4"></video>
|
| 39 |
+
|
| 40 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63c09b32dd793d5a62895a95/_HkrXcaBviHPECooHsH2c.mp4"></video>
|
| 41 |
+
|
| 42 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63c09b32dd793d5a62895a95/SV8SHOfkLX9m-ic_inbBH.mp4"></video>
|
| 43 |
+
|
| 44 |
+
</details>
|
| 45 |
+
|
| 46 |
<details>
|
| 47 |
<summary>Joining the Community</summary>
|
| 48 |
|