Instructions to use Remade-AI/Cakeify with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Remade-AI/Cakeify 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/Cakeify") prompt = "The video opens on a puppy. A knife, held by a hand, is coming into frame and hovering over the puppy. The knife then begins cutting into the puppy to c4k3 cakeify it. As the knife slices the puppy open, the inside of the puppy is revealed to be cake with chocolate layers. The knife cuts through and the contents of the puppy are revealed." 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
- Draw Things
Upload 8 files
Browse files- .gitattributes +8 -0
- example_gifs/cat_cakeify.gif +3 -0
- example_gifs/puppy_cakeify.gif +3 -0
- example_gifs/timberland_cakeify.gif +3 -0
- example_gifs/woman_cakeify.gif +3 -0
- example_videos/cat_cakeify.mp4 +3 -0
- example_videos/puppy_cakeify.mp4 +3 -0
- example_videos/timeberland_cakeify.mp4 +3 -0
- example_videos/woman_cakeify.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -43,3 +43,11 @@ example[[:space:]]gifs/cat_cakeify.gif filter=lfs diff=lfs merge=lfs -text
|
|
| 43 |
example[[:space:]]gifs/puppy_cakeify.gif filter=lfs diff=lfs merge=lfs -text
|
| 44 |
example[[:space:]]gifs/timberland_cakeify.gif filter=lfs diff=lfs merge=lfs -text
|
| 45 |
example[[:space:]]gifs/woman_cakeify.gif filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
example[[:space:]]gifs/puppy_cakeify.gif filter=lfs diff=lfs merge=lfs -text
|
| 44 |
example[[:space:]]gifs/timberland_cakeify.gif filter=lfs diff=lfs merge=lfs -text
|
| 45 |
example[[:space:]]gifs/woman_cakeify.gif filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
example_gifs/cat_cakeify.gif filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
example_gifs/puppy_cakeify.gif filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
example_gifs/timberland_cakeify.gif filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
example_gifs/woman_cakeify.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
example_videos/cat_cakeify.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
example_videos/puppy_cakeify.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
example_videos/timeberland_cakeify.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
example_videos/woman_cakeify.mp4 filter=lfs diff=lfs merge=lfs -text
|
example_gifs/cat_cakeify.gif
ADDED
|
Git LFS Details
|
example_gifs/puppy_cakeify.gif
ADDED
|
Git LFS Details
|
example_gifs/timberland_cakeify.gif
ADDED
|
Git LFS Details
|
example_gifs/woman_cakeify.gif
ADDED
|
Git LFS Details
|
example_videos/cat_cakeify.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7cebaeb01207d7cdb928a5a0046ff410623fa8c59ba3f3525317347572a67e4
|
| 3 |
+
size 608660
|
example_videos/puppy_cakeify.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eeeaeb90a4d2c3d3ea13016ac197dc03412ba83ed0ce7091ff7ddf1bc9f40570
|
| 3 |
+
size 479155
|
example_videos/timeberland_cakeify.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a73e25c08f7e5a642197071334e0e5e332f3b2a2f57a8a512755c8b02320659
|
| 3 |
+
size 513042
|
example_videos/woman_cakeify.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ae053ce22dd1fd64586c2616dfcd93ea7c1dfb277faa7181026d4b0dfadf61c
|
| 3 |
+
size 268669
|