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
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,4 +33,33 @@ widget:
|
|
| 33 |
The video opens on a cat. A knife, held by a hand, is coming into frame and hovering over the cat. The knife then begins cutting into the cat to c4k3 cakeify it. As the knife slices the cat open, the inside of the cat is revealed to be cake with chocolate layers. The knife cuts through and the contents of the cat are revealed.
|
| 34 |
output:
|
| 35 |
url: example_videos/cat_cakeify.mp4
|
| 36 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
The video opens on a cat. A knife, held by a hand, is coming into frame and hovering over the cat. The knife then begins cutting into the cat to c4k3 cakeify it. As the knife slices the cat open, the inside of the cat is revealed to be cake with chocolate layers. The knife cuts through and the contents of the cat are revealed.
|
| 34 |
output:
|
| 35 |
url: example_videos/cat_cakeify.mp4
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
<div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
|
| 39 |
+
<h1 style="color: #24292e; margin-top: 0;">Cakeify Effect LoRA for Wan2.1 14B I2V 480p</h1>
|
| 40 |
+
|
| 41 |
+
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 42 |
+
<h2 style="color: #24292e; margin-top: 0;">Overview</h2>
|
| 43 |
+
<p>This LoRA is trained on the Wan2.1 14B I2V 480p model and allows you to cakeify any object in an image. The effect works on a wide variety of objects, from animals to vehicles to people!</p>
|
| 44 |
+
</div>
|
| 45 |
+
|
| 46 |
+
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 47 |
+
<h2 style="color: #24292e; margin-top: 0;">Features</h2>
|
| 48 |
+
<ul style="margin-bottom: 0;">
|
| 49 |
+
<li>Transform any image into a video of it being cakeified</li>
|
| 50 |
+
<li>Trained on the Wan2.1 14B 480p I2V base model</li>
|
| 51 |
+
<li>Consistent results across different object types</li>
|
| 52 |
+
<li>Simple prompt structure that's easy to adapt</li>
|
| 53 |
+
</ul>
|
| 54 |
+
</div>
|
| 55 |
+
|
| 56 |
+
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 57 |
+
<h2 style="color: #24292e; margin-top: 0;">Community</h2>
|
| 58 |
+
<ul style="margin-bottom: 0;">
|
| 59 |
+
<li><b>Discord:</b> <a href="https://discord.com/invite/7tsKMCbNFC" style="color: #0366d6; text-decoration: none;">Join our community</a> to generate videos with this LoRA for free</li>
|
| 60 |
+
<li><b>Request LoRAs:</b> We're training and open-sourcing Wan2.1 LoRAs for free - join our Discord to make requests!</li>
|
| 61 |
+
</ul>
|
| 62 |
+
</div>
|
| 63 |
+
</div>
|
| 64 |
+
|
| 65 |
+
<Gallery />
|