Instructions to use Remade-AI/Inflate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Remade-AI/Inflate 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/Inflate") prompt = "The large, bald man rides a gray donkey, then infl4t3 inflates it, both the man and the donkey expanding into giant, inflated figures against the desert landscape." 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
|
@@ -58,12 +58,19 @@ widget:
|
|
| 58 |
</div>
|
| 59 |
|
| 60 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
</div>
|
| 68 |
|
| 69 |
<Gallery />
|
|
|
|
| 58 |
</div>
|
| 59 |
|
| 60 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 61 |
+
<h2 style="color: #24292e; margin-top: 0;">Community</h2>
|
| 62 |
+
<ul style="margin-bottom: 0;">
|
| 63 |
+
<li>
|
| 64 |
+
Generate videos with 100+ Camera Control and VFX LoRAs on the
|
| 65 |
+
<a href="https://app.remade.ai/canvas/create" style="color: #0366d6; text-decoration: none;">Remade Canvas</a>.
|
| 66 |
+
</li>
|
| 67 |
+
<li>
|
| 68 |
+
<b>Discord:</b>
|
| 69 |
+
<a href="https://remade.ai/join-discord?utm_source=Huggingface&utm_medium=Social&utm_campaign=model_release&utm_content=crash_zoom_out" style="color: #0366d6; text-decoration: none;">
|
| 70 |
+
Join our community
|
| 71 |
+
</a> to generate videos with this LoRA for free
|
| 72 |
+
</li>
|
| 73 |
+
</ul>
|
| 74 |
</div>
|
| 75 |
|
| 76 |
<Gallery />
|