Instructions to use Remade-AI/Film-Noir with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Remade-AI/Film-Noir with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-T2V-14B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Remade-AI/Film-Noir") prompt = "f11m_n01r film noir, black and white video, a man in a dark trench coat and fedora stands under a flickering streetlamp in a deserted alley. Smoke drifts from a cigarette in his hand, and his face is partially obscured by the shadow of his hat. Rain slicks the pavement, reflecting the glow of distant headlights." output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Upload 4 files
Browse files- .gitattributes +4 -0
- example_videos/1.mp4 +3 -0
- example_videos/2.mp4 +3 -0
- example_videos/3.mp4 +3 -0
- example_videos/4.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
workflow_T2V/workflow_screenshot.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
workflow_T2V/workflow_screenshot.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
example_videos/1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
example_videos/2.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
example_videos/3.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
example_videos/4.mp4 filter=lfs diff=lfs merge=lfs -text
|
example_videos/1.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8473930a772834d57c4ff0f729de9593f64d845f1a9b9e7f9c3c84560268b25a
|
| 3 |
+
size 943336
|
example_videos/2.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f315675480c2923a39314a33b7db7b67ee1a9b4476cdfab22d37870d5af9710d
|
| 3 |
+
size 528393
|
example_videos/3.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b378e61d415cb0fdfbcaace31212a6ae484e07be2ce24f175d2272019e57b6e4
|
| 3 |
+
size 1023439
|
example_videos/4.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac0c17b6c57cab91ba2d30e2888ffcc255955fcbb9dd3a1fd9d60d344e60490d
|
| 3 |
+
size 481979
|