Instructions to use Remade-AI/Crane_up with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Remade-AI/Crane_up with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-I2V-14B-480P,Wan-AI/Wan2.1-I2V-14B-480P-Diffusers", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Remade-AI/Crane_up") prompt = "A woman in a white dress is walking across a large, reflective body of water with mountains in the background. The words \"REMADE\" are etched into the surface near the water. The cr4n3 crane up effect is applied, smoothly lifting the camera's viewpoint higher, revealing more of the surrounding landscape, including the shoreline and the vast expanse of water ahead as the woman continues walking into the distance." input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png") image = pipe(image=input_image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Upload 4 files
Browse files- .gitattributes +3 -0
- example_videos/.DS_Store +0 -0
- example_videos/1.mp4 +3 -0
- example_videos/2.mp4 +3 -0
- example_videos/3.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,6 @@ workflow_I2V/workflow_screenshot.png filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
2.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
3.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
2.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
3.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
example_videos/1.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
example_videos/2.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
example_videos/3.mp4 filter=lfs diff=lfs merge=lfs -text
|
example_videos/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
example_videos/1.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:509de0da5c6acc43d7d4567fe0139b89ddc3c4e37e685e2982120578a8e53bfb
|
| 3 |
+
size 531741
|
example_videos/2.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48a5e8720ae6017baee418a96c14c4ee363f3a5e269f206990930cc5dcf41dfd
|
| 3 |
+
size 887923
|
example_videos/3.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ad2827939c6241850f1e0be39e328edb24c140c8576410d7990f3b05b5cbb6d
|
| 3 |
+
size 1351570
|